Anrimian / music-player

Music player project for android
https://play.google.com/store/apps/details?id=com.github.anrimian.musicplayer
87 stars 19 forks source link

Android 13 delete playlist that was not created by the app #202

Closed Anrimian closed 9 months ago

Anrimian commented 1 year ago

Delete from storage has no effect and playlist is restored on next scan. Option 1: find a way to fix this Option 2: create db table "deleted_playlists"(name, delete date). Ignore that playlists from storage. Option 3: import storage playlists only once. Add flag in state preferences. Add button "reimport storage playlists" in Library > advanced. With explanation(?) and complete message "Storage playlists scanning completed"

Anrimian commented 9 months ago

Implemented 'scan only once' solution in v0.9.8