Roland0 wrote:
> Curious. In the first case, LMS is able to retrieve the playlist's
> tracks, in the second, it fails. Unfortunately, there are no log outputs
> in the internal routines responsible for retrieving the tracks, so it's
> unclear where exactly it fails.
> However, since this works perfectly fine with regular playlists, I'm
> inclined to consider this a bug.
>
> Try the following
> - play the playlist with spaces using normal means (eg. Web GUI) and
> compare the log output (esp. the name of the list)
> - if you haven't already done, test these JSON (replace
> 11:22:33:44:55:66 with you player's MAC address):
> >
Code:
--------------------
> > {"id":1,"method":"slim.request","params":["11:22:33:44:55:66",
["playlist", "play", "itunesplaylist:Recently%20Added"]]}
--------------------
> >
> >
Code:
--------------------
> > {"id":1,"method":"slim.request","params":["11:22:33:44:55:66",
["playlist", "play", "%22itunesplaylist:Recently%20Added%22"]]}
--------------------
> >
> >
Code:
--------------------
> > {"id":1,"method":"slim.request","params":["11:22:33:44:55:66",
["playlist", "play", "%27itunesplaylist:Recently%20Added%27"]]}
--------------------
> >
Success!
This one worked:
Code:
--------------------
{"id":1,"method":"slim.request","params":["11:22:33:44:55:66", ["playlist",
"play", "itunesplaylist:Recently%20Added"]]}
--------------------
I tried the others with the escaped single and double quotes just for
completeness and they both failed. I have successfully played more than
one iTunes playlist using the %20 method and JSON (but it doesn't work
via URL).
This is good enough for me to be getting on with - thanks very much for
the help! I should have mentioned I'm on LMS 7.8.0 earlier in case
anyone wonders.
------------------------------------------------------------------------
caes's Profile: http://forums.slimdevices.com/member.php?userid=66305
View this thread: http://forums.slimdevices.com/showthread.php?t=106523
_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter