summaryrefslogtreecommitdiff
path: root/plugin.video.adverts/addon.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.video.adverts/addon.xml')
-rw-r--r--plugin.video.adverts/addon.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/plugin.video.adverts/addon.xml b/plugin.video.adverts/addon.xml
new file mode 100644
index 0000000..66d6f04
--- /dev/null
+++ b/plugin.video.adverts/addon.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<addon id="plugin.video.adverts" name="AdverToLog" version="0.1.4" provider-name="Lunatixz">
+ <requires>
+ <import addon="xbmc.python" version="2.25.0"/>
+ <import addon="script.module.beautifulsoup" version="3.2.1"/>
+ <import addon="script.module.requests" version="2.7.0"/>
+ <import addon="script.module.simplecache" version="1.0.0"/>
+ </requires>
+ <extension point="xbmc.python.pluginsource" library="default.py">
+ <provides>video</provides>
+ </extension>
+ <extension point="xbmc.addon.metadata">
+ <summary lang="en_GB">Watch TV ads from Advertolog.</summary>
+ <description lang="en_GB">Watch TV ads categorized by country, business, year from Advertolog.</description>
+ <platform>all</platform>
+ <license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
+ <source>https://github.com/Lunatixz/XBMC_Addons/tree/master/plugin.video.adverts</source>
+ <website>http://www.advertolog.com</website>
+ <forum>http://forum.kodi.tv/showthread.php?tid=311064</forum>
+ <news></news>
+ <assets>
+ <icon>icon.png</icon>
+ <fanart>fanart.jpg</fanart>
+ </assets>
+ </extension>
+</addon> \ No newline at end of file