-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
executable file
·20 lines (20 loc) · 1.07 KB
/
addon.xml
File metadata and controls
executable file
·20 lines (20 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.mrtplay" name="MPT Play" version="1.0.0" provider-name="moneymaker">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.beautifulsoup" version="3.2.1"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">МТВ on Demand</summary>
<summary lang="mk">МТВ on Demand</summary>
<description lang="en">Macedonian Radio Television (MRT) is the public broadcasting organization of the Republic of Macedonia.</description>
<description lang="mk"></description>
<disclaimer lang="en">Some parts of this addon may not be legal in your country of residence - please check with your local laws before installing.</disclaimer>
<disclaimer lang="mk"></disclaimer>
<source>https://github.com/moneymaker365/plugin.video.mrtplay</source>
</extension>
</addon>