-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaddon.xml
21 lines (21 loc) · 967 Bytes
/
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"?>
<addon id="service.games.discord.richpresence"
name="Discord Rich Presence for RetroPlayer"
version="1.0.0"
provider-name="NikosSiak">
<requires>
<import addon="xbmc.python" version="3.0.1"/>
</requires>
<extension point="xbmc.service" library="default.py" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<source>https://github.com/NikosSiak/service.games.discord.richpresence</source>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
<summary lang="en_GB">Display the state of the game you are playing to Discord.</summary>
<description lang="en_GB">For the rich presence to work you must be logged in to the RetroAchievements account from Setting/Games/Achievements</description>
<license>GPL-2.0-only</license>
</extension>
</addon>