-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
23 lines (23 loc) · 978 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.synology.vsmeta"
name="Scraper for Synology VSMeta files"
version="1.0.0"
provider-name="shaundsmith">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="xbmc.metadata" version="2.1.0"/>
</requires>
<extension point="xbmc.metadata.scraper.movies"
library="addon.py"/>
<extension point="xbmc.metadata.scraper.tvshows"
library="addon.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Synology Videostation VSMeta file scraper</summary>
<description lang="en_GB">
Python scraper for Synology Videostation VSMeta files.
Provides movie information based on the Synology Videostation VSMeta files co-located with the media files.
</description>
<platform>all</platform>
<license>MIT</license>
</extension>
</addon>