Jayhawk;551479 Wrote: 
> Using duet controller and SB3 receiver.  From what I've read, it appears
> that IR Blaster is intended to send only power on/off and vol up/dwn
> commands.  I need to send a source selection cmd to the AVR.
> 
> 1. Is it possible to have IR Blaster provide a way to send more
> commands than the 4 commands indicated?

You may need to unpack the source (the .par file is basically a .zip
file) and modify it. In lib/Plugins/IRBlaster/Settings.pm there's this
line

Code:
--------------------
    my $gMaxItemsPerAction  = 5;    # IR commands per action 
(on/off/volup/voldown) in webinterface
--------------------

I think I changed that years ago when first setting up IR Blaster and
needing to send more commands, and it did the trick. I'm pretty sure IR
Blaster is happy to send any commands that are in the LIRC files. 

Alternately, you can probably shut down SBS and edit
prefs/plugin/irblaster.prefs by hand (the _command, _remote, _count,
and _delay values).

Once you have things set up, you can probably switch back to the
official IR Blaster release.


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

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to