forked from tamland/kodi-missing-movies
-
Notifications
You must be signed in to change notification settings - Fork 2
/
addon.xml
18 lines (18 loc) · 1.01 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.mms" name="Missing Movies" version="4.0.5" provider-name="takoi">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
<import addon="script.module.routing" version="0.2.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Find missing videos</summary>
<description lang="en">Scans media sources for movies, TV shows and episodes that got missed during the library scan. This add-on can used to identify, play or manually add missing videos to your media library.</description>
<license>GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007</license>
<platform>all</platform>
<source>https://github.com/tamland/kodi-missing-movies</source>
<forum>http://forum.xbmc.org/showthread.php?tid=118263</forum>
</extension>
</addon>