-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathaddon.xml
More file actions
26 lines (26 loc) · 1.21 KB
/
addon.xml
File metadata and controls
26 lines (26 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.parsec" name="Parsec" version="0.0.1" provider-name="OMGrant">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
</requires>
<extension point="xbmc.python.script" library="parsec.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Launch Parsec from OSMC/Kodi on your Raspberry Pi.</summary>
<description lang="en">Launch Parsec from OSMC/Kodi on your Raspberry Pi. Easily configure your Parsec connection from within the addon configuration menu. Automatically exit back into OSMC/Kodi after your Parsec session has ended. Seamlessly launch directly into your Parsec host without having to enter login or host selection information by enabling Headless Client Mode.</description>
<license>GNU General Public License, v2</license>
<platform>linux</platform>
<language>en</language>
<forum></forum>
<source>https://github.com/OMGrant/script.parsec</source>
<website>dev.grantgarrison.com</website>
<email>me@grantgarrison.com</email>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
<news></news>
</extension>
</addon>