|
? in mp3 file name for playlists doesn't work
|
|
12-10-2022, 20:01
Post: #11
|
|||
|
|||
|
RE: ? in mp3 file name for playlists doesn't work
Sorry for the confusing responses. It's a little hard to test at times, I added more playlists, and the file with the manually added '?' ultimately showed up with an error. Maybe rescan hadn't caught it previously. But it does seem that manually added ? does trigger it.
I just made a test playlist with 60 random tracks from my library that playback fine, but when added to a playlist, it seems like they all trigger an error. They were collected from all kinds of places over years. Looking at the playlist file, the paths are accurate, but directories with a ? in the title return: Code: unknown folder for ../Anasisana/Where Am I Standing?/Code: no matching file for..../Anenzephalia/Fragments Of Demise/08 What Are They For?.mp3All the paths are good if I cd from the playlists' directory. I can play through all the songs in a client, so the files are good. If I remove the ? it seems to resolve it. [img]https://imgur.com/Swn4xsR.png[/png] The playlist is here: Questions Playlist I can make a smaller test and send over files as well, if that's helpful? The forward slash (/) is not a valid filename character. If the ripper is trying to name the folder for the band SS/S using a folder name SS/S, the result will be a folder named SS with a subfolder S. It sounds like either your ripper or your playlist creator has some bugs with how it handles some special characters. The playlist creator seemed aware that / is not valid and made the directory an underscore rather than a /, that should be ok? But it seems to cause a problem also. (12-10-2022 18:14)simoncn Wrote: The forward slash (/) is not a valid filename character. If the ripper is trying to name the folder for the band SS/S using a folder name SS/S, the result will be a folder named SS with a subfolder S. It sounds like either your ripper or your playlist creator has some bugs with how it handles some special characters. |
|||
|
12-10-2022, 20:25
Post: #12
|
|||
|
|||
|
RE: ? in mp3 file name for playlists doesn't work
I will try this using a Mac to see if it makes any difference. I might not be able to get to this for a couple of days.
When using the Mac to copy files to the Synology, is the Synology library shared on your network using AFP or shared using SMB/CIFS? What version of macOS is the Mac running? It seems clear from your previous post what is causing the ? problem (an invalid Unicode character in the filename in place of a real ?). What is not clear is how the file on the Synology ends up with this character in its filename. I suspect this is something to do with how you are copying files from your Mac to the Synology. I can't see what could be causing the problem with SS_S as a folder name. |
|||
|
12-10-2022, 22:16
Post: #13
|
|||
|
|||
|
RE: ? in mp3 file name for playlists doesn't work
Thank you, I appreciate your help
no rush. I just started playing with playlists and stumbled into this.The Synology library is shared using SMB, I'm using Mac OS 12.6, although particularly in the last test, many of those files have been on the drive since 2021, so weren't copied over or changed recently (some with a last modified date as old as 2014) Thank you for looking into it Simon, cheers! (12-10-2022 20:25)simoncn Wrote: I will try this using a Mac to see if it makes any difference. I might not be able to get to this for a couple of days. |
|||
|
13-10-2022, 09:38
Post: #14
|
|||
|
|||
|
RE: ? in mp3 file name for playlists doesn't work
One more experiment I tried:
I created a file in my playlist directory directly in the shell as empty?.m3u8, and populated it with a playlist I knew would throw an error, to see what the log showed for the file name encoding. It comes back as: Error: playlist _playlists/empty.m3u8: no matching file for ../Carta/Rehearsal Recordings/01 Track 01?.mp3 Another detail is that my file system on the Synology is BTRFS if that might make a difference. |
|||
|
13-10-2022, 10:53
Post: #15
|
|||
|
|||
|
RE: ? in mp3 file name for playlists doesn't work
This is very useful information. Which shell are you referring to? The ? in your empty?.m3u8 filename is the "bad" ? (Unicode 0xf025) that is causing all these problems.
|
|||
|
13-10-2022, 18:27
(This post was last modified: 13-10-2022 18:28 by lyapounov.)
Post: #16
|
|||
|
|||
RE: ? in mp3 file name for playlists doesn't work
(13-10-2022 09:38)jmpz Wrote: One more experiment I tried: BTFRS is not the problem; but character encoding is. Synology is based on Unix. Mac and Unix don't have the same system to encode non ascii characters. I had this problem once: é was one character on the Mac and became two characters on the synology though displayed as one on the mac. Unicode on Mac is NFD while on Linux it is NFC I solved it by avoiding SMB and using a software like transmit via SFTP |
|||
|
14-10-2022, 09:46
Post: #17
|
|||
|
|||
| RE: ? in mp3 file name for playlists doesn't work | |||
|
18-10-2022, 22:40
(This post was last modified: 18-10-2022 22:42 by simoncn.)
Post: #18
|
|||
|
|||
|
RE: ? in mp3 file name for playlists doesn't work
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. |
|||
|
29-10-2022, 19:01
Post: #19
|
|||
|
|||
|
RE: ? in mp3 file name for playlists doesn't work
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.mp3While the other files in the playlist are loading correctly. Here is that whole playlist: Code: #EXTM3UIt'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. |
|||
|
29-10-2022, 20:08
Post: #20
|
|||
|
|||
|
RE: ? in mp3 file name for playlists doesn't work
Is the m3u8 playlist file really stored as utf8? Make sure it is not iso-latin or windows-charset.
|
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread:

Search
Member List
Calendar
Help




no rush. I just started playing with playlists and stumbled into this.![[Image: ixAVf69.png]](https://i.imgur.com/ixAVf69.png)