-
Notifications
You must be signed in to change notification settings - Fork 2
/
avr.denon.conf
32 lines (26 loc) · 1.01 KB
/
avr.denon.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#! /bin/bash
# Script to switch configuration files and to turn
# Hyperion LEDs on and off dependent on Network AVR
# (such as Pioneer 1X2X series, Onkyo, and Denon)
# Author: Dominic Wrapson, aka Hwulex
# License: The MIT License (MIT)
# http://choosealicense.com/licenses/mit/
###############################################################
# Configuration file for Denon network ready AVR
###############################################################
# IP address or hostname of AVR
avr_ip="10.0.0.10"
# AVR port, default 23 usually works
# Pioneer also known to have 8102 open
# avr_port="23"
avr_port="23"
# Line separator for AVR output stream
# On some manufs this is \r rather than \n
avr_separator="\r"
# AVR Power codes
pwr_prefix="PW"
pwr_on="PWON"
pwr_off="PWSTANDBY"
# AVR Source Codes
src_prefix="SI"
src_custom="SIPHONO|SICD|SITUNER|SIDVD|SIBD|SITV|SISAT/CBL|SIDVR|SIGAME|SIGAME2|SIV.AUX|SIDOCK|SIHDRADIO|SIIPOD|SINET/USB|SIRHAPSODY|SINAPSTER|SIPANDORA|SILASTFM|SIFLICKR|SIFAVORITES|SIIRADIO|SISERVER|SIUSB/IPOD"