An Android application for streaming music from YouTube Music.
.github | ||
app | ||
compose-reordering | ||
compose-routing | ||
fastlane/metadata/android/en-US | ||
gradle/wrapper | ||
ktor-client-brotli | ||
kugou | ||
youtube-music | ||
.gitignore | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE.md | ||
README.md | ||
settings.gradle.kts |
Features
- Play (almost) any song or video from YouTube Music
- Background playback
- Cache audio chunks for offline playback
- Search for songs, albums, artists videos and playlists
- Fetch, display and edit songs lyrics or synchronized lyrics
- Local playlist management
- Reorder songs in playlist or queue
- Light/Dark/Dynamic theme
- Skip silence
- Sleep timer
- Audio normalization
- Persistent queue
- Open YouTube/YouTube Music links (
watch
,playlist
) - ...
Installation
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
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.