caes wrote:
>
> Working (single word playlist):
> >
Code:
--------------------
> > [16-11-29 11:40:27.1359] Slim::Control::Request::dump (2373) Request:
Command [11:22:33:44:55:66->playlist play] from JSONRPC (Dispatchable)
> [16-11-29 11:40:27.1362] Slim::Control::Request::dump (2375) Param:
[_item] = [itunesplaylist:SingleWord]
> [16-11-29 11:40:27.1364] Slim::Control::Request::dump (2375) Param:
[_title] = undef
> [16-11-29 11:40:27.1366] Slim::Control::Request::dump (2375) Param:
[_fadein] = undef
> [16-11-29 11:40:27.1368] Slim::Control::Commands::playlistXitemCommand
(1349) cmd: play, item: itunesplaylist:SingleWord, title: , fadeIn: undef
> [16-11-29 11:40:27.1370] Slim::Control::Commands::playlistXitemCommand
(1387) url: itunesplaylist:SingleWord
> [16-11-29 11:40:27.4882] Slim::Control::Request::dump (2373) Request:
Command [11:22:33:44:55:66->playlist playtracks] (Dispatchable)
>
--------------------
> >
>
> Fails (two word playlist):
> >
Code:
--------------------
> > [16-11-29 11:28:55.0869] Slim::Control::Request::dump (2373) Request:
Command [11:22:33:44:55:66->playlist play] from JSONRPC (Dispatchable)
> [16-11-29 11:28:55.0872] Slim::Control::Request::dump (2375) Param:
[_item] = [itunesplaylist:Recently Added]
> [16-11-29 11:28:55.0874] Slim::Control::Request::dump (2375) Param:
[_title] = undef
> [16-11-29 11:28:55.0876] Slim::Control::Request::dump (2375) Param:
[_fadein] = undef
> [16-11-29 11:28:55.0879] Slim::Control::Commands::playlistXitemCommand
(1349) cmd: play, item: itunesplaylist:Recently Added, title: , fadeIn: undef
> [16-11-29 11:28:55.0882] Slim::Control::Commands::playlistXitemCommand
(1387) url: itunesplaylist:Recently Added
> [16-11-29 11:28:55.0900] Slim::Control::Commands::playlistXitemCommand
(1437) path: itunesplaylist:Recently Added
> [16-11-29 11:28:55.0936] Slim::Control::Commands::playlistXitemCommand
(1481) currentPlaylist:itunesplaylist:Recently%20Added
>
--------------------
> >
>
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"]]}
--------------------
[ extGUI4LMS - an alternative web interface: 'forum'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
/ 'homepage' (https://www.nexus0.net/pub/sw/extgui4lms/) | 'music
visualizer'
(http://forums.slimdevices.com/showthread.php?103073-Announce-music-visualizer-for-squeezelite)
for squeezelite | 'Howto'
(http://forums.slimdevices.com/showthread.php?99648-Howto-build-a-self-contained-LMS):
build a self-contained LMS ]
------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=106523
_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter