diff --git a/addon.xml b/addon.xml index f2dfeb5..133ebfb 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/changelog.txt b/changelog.txt index e8c6684..bcd8473 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ Added 1.1.1 for Windows by Roman_V_M Added 1.1.1 for iOS by HAL9000 Added 1.1.1 for Android, Mac by srg70 Added 1.1.1 for Unix x86, Unix amd64, Unix ARM v6,7, aarch64 (UCS4) by aisman +Added and fixed multiple versions for ARM v6 by Allin 1.1.0: Lastest library is default diff --git a/python_libtorrent/linux_armv6/1.0.11/__init__.py b/python_libtorrent/linux_armv6/1.0.11/__init__.py new file mode 100644 index 0000000..e0aed70 --- /dev/null +++ b/python_libtorrent/linux_armv6/1.0.11/__init__.py @@ -0,0 +1,24 @@ +#-*- coding: utf-8 -*- +''' + python-libtorrent for Kodi (script.module.libtorrent) + Copyright (C) 2015-2016 DiMartino, srg70, RussakHH, aisman + + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +''' diff --git a/python_libtorrent/linux_armv6/1.0.11/libtorrent.so.size.txt b/python_libtorrent/linux_armv6/1.0.11/libtorrent.so.size.txt new file mode 100644 index 0000000..9a1d600 --- /dev/null +++ b/python_libtorrent/linux_armv6/1.0.11/libtorrent.so.size.txt @@ -0,0 +1 @@ +2286476 \ No newline at end of file diff --git a/python_libtorrent/linux_armv6/1.0.11/libtorrent.so.zip b/python_libtorrent/linux_armv6/1.0.11/libtorrent.so.zip new file mode 100644 index 0000000..c6ed450 Binary files /dev/null and b/python_libtorrent/linux_armv6/1.0.11/libtorrent.so.zip differ diff --git a/python_libtorrent/linux_armv6/1.0.7/libtorrent.so.size.txt b/python_libtorrent/linux_armv6/1.0.7/libtorrent.so.size.txt index f8a2d29..5ff46c8 100644 --- a/python_libtorrent/linux_armv6/1.0.7/libtorrent.so.size.txt +++ b/python_libtorrent/linux_armv6/1.0.7/libtorrent.so.size.txt @@ -1 +1 @@ -2107948 \ No newline at end of file +2286424 \ No newline at end of file diff --git a/python_libtorrent/linux_armv6/1.0.7/libtorrent.so.zip b/python_libtorrent/linux_armv6/1.0.7/libtorrent.so.zip index baceefd..185fe8a 100644 Binary files a/python_libtorrent/linux_armv6/1.0.7/libtorrent.so.zip and b/python_libtorrent/linux_armv6/1.0.7/libtorrent.so.zip differ diff --git a/python_libtorrent/linux_armv6/1.0.9/libtorrent.so.size.txt b/python_libtorrent/linux_armv6/1.0.9/libtorrent.so.size.txt index 43818f8..5ff46c8 100644 --- a/python_libtorrent/linux_armv6/1.0.9/libtorrent.so.size.txt +++ b/python_libtorrent/linux_armv6/1.0.9/libtorrent.so.size.txt @@ -1 +1 @@ -2694480 \ No newline at end of file +2286424 \ No newline at end of file diff --git a/python_libtorrent/linux_armv6/1.0.9/libtorrent.so.zip b/python_libtorrent/linux_armv6/1.0.9/libtorrent.so.zip index da7f1f3..8befff4 100644 Binary files a/python_libtorrent/linux_armv6/1.0.9/libtorrent.so.zip and b/python_libtorrent/linux_armv6/1.0.9/libtorrent.so.zip differ diff --git a/python_libtorrent/linux_armv6/1.1.1/libtorrent.so.size.txt b/python_libtorrent/linux_armv6/1.1.1/libtorrent.so.size.txt index 99d002b..e97c628 100644 --- a/python_libtorrent/linux_armv6/1.1.1/libtorrent.so.size.txt +++ b/python_libtorrent/linux_armv6/1.1.1/libtorrent.so.size.txt @@ -1 +1 @@ -2552836 \ No newline at end of file +2577640 \ No newline at end of file diff --git a/python_libtorrent/linux_armv6/1.1.1/libtorrent.so.zip b/python_libtorrent/linux_armv6/1.1.1/libtorrent.so.zip index 7e0de61..2c8c751 100644 Binary files a/python_libtorrent/linux_armv6/1.1.1/libtorrent.so.zip and b/python_libtorrent/linux_armv6/1.1.1/libtorrent.so.zip differ diff --git a/python_libtorrent/python_libtorrent/__init__.py b/python_libtorrent/python_libtorrent/__init__.py index 5be1b5b..20ddbd1 100644 --- a/python_libtorrent/python_libtorrent/__init__.py +++ b/python_libtorrent/python_libtorrent/__init__.py @@ -46,8 +46,8 @@ else: log('dirname:' +str(dirname)) -versions = ['0.16.19', '1.0.6', '1.0.7', '1.0.8', '1.0.9', '1.1.0', '1.1.1'] -default_path = versions[-1] +versions = ['0.16.19', '1.0.6', '1.0.7', '1.0.8', '1.0.9', '1.1.0', '1.1.1', '1.0.11'] +default_path = versions[-2] set_version = int(__settings__.getSetting('set_version')) if getSettingAsBool('custom_version'): log('set_version:' +str(set_version)+' '+versions[set_version]) diff --git a/resources/language/english/strings.xml b/resources/language/english/strings.xml index 6228278..3a13efb 100644 --- a/resources/language/english/strings.xml +++ b/resources/language/english/strings.xml @@ -31,6 +31,7 @@ 1.0.9 1.1.0 1.1.1 + 1.0.11 TS Engine not running! No answer diff --git a/resources/settings.xml b/resources/settings.xml index 50308de..cabd557 100644 --- a/resources/settings.xml +++ b/resources/settings.xml @@ -7,6 +7,6 @@ - +