Make bindings discoverable on system startup (#15817)

* [discovery-methods] mDNS discovery methods
* [discovery-methods] UPnP discovery methods

---------

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
This commit is contained in:
Andrew Fiddian-Green
2023-12-07 19:34:45 +00:00
committed by GitHub
parent d6b19fecfe
commit 3814f37d9a
70 changed files with 851 additions and 0 deletions

View File

@@ -8,4 +8,15 @@
<description>This is the add-on for AndroidTV.</description>
<connection>local</connection>
<discovery-methods>
<discovery-method>
<service-type>mdns</service-type>
<mdns-service-type>_androidtvremote2._tcp.local.</mdns-service-type>
</discovery-method>
<discovery-method>
<service-type>mdns</service-type>
<mdns-service-type>_nv_shield_remote._tcp.local.</mdns-service-type>
</discovery-method>
</discovery-methods>
</addon:addon>