An Android application for streaming music from YouTube Music.
Go to file
2022-06-22 22:19:15 +02:00
.github/ISSUE_TEMPLATE Add issue templates (thanks z-huang/music) 2022-06-06 21:35:16 +02:00
app Replace Preferences::yourPlaylistsGridRowCount with local variable 2022-06-22 22:19:15 +02:00
compose-reordering Initial commit 2022-06-02 18:59:18 +02:00
compose-routing Add slide transitions 2022-06-07 19:29:03 +02:00
gradle/wrapper Initial commit 2022-06-02 18:59:18 +02:00
ktor-client-brotli Initial commit 2022-06-02 18:59:18 +02:00
youtube-music Add continuation in PlaylistOrAlbum 2022-06-21 11:27:24 +02:00
.gitignore Initial commit 2022-06-02 18:59:18 +02:00
build.gradle.kts Initial commit 2022-06-02 18:59:18 +02:00
gradle.properties Initial commit 2022-06-02 18:59:18 +02:00
gradlew Initial commit 2022-06-02 18:59:18 +02:00
gradlew.bat Initial commit 2022-06-02 18:59:18 +02:00
LICENSE.md Initial commit 2022-06-02 18:59:18 +02:00
README.md Update README 2022-06-18 17:28:37 +02:00
settings.gradle.kts Update androidx.media3 to 1.0.0-beta01 2022-06-17 13:46:06 +02:00

ViMusic

A Jetpack Compose Android application for streaming music from YouTube Music

Downloads Downloads


Features

  • Play any non-age-restricted song/video from YouTube Music
  • Background playback
  • Cache audio chunks for offline playback
  • Search for songs, albums, artists videos and playlists
  • Display and edit songs lyrics
  • Local playlist management
  • Reorder songs in playlist or queue
  • Light/Dark theme
  • Skip silence
  • Sleep timer
  • Open YouTube/YouTube Music links (watch, playlist)
  • ...

Installation

Get it on GitHub

After installing, I recommend executing the following ADB command to neutralize some animation lags you may experience in cold starts:

adb shell cmd package compile -r bg-dexopt it.vfsfitvnm.vimusic

Known problems

The application is using androidx.media3, which is unstable. Expect random crashes or buggy notification behaviours. Hopefully, they will be fixed within the next alpha release.

Contributions

There's a huge room for improvements! Please open an issue to report bugs, discuss ideas and so on.

Similar projects, inspirations and acknowledgments

  • Beatbump: Alternative YouTube Music frontend built with Svelte/SvelteKit.
  • music: A material design music player with music from YouTube/YouTube Music.
  • YouTube-Internal-Clients: A python script that discovers hidden YouTube API clients. Just a research project.
  • ionicons: Premium hand-crafted icons built by Ionic, for Ionic apps and web apps everywhere.