Re: URL safe characters?
gordonb3 <gordonb3.af6880-NUepA2SMhDQqspMVqqL2D+4xXEVPTSb/[email protected]> Tue, 1 Feb 2022 14:05:21 +0000
| Newsgroups | gmane.music.equipment.slimdevices.devel |
|---|---|
| Organization | Logitech Squeezebox Forums |
| Message-ID | <[email protected]> |
cpd73 wrote: > I -think- LMS looks up tracks in its DB via the URL - so tries to match > the URL string against that in the DB. Different encoding => different > string, so lookup fails. I don't think so, because then this would also apply for normal GUI interaction. The problem here is that you are inserting file names at a level where these strings are not expected to still be (fully) encoded. Naturally it will open/stream the file because the internal format still requires decoding to find the file on disk which effectively tells you that this step uses a standard urldecode() function rather than a matching decoder for the stripped down version that creates the internal format. ------------------------------------------------------------------------ gordonb3's Profile: http://forums.slimdevices.com/member.php?userid=71050 View this thread: http://forums.slimdevices.com/showthread.php?t=115875