Marc;501669 Wrote: 
> 
> I've been struggling with just trying to get a playlist to play via
> kidsplay macro and not had success (never tried the 'playlist play'
> syntax with the prior version).
> 
> I've got a couple of itunes playlists that show up at the SBS web GUI
> and play fine on the Radio if requested from there.

CliffC reports that the iTunes playlist syntax for KidsPlay is

Code:
--------------------
    playlist play "itunesplaylist:PlaylistNameInEscapeFormat"
--------------------


so you might give that a try.

> Once I did the resave (wish SBS would just resave the itunes playlists
> automatically after every itunes rescan) then I could play them directly
> from the CLI using playlist play <playlistname>.
> 
> The same exact command doesn't seem to work from kidsplay, though.  I
> know the macro is getting executing because the display text is showing
> up at the Radio, but the current playlist shows as empty (actually, the
> word used is 'nothing').

Be sure you're not over-encoding. For instance, at a telnet/CLI prompt
you might have to do something like
00:04:20:11:22:33 playlist play my%20new%20list
using standard URI "%" byte escaping, but in KidsPlay that would be
simply
playlist play "my new list"


-- 
peterw

http://www.tux.org/~peterw/
Free plugins:  'AllQuiet'
(http://www.tux.org/~peterw/slim/AllQuiet.html) 'Auto Dim/AutoDisplay'
(http://www.tux.org/~peterw/slim/AutoDisplay.html) 'BlankSaver'
(http://www.tux.org/~peterw/slim/BlankSaver.html) 'ContextMenu'
(http://www.tux.org/~peterw/slim/ContextMenu.html) 'DenonSerial'
(http://www.tux.org/~peterw/slim/DenonSerial.html)
'FuzzyTime' (http://www.tux.org/~peterw/slim/FuzzyTime.html) 'KidsPlay'
(http://www.tux.org/~peterw/slim/KidsPlay.html) 'KitchenTimer'
(http://www.tux.org/~peterw/slim/KitchenTimer.html) 'PlayLog'
(http://www.tux.org/~peterw/slim/PlayLog.html)
'PowerCenter/BottleRocket'
(http://www.tux.org/~peterw/slim/PowerCenter.html) 'SaverSwitcher'
(http://www.tux.org/~peterw/slim/SaverSwitcher.html)
'SettingsManager'
(http://www.tux.org/~peterw/slim/SettingsManager.html) 'SleepFade'
(http://www.tux.org/~peterw/slim/SleepFade.html) 'StatusFirst'
(http://www.tux.org/~peterw/slim/StatusFirst.html) 'SyncOptions'
(http://www.tux.org/~peterw/slim/SyncOptions.html) 'VolumeLock'
(http://www.tux.org/~peterw/slim/VolumeLock.html)
------------------------------------------------------------------------
peterw's Profile: http://forums.slimdevices.com/member.php?userid=2107
View this thread: http://forums.slimdevices.com/showthread.php?t=73113

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

Reply via email to