Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## plugin.program.xmltv.meld

* Joins xmltv providers into one xmltv file.
* Current sources are from rytec, zap, koditvepg.
* Current sources are from rytec

# Quick Start
* Download busybox for your device.
Expand Down
11 changes: 5 additions & 6 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.program.xmltv.meld"
version="0.0.64"
version="1.0.7"
name="xmltv Meld"
provider-name="primaeval">
provider-name="marynius">
<requires>
<import addon="xbmc.python" version="2.20.0"/>
<import addon="script.module.xbmcswift2" version="2.4.0"/>
<import addon="script.module.requests" version="2.9.1" />
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.xbmcswift2"/>
<import addon="script.module.requests" />
<import addon="script.module.beautifulsoup4" />
</requires>
<extension point="xbmc.python.pluginsource" library="main.py">
Expand All @@ -19,4 +19,3 @@ provider-name="primaeval">
<disclaimer lang="en"></disclaimer>
</extension>
</addon>

Loading