diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 97626ba..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 999e7a8..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 7ff4ff3..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/script.module.libtorrent.iml b/.idea/script.module.libtorrent.iml deleted file mode 100644 index 6711606..0000000 --- a/.idea/script.module.libtorrent.iml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/README.md b/README.md index 2a5b86f..4fadbf6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ python-libtorrent for Kodi script.module.libtorrent is a Kodi module that makes easy import of python-libtorrent **Support** -- English forum: https://forums.tvaddons.ag/addon-releases/29224-torrenter-v2.html - Russian forum: http://xbmc.ru/forum/showthread.php?t=4728 **Used in projects** @@ -13,15 +12,14 @@ script.module.libtorrent is a Kodi module that makes easy import of python-libto **Usage** -Add module in requires of your addon.xml: +Add module to your repository and requires in addon.xml: ```python ``` Use it in any python file: ```python -from python_libtorrent import get_libtorrent -libtorrent=get_libtorrent() +from python_libtorrent import libtorrent ``` **License** diff --git a/addon.xml b/addon.xml index bb75773..676b88d 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/changelog.txt b/changelog.txt index bcd8473..ca1c697 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,7 @@ -1.1.1: +1.1.7: +Added 1.1.6 and 1.1.7 for ARM v6 by Allin + +1.1.1: 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 diff --git a/python_libtorrent/linux_armv6/1.1.6/__init__.py b/python_libtorrent/linux_armv6/1.1.6/__init__.py new file mode 100644 index 0000000..e0aed70 --- /dev/null +++ b/python_libtorrent/linux_armv6/1.1.6/__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.1.6/libtorrent.so.size.txt b/python_libtorrent/linux_armv6/1.1.6/libtorrent.so.size.txt new file mode 100644 index 0000000..8df8114 --- /dev/null +++ b/python_libtorrent/linux_armv6/1.1.6/libtorrent.so.size.txt @@ -0,0 +1 @@ +3630144 \ No newline at end of file diff --git a/python_libtorrent/linux_armv6/1.1.6/libtorrent.so.zip b/python_libtorrent/linux_armv6/1.1.6/libtorrent.so.zip new file mode 100644 index 0000000..68ba118 Binary files /dev/null and b/python_libtorrent/linux_armv6/1.1.6/libtorrent.so.zip differ diff --git a/python_libtorrent/linux_armv6/1.1.7/__init__.py b/python_libtorrent/linux_armv6/1.1.7/__init__.py new file mode 100644 index 0000000..e0aed70 --- /dev/null +++ b/python_libtorrent/linux_armv6/1.1.7/__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.1.7/libtorrent.so.size.txt b/python_libtorrent/linux_armv6/1.1.7/libtorrent.so.size.txt new file mode 100644 index 0000000..0e905c9 --- /dev/null +++ b/python_libtorrent/linux_armv6/1.1.7/libtorrent.so.size.txt @@ -0,0 +1 @@ +3634324 \ No newline at end of file diff --git a/python_libtorrent/linux_armv6/1.1.7/libtorrent.so.zip b/python_libtorrent/linux_armv6/1.1.7/libtorrent.so.zip new file mode 100644 index 0000000..d9b8da8 Binary files /dev/null and b/python_libtorrent/linux_armv6/1.1.7/libtorrent.so.zip differ diff --git a/python_libtorrent/python_libtorrent/__init__.py b/python_libtorrent/python_libtorrent/__init__.py index 20ddbd1..0e546a8 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', '1.0.11'] -default_path = versions[-2] +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', '1.1.6', '1.1.7'] +default_path = versions[-1] 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 3a13efb..e1b9eae 100644 --- a/resources/language/english/strings.xml +++ b/resources/language/english/strings.xml @@ -32,6 +32,8 @@ 1.1.0 1.1.1 1.0.11 + 1.1.6 + 1.1.7 TS Engine not running! No answer diff --git a/resources/settings.xml b/resources/settings.xml index cabd557..a43ac8f 100644 --- a/resources/settings.xml +++ b/resources/settings.xml @@ -7,6 +7,6 @@ - +