Auto Amp power control #441
Replies: 1 comment 1 reply
-
The short answer is no if you expect to just hook a USB IR blaster and have it do what you're asking. The long answer is yes but you gotta roll your own: You can run a script on events with the In your case the blocking aspect of sink events actually works to your advantage as I'm sure it takes a sec or 2 for your receiver to actually turn on. In your script I would make all situations you want to ignore the sink events basically noops and send your IR-Signal asynchronously and put in a sleep for how many secs it usually takes your receiver to kick on go to the right input. Here are the relevant events (non sink events are non-blocking): |
Beta Was this translation helpful? Give feedback.
-
First of all, thank you for this super easy and great software :-)
i use it to listen on Spotify on my older Harman Kardon Amp....
one great feature would be if it could run a custom script when a user is connected and another if disconnected, so it could send a IR-Signal to turn my amp on and set it to the right input source and off after i stopped listening to music....
is there already a way to do something like this?
Beta Was this translation helpful? Give feedback.
All reactions