You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
plugin.video.TVOnline.ro/addon.xml

67 lines
2.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
#
#
# Copyright (C) 2021 Alin Cretu
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
#
-->
<addon id="plugin.video.TVOnline.ro" provider-name="cralin" name="TVOnline.ro" version="20.0.14">
<requires>
<import addon="xbmc.python" version="3.0.1"/>
<import addon="script.module.requests" version="2.27.1+matrix.1"/>
<import addon="script.module.inputstreamhelper" version="0.5.10+matrix.1"/>
</requires>
<extension point="xbmc.python.pluginsource" library="main.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="service.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">Watch romanian live TV channels.</summary>
<description lang="en_GB">
Kodi addon for accessing live TV channels from various romanian online platforms.
Supported platforms:
- DigiOnline.ro
- voyo.protv.ro
- tvrplus.ro
- primaplay.ro
For each supported platform, user registration and login credentials are required in order to access the media content.
Visit https://www.digiromania.ro for more details.
Visit https://voyo.protv.ro for more details.
Visit https://www.tvrplus.ro for more details.
Visit https://www.primaplay.ro for more details.
</description>
<disclaimer lang="en_GB">
The author is not connected to or in any other way affiliated with Kodi, Team Kodi, the XBMC foundation or any of the online platforms used by this add-on.
</disclaimer>
<assets>
<icon>resources/media/icon.png</icon>
<fanart>resources/media/fanart.jpg</fanart>
<screenshot></screenshot>
</assets>
<news>
</news>
</extension>
</addon>