https://github.com/stuomas/avr-volume-overlay
Volume overlay for Denon and Marantz AVRs
https://github.com/stuomas/avr-volume-overlay
htpc
Last synced: 10 months ago
JSON representation
Volume overlay for Denon and Marantz AVRs
- Host: GitHub
- URL: https://github.com/stuomas/avr-volume-overlay
- Owner: stuomas
- Created: 2024-08-13T08:51:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T07:13:57.000Z (almost 2 years ago)
- Last Synced: 2025-02-04T17:51:14.827Z (over 1 year ago)
- Topics: htpc
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# avr-volume-overlay
This program shows an overlay on your PC when you adjust the volume on a Denon or Marantz AVR.
This is useful if you don't route video through your AVR via HDMI, which would offer similar functionality.
## Prerequisites
You need an Denon or Marantz AVR with telnet connectivity.
Only tested on Windows, but should work elsewhere.
Install dependencies:
```
pip install denonavr async_tkinter_loop
```
## Usage
Set your AVR's IP address to the `AVR_IP_ADDRESS` variable in the `avr.py` and test with `py.exe avr.py`.
When everything works, you can for example in Windows use the Task Scheduler to run the script after user login. Use `pyw.exe` (or `pythonw.exe`) as the script to run to avoid command prompt appearing, and set the path to `avr.py` as an argument.
When adjusting volume, the overlay should appear in the top right corner of the screen, and disappear after one second.
