From b67fb24128dbd9a5713500ca4d1e2fee22c11966 Mon Sep 17 00:00:00 2001 From: inputd <38230664+inputd@users.noreply.github.com> Date: Mon, 16 Dec 2019 12:10:34 -0700 Subject: [PATCH] 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. * :pencil2: Tweaks Co-authored-by: Franck Nijhof --- source/_integrations/onkyo.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/onkyo.markdown b/source/_integrations/onkyo.markdown index 18ff6e598cf..cc1067bcab9 100644 --- a/source/_integrations/onkyo.markdown +++ b/source/_integrations/onkyo.markdown @@ -82,6 +82,12 @@ List of source names: - xm - 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 (don't do this whilst playing something!) and run: