- (Edited)
Back in March, I saw this post on the Nothing Community forums and though it would be fun to build out the design as an app (and learn React Native which this app is built from at the same time). Original design by alKid over on Discord, expanded on by me for the creation of the other screens.
Currently, the app provides the following basic features:
- Supports Android 7+
- Offline-First
- Diverse music organization: Favorites, Playlists, Folder Structure, Albums, Artists
- Background playback w/ media control notification
- Queues
- Theoretical support of these media formats
- Control of where music is found
Future feature road map in no particular order: https://github.com/MissingCore/Music/discussions/9
Important Note on App Initialization for the First Time: You’ll see the loading screen in which the app saves the metadata of the tracks on your device. Then when the home page is displayed, the app saves the images in the background in an optimized way (ie: instead of reading each and every file for the image data and saving it, if the image belongs to an album, we save an image for that specific album and link it to the tracks that belong to it).
Download Links:
- GitHub (you have to open up the “Assets” dropdown menu on the latest release)
- Play Store
Scans of the v1.0.0-rc.8 app-universal-release.apk
file:
Also for those wondering about the cover art in the promo image above, Google doesn’t allow copyrighted material in the promo images in the Play Store, which includes the artwork of tracks & albums.