Skip to content
forked from MissingCore/Music

A Nothing inspired local music player.

License

Notifications You must be signed in to change notification settings

The-Ladle/Music

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music app screen previews

Music

A Nothing inspired local music player (based on design by Alkid Shuli (alKid)).

Get it on Google Play Get it on GitHub

The default branch (dev) is the development version of the repository. For the stable version, see the main branch.

Features

  • Supports Android 7+
  • Offline-First
  • Supports Nothing Music Widget & Glyph Music Visualization
  • 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

See potential upcoming features in future updates in this discussion post.

Design

Music is based on the design seen in this comment on the Nothing Community forums, created by Alkid Shuli (alKid).

For information on the goals and ideology of this app, refer to the App Goals & Ideology document.

Note

This app is designed to work best on "phone" layouts and isn't tested for larger screens (ie: tablets). We may improve the layout for larger screens in the future.

Important

Be careful when clearing the cache of the app as if you accidentally clear the storage, all the data in the app will be deleted (ie: playlists, favorited tracks, artwork).

Built With

Expo React Native TypeScript Jotai Zustand React Query React Native Track Player Tailwind CSS Drizzle

Permissions

This (hopefully) lists out all the permissions required by Music based on the permissions asked in the code and values listed out in the App Manifest.

Permissions
Popups - Music and Audio (Android 13+)
- Files & Media (Android <13)
Implicit - Read External Storage; for reading Music & Audio Files (unused in Android 13+)
- Write to External Storage (unused in Android 11+)
- Internet (only used for checking for new updates)

Installation

There are 2 methods of installing this app:

  1. Download the APK for your device from a release found in the "Releases" tab.

  2. Download the app from the Google Play Store.

Important

The APK & Play Store version of the apps aren't compatible as:

  • The APK is signed with an upload key.
  • The Play Store app is signed with a Google-generated app signing key via "Play App Signing".

To transfer data over between versions, use the "Backup" feature found in the settings page in the app.

Build

Read the Building this App documentation.

Translations

Read the Translations documentation for a rundown of how to contribute translations to this app.

FAQ

Why is the APK version of the app larger than the one from the Google Play Store?

You can read this for the full explanation, but in short the APK is built to be used with any device. The version distributed by the Google Play Store is built for your device.

When looking at the App size field under Space used in the storage info for the app, you may notice the size displayed is greater than the download size. This is because what you downloaded is compressed and the app requires an uncompressed version of the libraries to be functional.

Why is loading the app slow?

Read the How Are Tracks Indexed? documentation to see how the app saves tracks.

How do I add music to the app? Why are my music files not displayed?

Read the Where Are Tracks Found? documentation to see how the app finds tracks.

You can look here for the list of supported audio files & metadata formats from the Android documentation.

Legal

This application and code is published under the GNU Affero General Public License v3.0 (https://github.com/MissingCore/Music/blob/main/LICENSE).

Nothing Technology Limited or any of its affiliates, subsidiaries, or related entities (collectively, "Nothing Technology") is a valid licensee and can use this app for any purpose, including commercial purposes, without compensation to the developers of this app. Nothing Technology is not required to comply with the terms of the GNU Affero General Public License v3.0.

This app is developed by cyanChill and is not affiliated with, funded, authorized, endorsed by, or in any way associated with Nothing Technology or any of its affiliates and subsidiaries. Any trademark, service mark, trade name, or other intellectual property rights used in this project are owned by the respective owners.

Licenses of Used Dependencies

Refer to THIRD_PARTY.md.

License

AGPL-3.0

Privacy Policy

Privacy Policy Link

About

A Nothing inspired local music player.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 94.8%
  • Python 2.2%
  • JavaScript 1.7%
  • Kotlin 1.3%