1.0.7 for unix bu aisman
parent
c2cf1fcd3a
commit
ade05653e9
|
@ -1,5 +1,5 @@
|
||||||
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
|
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
|
||||||
<addon id='script.module.libtorrent' version='0.16.19h' name='LibTorrent' provider-name='DiMartino, srg70, RussakHH, aisman'>
|
<addon id='script.module.libtorrent' version='1.0.7' name='LibTorrent' provider-name='DiMartino, srg70, RussakHH, aisman'>
|
||||||
<requires>
|
<requires>
|
||||||
<import addon='xbmc.python' version='2.1.0'/>
|
<import addon='xbmc.python' version='2.1.0'/>
|
||||||
</requires>
|
</requires>
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
0.16.19:
|
1.0.7:
|
||||||
|
Added 1.0.7 for Unix and Windows
|
||||||
|
|
||||||
|
0.16.19:
|
||||||
Edit custom library path with keyboard
|
Edit custom library path with keyboard
|
||||||
Added Android permission workaround (copy to kodi path)
|
Added Android permission workaround (copy to kodi path)
|
||||||
Added Android system import try
|
Added Android system import try
|
||||||
|
|
|
@ -26,7 +26,7 @@ else:
|
||||||
|
|
||||||
log('dirname:' +str(dirname))
|
log('dirname:' +str(dirname))
|
||||||
|
|
||||||
default_version = 0 #[0.16.19, 1.0.6]
|
default_version = 0 #[0.16.19, 1.0.6, 1.0.7]
|
||||||
set_version = __settings__.getSetting('set_version')
|
set_version = __settings__.getSetting('set_version')
|
||||||
default_path = __language__(1150+default_version)
|
default_path = __language__(1150+default_version)
|
||||||
if getSettingAsBool('custom_version'):
|
if getSettingAsBool('custom_version'):
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
#-*- coding: utf-8 -*-
|
||||||
|
'''
|
||||||
|
Torrenter v2 plugin for XBMC/Kodi
|
||||||
|
Copyright (C) 2015 DiMartino
|
||||||
|
'''
|
|
@ -0,0 +1 @@
|
||||||
|
2107948
|
Binary file not shown.
|
@ -0,0 +1,5 @@
|
||||||
|
#-*- coding: utf-8 -*-
|
||||||
|
'''
|
||||||
|
Torrenter v2 plugin for XBMC/Kodi
|
||||||
|
Copyright (C) 2015 DiMartino
|
||||||
|
'''
|
|
@ -0,0 +1 @@
|
||||||
|
2093128
|
Binary file not shown.
|
@ -0,0 +1,5 @@
|
||||||
|
#-*- coding: utf-8 -*-
|
||||||
|
'''
|
||||||
|
Torrenter v2 plugin for XBMC/Kodi
|
||||||
|
Copyright (C) 2015 DiMartino
|
||||||
|
'''
|
|
@ -0,0 +1 @@
|
||||||
|
3544068
|
Binary file not shown.
|
@ -0,0 +1,5 @@
|
||||||
|
#-*- coding: utf-8 -*-
|
||||||
|
'''
|
||||||
|
Torrenter v2 plugin for XBMC/Kodi
|
||||||
|
Copyright (C) 2015 DiMartino
|
||||||
|
'''
|
|
@ -0,0 +1 @@
|
||||||
|
3576128
|
Binary file not shown.
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
<string id="1150">0.16.19</string>
|
<string id="1150">0.16.19</string>
|
||||||
<string id="1151">1.0.6</string>
|
<string id="1151">1.0.6</string>
|
||||||
|
<string id="1152">1.0.7</string>
|
||||||
|
|
||||||
<string id="1010">TS Engine not running!</string>
|
<string id="1010">TS Engine not running!</string>
|
||||||
<string id="1011">No answer</string>
|
<string id="1011">No answer</string>
|
||||||
|
|
|
@ -7,6 +7,6 @@
|
||||||
<setting id="custom_system" type="bool" label="1003" default="false" />
|
<setting id="custom_system" type="bool" label="1003" default="false" />
|
||||||
<setting id="set_system" type="enum" label="1004" visible="eq(-1,true)" default="0" lvalues="1100|1101|1102|1103|1104|1105|1106|1107|1108|1109"/>
|
<setting id="set_system" type="enum" label="1004" visible="eq(-1,true)" default="0" lvalues="1100|1101|1102|1103|1104|1105|1106|1107|1108|1109"/>
|
||||||
<setting id="custom_version" type="bool" label="1006" default="false" />
|
<setting id="custom_version" type="bool" label="1006" default="false" />
|
||||||
<setting id="set_version" type="enum" label="1007" visible="eq(-1,true)" default="0" lvalues="1150|1151"/>
|
<setting id="set_version" type="enum" label="1007" visible="eq(-1,true)" default="0" lvalues="1150|1151|1152"/>
|
||||||
</category>
|
</category>
|
||||||
</settings>
|
</settings>
|
||||||
|
|
Loading…
Reference in New Issue