moritz-weber / mucke

mucke - android music player
GNU General Public License v3.0
226 stars 12 forks source link

Implement filters for song scanning #36

Closed moritz-weber closed 1 year ago

moritz-weber commented 1 year ago

Currently, the song scanning can find audio files that can't be played by the app. To keep the library clean, a combination of workarounds should be implemented:

  1. Filter by file extension: Provide safe defaults (e.g. mp3, flac, ogg, wav) and let the user modify this list.
  2. Let users manually exclude individual files from the library. Essentially, adding them to a blacklist for scanning. With multiselect, one could easily exclude whole albums and keep the library clean.

See: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/12193#note_1195476076