digimezzo / dopamine

The audio player that keeps it simple
https://digimezzo.github.io/site/
GNU General Public License v3.0
1.49k stars 111 forks source link

failing to find a file that has multiple hashtags in directory #565

Closed katelyynn closed 7 months ago

katelyynn commented 8 months ago

i have a bit of a strange music organisation i suppose that looks like this: image

but whenever i try to play a file in said directory i get an error saying its not found: image the directory in file explorer: K:\home\music\Juice WRLD\# UNRELEASED\# LATEST COMP\2. Sessions (Stems&Edits)\Session Edits\734 (Sessions).mp3

which seems to be as it's parsing the first # correctly (%23).. but not the 2nd? image

just my best guess as if i copy the address into a browser and swap out the 2nd # with a %23 it plays just fine


here's the log if its needed, it doesnt seem to have anything at all relevant tho :3 Dopamine.log

digimezzo commented 8 months ago

@katelyynn Thanks for reporting this. There is logic to replace # by %23, but unfortunately, I made a mistake and it only replaces the first # as you correctly found out. I'll fix this in the next preview.

katelyynn commented 8 months ago

thanks!!