mirror of
https://github.com/correl/Transmission-XBMC.git
synced 2024-11-21 19:18:41 +00:00
Update plugin info and dependencies, bump to 0.7.6
This commit is contained in:
parent
1672255cff
commit
d92ed70315
2 changed files with 8 additions and 11 deletions
11
addon.xml
11
addon.xml
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="script.transmission"
|
||||
name="Transmission"
|
||||
version="0.7.5"
|
||||
version="0.7.6"
|
||||
provider-name="Correl Roush">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.1.0"/>
|
||||
<import addon="script.module.simplejson" version="2.0.9"/>
|
||||
<import addon="xbmc.python" version="2.14.0"/>
|
||||
<import addon="script.module.simplejson" version="3.3.0"/>
|
||||
<import addon="script.module.beautifulsoup" version="3.0.8" />
|
||||
</requires>
|
||||
<extension point="xbmc.python.script"
|
||||
|
@ -21,5 +21,10 @@
|
|||
<description lang="hu">Jelenleg a Transmission-XBMC képes megnézni, hozzáadni, elkezdeni, és megállítani a torrenteket. További fejlesztések várhatók a jövőben.</description>
|
||||
<description lang="ca">Actualment, Transmission-XBMC permet veure, afegir, eliminar, iniciar i parar torrents. En futures versions de l'aplicació s'haniran afegint opcions més avançades.</description>
|
||||
<platform>all</platform>
|
||||
<license>MIT</license>
|
||||
<forum></forum>
|
||||
<website></website>
|
||||
<source>https://github.com/correl/Transmission-XBMC</source>
|
||||
<email>correl@gmail.com</email>
|
||||
</extension>
|
||||
</addon>
|
||||
|
|
|
@ -6,14 +6,6 @@ import sys
|
|||
import xbmc
|
||||
import xbmcaddon
|
||||
|
||||
__scriptname__ = "Transmission-XBMC"
|
||||
__author__ = "Correl Roush <correl@gmail.com>"
|
||||
__url__ = "http://github.com/correl/Transmission-XBMC"
|
||||
__svn_url__ = ""
|
||||
__credits__ = ""
|
||||
__version__ = "0.5.2"
|
||||
__XBMC_Revision__ = "30377"
|
||||
|
||||
__settings__ = xbmcaddon.Addon(id='script.transmission')
|
||||
__language__ = __settings__.getLocalizedString
|
||||
|
||||
|
|
Loading…
Reference in a new issue