Update on onyo.markdown (#11473)

* Update on onyo.markdown

The default source list does not include all sources, and there is an easy way to determine exact source names. In my case, even though my receiver displays "Blu-ray/DVD" on screen, the "bd-dvd" source value was incorrect, and the correct input was "bd", which isn't in the default list, and is also pretty counter-intuitive.

* ✏️ Tweaks


Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
inputd 2019-12-16 12:10:34 -07:00 committed by Franck Nijhof
parent 12c022a03e
commit b67fb24128

View File

@ -82,6 +82,12 @@ List of source names:
- xm - xm
- sirius - sirius
If your source is not listed above, and you want to figure out how to format that source name so you can map its entry, you can use the `onkyo-eiscp` Python module to discover the exact naming needed. First, change your receiver's source to the one that you need to define, and then run:
```bash
onkyo --host 192.168.0.100 source=query
```
To find your receivers max volume use the onkyo-eiscp python module set the receiver to its maximum volume To find your receivers max volume use the onkyo-eiscp python module set the receiver to its maximum volume
(don't do this whilst playing something!) and run: (don't do this whilst playing something!) and run: