diff --git a/README.md b/README.md index 659474f..f3c4804 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,21 @@ -# ViMusic +
+ +

ViMusic

+

A Jetpack Compose Android application for streaming music from YouTube Music

-

- -

- -

A Jetpack Compose Android application for streaming music from YouTube Music

+[![Downloads](https://img.shields.io/badge/-Jetpack%20Compose-3a83f9?style=for-the-badge&logo=jetpackcompose&logoColor=white&labelColor=2ec781)](https://developer.android.com/jetpack/compose) +[![Downloads](https://img.shields.io/github/downloads/vfsfitvnm/ViMusic/total?style=for-the-badge&labelColor=002b41)](https://github.com/vfsfitvnm/ViMusic/releases) +
--- -

+

-## 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. - ## Features - Play any non-age-restricted song/video from YouTube Music - Background playback @@ -38,13 +36,16 @@ The application is using `androidx.media3`, which is unstable. Expect random cra - Translation ## Installation -You can download the latest apk [here](https://github.com/vfsfitvnm/ViMusic/releases), **the unique distribution channel**. +[Get it on GitHub](https://github.com/vfsfitvnm/ViMusic/releases/latest) 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.