VinylMusicPlayer icon indicating copy to clipboard operation
VinylMusicPlayer copied to clipboard

Can't add to blacklist

Open jneidel opened this issue 1 year ago • 1 comments

Describe the bug Settings > Blacklist > Add shows me an empty list:

The "ADD" button on the screen still works, but as you can see I can't actually select any directory, so it's pretty much useless.

Expected behavior I used to see my filesystem and could choose a directory.

Device info

  • Device: Samsung S21
  • Android Version: 13
  • ROM: Rooted Stock Samsung
  • Vinyl Music Player Version: 1.10.2

Additional context

Bug was also mentioned on #1026 (but that issue is a mess).

I have granted to Vinyl all the permissions it asked for: I suspect a different permission might be required to read the filesystem in the Blacklist view.

jneidel avatar Apr 11 '24 16:04 jneidel

Because this was preventing me from using the app I found this workaround:

Using termux on a rooted device:

su
cd /data/data/com.poupa.vinylmusicplayer/databases
cp blacklist.db /sdcard/

Use a SQLite editor to add the blacklist paths I need.

mv /sdcard/blacklist.db .
rm blacklist.db-journal

I also needed to move the blacklist.db around, while the app was open or click "Add to blacklist" in settings to stop the app from crashing.

jneidel avatar May 26 '25 10:05 jneidel