Hi,
I’m very new to docker. I’ve tried to install this docker container Docker Hub and it works, the only issue is it cannot handle whitespaces in the playlist.xml file.
When i ssh into the docker once it is running and do a ls -l i can see that the translation for certain symbols are also incorrect. Anyone have any idea where to start here? The container seem to have apt-get enabled so i can install stuff into it, but i cannot for the life of me understand why it cannot understand spaces in the path for the ezstream playlist file?
Example: Run container with playlist.xml data : /music/test1.mp3 ← works
Example: Run container with playlist.xml data : /music/test 1.mp3 ← does not work , container says “cannot find file bla bla bla” and then it shuts off eventually.
I’ve attempted most things like adding “” for the path, or ‘’ or even test%201.mp3 or even test\ 1.mp3 but nothing works, it will only be able to access the file if it zero spaces.
As i am new to docker i dont know if this is a docker limitation? Seems very odd, am i missing something?