mruddo wrote: 
> > 
Code:
--------------------
  >   > 
  > [22-03-08 20:02:23.9265] Slim::Formats::Playlists::M3U::write (270) Error: 
Couldn't retrieve objectForUrl: 
[file:///M:/My%20Music/FLAC/Marina%20and%20the%20Diamonds/Froot/07-Can%E2%80%99t%20Pin%20Me%20Down.flac]
 - skipping!
  > 
--------------------
> > 
> 
> > 
Code:
--------------------
  >   > 
  > [22-03-08 22:50:10.7627] Slim::Formats::Playlists::M3U::write (270) Error: 
Couldn't retrieve objectForUrl: 
[file:///M:/My%20Music/FLAC/Tom%20Petty%20and%20the%20Heartbreakers/Angel%20Dream%20(Songs%20and%20Music%20from%20The%20Motion%20Picture%20%E2%80%9CShe%27s%20the%20One%E2%80%9D)/02-Grew%20Up%20Fast.flac]
 - skipping!
  > 
--------------------
> > 
> 

I've decoded these two URLs, and I -think- its the 'curly' quotes
(single and double) that are causing issues. Bliss mixer sends percent
encoded URLs back to the plugin. The plugin then uses LMS's code to
un-encode and then re-encode the URLs - so that the percent encoding
matches LMS. I'll have to look at the LMS code but my guess would be
that the decoder, or encododer, is not handing these. Do you have the
bliss logging when one of these occured? That would contain the encoded
URL that bliss sent to LMS. The URLs posted above are after the
decode/encode cycle.


[Edit] They decode to:

Code:
--------------------
    
  file:///M:/My Music/FLAC/Marina and the Diamonds/Froot/07-Can’t Pin Me 
Down.flac
  file:///M:/My Music/FLAC/Tom Petty and the Heartbreakers/Angel Dream (Songs 
and Music from The Motion Picture “She's the One”)/02-Grew Up 
Fast.flac
  
--------------------



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.
------------------------------------------------------------------------
cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to