Add discovery method for Denon receiver (#16035)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
parent
8c560a409c
commit
9f4b8a6cb7
@ -9,6 +9,15 @@
|
|||||||
<connection>local</connection>
|
<connection>local</connection>
|
||||||
|
|
||||||
<discovery-methods>
|
<discovery-methods>
|
||||||
|
<discovery-method>
|
||||||
|
<service-type>upnp</service-type>
|
||||||
|
<match-properties>
|
||||||
|
<match-property>
|
||||||
|
<name>manufacturer</name>
|
||||||
|
<regex>(?i)DENON</regex>
|
||||||
|
</match-property>
|
||||||
|
</match-properties>
|
||||||
|
</discovery-method>
|
||||||
<discovery-method>
|
<discovery-method>
|
||||||
<service-type>mdns</service-type>
|
<service-type>mdns</service-type>
|
||||||
<mdns-service-type>_raop._tcp.local.</mdns-service-type>
|
<mdns-service-type>_raop._tcp.local.</mdns-service-type>
|
||||||
@ -21,5 +30,4 @@
|
|||||||
</discovery-method>
|
</discovery-method>
|
||||||
</discovery-methods>
|
</discovery-methods>
|
||||||
|
|
||||||
|
|
||||||
</addon:addon>
|
</addon:addon>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user