spedinfargo;543100 Wrote: 
> 
> This ALMOST works - but I need to hit "next track" on the remote to go
> from what the squeezebox thinks is three separate tracks.  When I cycle
> through, it does turn on Zone two and changes the radio station and then
> streams it, so it works in this regard.
> 
> Is there a way to do this without the "next track" button?

I was thinking more about this specific example. I think what you'd
want to do is make a shell or batch script to request your URLs like
"http://192.168.1.6/ZONE2/s_zone2.asp?radioPower2=ON"; -- in Linux or
Mac shell, I'd use wget or curl; on Windows I'd probably use PowerShell
and System.Net.WebClent. Then you could have a playlist using
squeezeexec to run your shell/batch script.

There's a huge functional flaw in my current code -- neither handler
properly tells SBS that it's done. So, as you found in your testing,
you get stuck on that playlist entry.


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

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

Reply via email to