Re: [SlimDevices: Plugins] Kidsplay - Two word genre names

2010-02-13 Thread doubleugk

Thanx - Should have thought about it.


-- 
doubleugk

doubleugk's Profile: http://forums.slimdevices.com/member.php?userid=36464
View this thread: http://forums.slimdevices.com/showthread.php?t=75182

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


Re: [SlimDevices: Plugins] Kidsplay - Two word genre names

2010-02-13 Thread peterw

doubleugk;516396 Wrote: 
 Two word genre names like #8220;General Rock#8221; will not be
 recognized when using #8220;randomplaychoosegenre General Rock
 1;#8221;. 
 Any idea how to encapsulate a two word string?

In KidsPlay, use quotation marks, e.g. 
Code:

randomplaychoosegenre General Rock 1;



-- 
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=75182

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


Re: [SlimDevices: Plugins] Kidsplay - Two word genre names

2010-02-13 Thread doubleugk

Thanx, now it really works.


-- 
doubleugk

doubleugk's Profile: http://forums.slimdevices.com/member.php?userid=36464
View this thread: http://forums.slimdevices.com/showthread.php?t=75182

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


[SlimDevices: Plugins] Kidsplay - Two word genre names

2010-02-12 Thread doubleugk

Two word genre names like “General Rock” will not be recognized when
using “randomplaychoosegenre General Rock 1;”. 
Any idea how to encapsulate a two word string?


-- 
doubleugk

doubleugk's Profile: http://forums.slimdevices.com/member.php?userid=36464
View this thread: http://forums.slimdevices.com/showthread.php?t=75182

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


Re: [SlimDevices: Plugins] Kidsplay - Two word genre names

2010-02-12 Thread Michael Herger
 Two word genre names like “General Rock” will not be recognized when
 using “randomplaychoosegenre General Rock 1;”.
 Any idea how to encapsulate a two word string?

You need to url encode values
randomplaychoosegenre General%20Rock
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins