项目作者: probonopd

项目描述 :
Browse services announced on the local network with Zeroconf (also known as Avahi, Bonjour, DNS-SD, Rendezvous)
高级语言: Python
项目地址: git://github.com/probonopd/plugin.program.zeroconfbrowse.git
创建时间: 2020-05-06T16:53:58Z
项目社区:https://github.com/probonopd/plugin.program.zeroconfbrowse

开源协议:

下载


Browse Zeroconf add-on

Browse services announced on the local network with Zeroconf (also known as Avahi, Bonjour, DNS-SD, Rendezvous)

Installation

While you could install the plugin through the KODI graphical user interface, it may be quicker to ssh into the box and do:

  1. cd /storage/.kodi/addons/
  2. wget -c https://github.com/probonopd/sftp://root@alexelec.local/storage/.kodi/addons/plugin.program.zeroconfbrowse/archive/master.zip -O plugin.program.zeroconfbrowse.zip
  3. unzip plugin.program.zeroconfbrowse.zip
  4. mv plugin.program.zeroconfbrowse-master plugin.program.zeroconfbrowse
  5. killall kodi.bin

TODO

Pull requests are welcome. This is really easy Python code, after all.

  • Implement continuous updating of the list of services in the GUI without blocking the GUI
  • Handle known services

References