Melodify
Melodify is designed for playing local music and is built using Compose Multiplatform.
Install / Use
/learn @andannn/MelodifyREADME
Melodify
Melodify is designed for playing local music and is built using Compose Multiplatform. It's currently in the early stages of development, so feel free to report any issues or suggestions.
Android
Retrieve content from MediaStore and play music using Media3.
<p float="left"> <img src="screenshot/home.png" width="25%" /> <img src="screenshot/player.png" width="25%" /> <img src="screenshot/lyrics.png" width="25%" /> </p>Desktop App
Scan music files from the local directory and play using VLC. Development is progressing at a very slow pace.
<img src="screenshot/desktop.png" width="75%" />Code style
running ./gradlew ktLintFormat to automatically fix lint errors.
running ./gradlew spotlessApply to add copyright.
Testing
- Run
./gradlew allTestto execute android instrument tests.
