-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaddon.xml
21 lines (21 loc) · 1 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.viewmaster" name="ViewMaster" version="0.4.0" provider-name="Team B">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.addon.signals" version="0.0.1"/>
</requires>
<extension library="service.py" point="xbmc.service" start="login"/>
<extension point="xbmc.python.script" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language>en</language>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum>https://emby.media/community/index.php?/topic/46651-embycon/</forum>
<website>https://emby.media/community/index.php?/topic/46651-embycon/</website>
<source>https://github.com/xnappo/viewmaster</source>
<summary lang="en">Set views the way your want 'em</summary>
<description lang="en">Script to set skin views</description>
</extension>
</addon>