Lutetium-Vanadium
released this
25 Dec 15:19
·
3 commits
to master
since this release
Added Features:
- Update notifier
Bugs Fixed:
- Unchecking a chosen album while adding a song to a custom album didn't work.
- Downloading songs was broken.
- While searching for songs to download, every second character a new search query would be executed, this lead to abrupt changes due to network latency. Searches are now executed only when a previous search is complete.
- While creating a custom album, if the name of the album is entered after selecting songs, the create button was not enabled.
- While swiping up to go home in the queue page, sometimes the queue would scroll.
- Performance issues due to blurred background on overlays
For more details about the app, see the README.
There will probably be many bugs and issues. If you see any, please open a pull request or file an issue.
First Installation
For iOS, please follow the steps given here.
For android, first generate the API Keys. Once generated, install the apk, and supply the required keys.
Updating
For android, just download the apk and install it. There are 4 available apks based on cpu architecture -
- Music-arm64-0.0.2.apk - For arm64 cpus
- Music-armeabi-0.0.2.apk - For arm cpus
- Music-x86_64-0.0.2.apk - For x86 cpus
- Music-0.0.2.apk - A generalised apk that will work with all android devices
If you aren't sure which cpu architecture you have, use the Music-0.0.2.apk apk.
For iOS, rebuild the app, the same way you did for first installation, your data shouldn't be deleted.