forked from djcode/Kodi-rTorrent-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
21 lines (21 loc) · 1.97 KB
/
addon.xml
File metadata and controls
21 lines (21 loc) · 1.97 KB
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="plugin.program.rtorrent"
name="rTorrent"
version="1.16.1"
provider-name="Daniel Jolly">
<requires>
<import addon="xbmc.python" version="2.20.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">rTorrent Control Plugin</summary>
<summary lang="de">rTorrent Plugin</summary>
<summary lang="nl">Controleplugin voor rTorrent</summary>
<description lang="en">Manages your rTorrent queue from within XBMC![CR]Quickly and easily start, stop, erase, play and change priorities of torrents managed in rTorrent.[CR][CR]Instructions[CR]============[CR]1. Make sure you have the SCGI port or domain socket setup in your rTorrent configuration[CR]2. Configure the plugin to suit![CR][CR]Any issues, ideas or any other comments, please visit:[CR]http://wiki.github.com/djcode/XBMC-rTorrent-Plugin/</description>
<description lang="de">Verwalte deine rTorrent queue aus XBMC heraus![CR][CR]Starte, stoppe, lösche, gebe wieder und ändere die Priorität deiner Torrents von rTorrent.[CR][CR]Anleitung[CR]============[CR]1. Stelle sicher, dass du den SCGI port oder domain socket in rTorrent konfiguriert hast[CR]2. Konfiguriere das Plugin entsprechend![CR][CR]Bei Problemen, Fragen oder Anregungen, schaut bei:[CR]http://wiki.github.com/djcode/XBMC-rTorrent-Plugin/</description>
<description lang="nl">Beheer uw rTorrentsessie vanuit XBMC![CR][CR]Met deze plugin kunt u snel en makkelijk torrents starten, stoppen en verwijderen, en hun prioriteit wijzigen.[CR][CR]Instructies[CR]============[CR]1. Zorg ervoor dat de SCGI-poort of domeinsocket in rTorrent werd ingesteld[CR]2. Configureer de plugin naar wens[CR][CR]Indien u problemen, vragen of suggesties hebt, bezoek dan de site:[CR]http://wiki.github.com/djcode/XBMC-rTorrent-Plugin/</description>
</extension>
</addon>