lrkrol / Noctifer-Music

PHP HTML5 music player for self-hosted online libraries
GNU General Public License v3.0
56 stars 16 forks source link

Playback error with special characters � such as (ï Š ’’) #14

Closed bisoloc closed 11 months ago

bisoloc commented 1 year ago

Hello,

I own this site: https://app.sets.live/?play=.%2FLivesets%2FTechno+Collection+by+sanelbestxxx%2FAlex+Flatner+-+On+Mono%EFd+%282007%29.mp3 where I post livesets. Unfortunately, it cannot work with special characters-

image

lrkrol commented 1 year ago

I can verify that the link you gave indeed does not play for me, either, but I'm afraid I cannot reproduce this error otherwise. When I use a file that has the special characters you mention in its filename, artist name, song name, and album name, it still plays fine on Noctifer Music. Even adding the Unicode replacement character � itself, it still works on my machine. Do these test files play for you, too?

I suspect the special character in your file is in fact something different than the ï it should be, nor is it a "clean" � character. Perhaps the software you use to upload files erroneously converts some characters?

You can use e.g. this Unicode text analyzer to see which characters are in the file name.

bisoloc commented 11 months ago

Hello, it was due to my Windows FTP upload method. Thank you!