Unable to access file referenced in playlist
Hi,
I'm having problems loading files with spaces in from playlists. I've created a test playlist with the following entry:
And I get the following error in the subsonic log:
If I try to escape the spaces with \ I get the same problem. Is there any way to escape spaces in filenames within playlists that Subsonic will accept?
I'm having problems loading files with spaces in from playlists. I've created a test playlist with the following entry:
- Code: Select all
"/sound/music/Consensus - Eiskalt.mp3"
And I get the following error in the subsonic log:
- Code: Select all
java.lang.SecurityException: Access denied to file "/sound/music/Consensus - Eiskalt.mp3"
If I try to escape the spaces with \ I get the same problem. Is there any way to escape spaces in filenames within playlists that Subsonic will accept?