Re: URL safe characters?
gordonb3 <gordonb3.af5vpz-NUepA2SMhDQqspMVqqL2D+4xXEVPTSb/[email protected]>
| Newsgroups | gmane.music.equipment.slimdevices.devel |
|---|---|
| Organization | Logitech Squeezebox Forums |
| Message-ID | <[email protected]> |
cpd73 wrote: > The python code sends a string list (new line separated) of URLs in a > HTML response. But Python seems to escape more characters than LMS, > which is why (I assume) the DB lookup fails. Sorry, still trying to grasp what you're doing here. As I understand you have a plugin that accesses an external service/app that returns a list of URI encoded file locations in an HTML body but those entries are then not communicated to LMS by accessing some URL but internally through the plugin method. If that accurately describes your workflow you need to use the internal representation of the file names which only encodes space characters (and possibly some characters that have special meaning in Perl). ------------------------------------------------------------------------ gordonb3's Profile: http://forums.slimdevices.com/member.php?userid=71050 View this thread: http://forums.slimdevices.com/showthread.php?t=115875