In post #14, I was referring to creating the file manually in a zsh terminal, rather than using another program. I don't do this typically, but I thought I'd try it to see if it made a difference.
Hm, I'm stumped then. While testing it now, I see it also not working for ö
Code:
Error: playlist _playlists/Musik Aus Strom.m3u8: unknown folder for ../Funkstörung/Musik Aus Strom EP/01 Oszillator.mp3
Error: playlist _playlists/Musik Aus Strom.m3u8: unknown folder for ../Funkstörung/Musik Aus Strom EP/02 Zeit.mp3
Error: playlist _playlists/Musik Aus Strom.m3u8: unknown folder for ../Funkstörung/Musik Aus Strom EP/03 Braun.mp3
Error: playlist _playlists/Musik Aus Strom.m3u8: unknown folder for ../Funkstörung/Musik Aus Strom EP/04 Buntes Plastik.mp3
Error: playlist _playlists/Musik Aus Strom.m3u8: unknown folder for ../Funkstörung/Post Art/01 Porto.mp3
Error: playlist _playlists/Musik Aus Strom.m3u8: unknown folder for ../Funkstörung/Post Art/02 Economy.mp3
Error: playlist _playlists/Musik Aus Strom.m3u8: unknown folder for ../Funkstörung/Post Art/03 Aerogram.mp3
Error: playlist _playlists/Musik Aus Strom.m3u8: unknown folder for ../Funkstörung/Post Art/04 Blindensendung.mp3
Error: playlist _playlists/Musik Aus Strom.m3u8: unknown folder for ../Funkstörung/Post Art/05 track 5.mp3
While the other files in the playlist are loading correctly.
Here is that whole playlist:
Code:
#EXTM3U
#EXTINF:364, Funkstörung - Oszillator
../Funkstörung/Musik Aus Strom EP/01 Oszillator.mp3
#EXTINF:326, Funkstörung - Zeit
../Funkstörung/Musik Aus Strom EP/02 Zeit.mp3
#EXTINF:317, Funkstörung - Braun
../Funkstörung/Musik Aus Strom EP/03 Braun.mp3
#EXTINF:247, Funkstörung - Buntes Plastik
../Funkstörung/Musik Aus Strom EP/04 Buntes Plastik.mp3
#EXTINF:371, Funkstörung - Porto
../Funkstörung/Post Art/01 Porto.mp3
#EXTINF:473, Funkstörung - Economy
../Funkstörung/Post Art/02 Economy.mp3
#EXTINF:384, Funkstörung - Aerogram
../Funkstörung/Post Art/03 Aerogram.mp3
#EXTINF:339, Funkstörung - Blindensendung
../Funkstörung/Post Art/04 Blindensendung.mp3
#EXTINF:344, Funkstörung - track 5
../Funkstörung/Post Art/05 track 5.mp3
#EXTINF:335, Freeform - Flyplate
../Freeform/Glob EP/01-01 Flyplate.mp3
#EXTINF:289, Freeform - Hoy
../Freeform/Glob EP/01-02 Hoy.mp3
#EXTINF:510, Freeform - Glob
../Freeform/Glob EP/01-03 Glob.mp3
#EXTINF:404, Freeform - Tour It
../Freeform/Glob EP/01-04 Tour It.mp3
It's able to find the Freeform folder but not Fünkstorung.
I'm creating these playlists in Swinsian, and I can play through them fine there, so I don't think there is a problem with the path.
I should say that I'm also able to access these files and artists via Minim otherwise. I'm only running into issues when trying to import the playlists.
Here is the metadata from playing one of these
(18-10-2022 22:40)simoncn Wrote: I have tried a test using my Mac to access my Synology library from Finder using an SMB share. Everything works perfectly, with an audio file whose filename includes a ? being resolved correctly from a .m3u8 playlist with a file path entry containing a ?. I used TextEdit on Mac to create and edit the playlist and I used Finder on Mac to put the ? in the filename of the audio file.
In post #14, you said you created a file directly in the shell as empty?.m3u8. What did you mean by 'directly in the shell'? I think this is likely to be the cause of the problem.