digimezzo / dopamine

The audio player that keeps it simple

Home Page:https://digimezzo.github.io/site/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

failing to find a file that has multiple hashtags in directory

katelyynn opened this issue · comments

commented

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

@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.

commented

thanks!!