TVLINK Simple Control

The addon can be installed from the «AlexELEC Common Add-ons» repository, which is present in «LibreELEC/CoreELEC (ae-fork)» systems.

Allows you to control channel streams (turn on/off) and shows (highlights in yellow) the link to the stream that is currently being broadcast.

It also provides the ability to:

  • sequentially switch channel streams;
  • update «TVLINK» channel sources;
  • display information about clients connected to «TVLINK»;
  • display information about RAM and socket usage.

Configuration #

  • «IP-address TVLINK» – the IP address of the «TVLINK» server
  • «Port TVLINK» – the port of the «TVLINK» server

If «IP-address TVLINK» is not specified, «TVLINK Simple Control» uses the address «127.0.0.1».

In modified (ae-fork) ELEC systems, the addon is called by a long press of the «i» (info) button on the keyboard. For remote controls in these systems, the following settings are made in the «keyboard.xml» file in Kodi.

<FullscreenLiveTV>
    <keyboard>
        …
        <i mod="longpress">RunAddon(script.tvlink.conrol)</i>
    </keyboard>
</FullscreenLiveTV>