-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathaddon.xml
18 lines (18 loc) · 924 Bytes
/
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="script.videolanguage" name="Video Language Script" version="0.1.0" provider-name="`Black|phil65">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.simplejson" version="2.0.10"/>
</requires>
<extension point="xbmc.python.library" library="default.py" />
<extension point="xbmc.addon.metadata">
<language/>
<summary lang="en">Video Language Script</summary>
<description lang="en">This script makes it possible to show all audio and subtitle languages of a video file in the video info dialog.</description>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE Version 2, June 1991</license>
<forum>http://forum.xbmc.org/showthread.php?tid=155693</forum>
<source>https://github.com/Black09/script.videolanguage</source>
<email>xperience1080 at iCloud dot com</email>
</extension>
</addon>