I'll give it some thought. My initial goal with KidsPlay was making a
kid-ready IR remote, and I wanted the kid's remote to do the same thing
on all players, thus the global configuration. But I understand where
you're coming from.

There are three obvious approaches:
    
- per-player macros for everything. Either lots of copy-and-paste or
  perhaps using SettingsManager to make some buttons uniform
- combination of global and per-player macros. Use the
  player-specific settings for a given button when available, otherwise
  the global settings. 
- a new conditional syntax for KidsPlay, so you could have macros
  like
    
Code:
--------------------
        
    if::Kitchen: playlist play /something.m3u
    if::Bedroom: playlist play /anotherthing.m3u
    if::Bedroom: OTHERS: power 0
    
--------------------
    
  

Do you have a strong preference? I think I tend to prefer the second
approach (offer global and per-player macros) -- the global page might
show you what attached Squeezeboxes have individual macros that override
any specific global macro.


-- 
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) '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=72801

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

Reply via email to