diff --git a/addon.xml b/addon.xml index 2ef8f4f..bca2718 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/changelog.txt b/changelog.txt index ad7dafe..1deddb3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 Added Android permission workaround (copy to kodi path) Added Android system import try diff --git a/python_libtorrent/__init__.py b/python_libtorrent/__init__.py index ab6bea8..a23437a 100644 --- a/python_libtorrent/__init__.py +++ b/python_libtorrent/__init__.py @@ -26,7 +26,7 @@ else: 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') default_path = __language__(1150+default_version) if getSettingAsBool('custom_version'): diff --git a/python_libtorrent/linux_armv6/1.0.7/__init__.py b/python_libtorrent/linux_armv6/1.0.7/__init__.py new file mode 100644 index 0000000..07ca76d --- /dev/null +++ b/python_libtorrent/linux_armv6/1.0.7/__init__.py @@ -0,0 +1,5 @@ +#-*- coding: utf-8 -*- +''' + Torrenter v2 plugin for XBMC/Kodi + Copyright (C) 2015 DiMartino +''' 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 new file mode 100644 index 0000000..f8a2d29 --- /dev/null +++ b/python_libtorrent/linux_armv6/1.0.7/libtorrent.so.size.txt @@ -0,0 +1 @@ +2107948 \ 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 new file mode 100644 index 0000000..baceefd Binary files /dev/null and b/python_libtorrent/linux_armv6/1.0.7/libtorrent.so.zip differ diff --git a/python_libtorrent/linux_armv7/1.0.7/__init__.py b/python_libtorrent/linux_armv7/1.0.7/__init__.py new file mode 100644 index 0000000..07ca76d --- /dev/null +++ b/python_libtorrent/linux_armv7/1.0.7/__init__.py @@ -0,0 +1,5 @@ +#-*- coding: utf-8 -*- +''' + Torrenter v2 plugin for XBMC/Kodi + Copyright (C) 2015 DiMartino +''' diff --git a/python_libtorrent/linux_armv7/1.0.7/libtorrent.so.size.txt b/python_libtorrent/linux_armv7/1.0.7/libtorrent.so.size.txt new file mode 100644 index 0000000..7cdb477 --- /dev/null +++ b/python_libtorrent/linux_armv7/1.0.7/libtorrent.so.size.txt @@ -0,0 +1 @@ +2093128 \ No newline at end of file diff --git a/python_libtorrent/linux_armv7/1.0.7/libtorrent.so.zip b/python_libtorrent/linux_armv7/1.0.7/libtorrent.so.zip new file mode 100644 index 0000000..4601495 Binary files /dev/null and b/python_libtorrent/linux_armv7/1.0.7/libtorrent.so.zip differ diff --git a/python_libtorrent/linux_x86/1.0.7/__init__.py b/python_libtorrent/linux_x86/1.0.7/__init__.py new file mode 100644 index 0000000..07ca76d --- /dev/null +++ b/python_libtorrent/linux_x86/1.0.7/__init__.py @@ -0,0 +1,5 @@ +#-*- coding: utf-8 -*- +''' + Torrenter v2 plugin for XBMC/Kodi + Copyright (C) 2015 DiMartino +''' diff --git a/python_libtorrent/linux_x86/1.0.7/libtorrent.so.size.txt b/python_libtorrent/linux_x86/1.0.7/libtorrent.so.size.txt new file mode 100644 index 0000000..c7e345b --- /dev/null +++ b/python_libtorrent/linux_x86/1.0.7/libtorrent.so.size.txt @@ -0,0 +1 @@ +3544068 \ No newline at end of file diff --git a/python_libtorrent/linux_x86/1.0.7/libtorrent.so.zip b/python_libtorrent/linux_x86/1.0.7/libtorrent.so.zip new file mode 100644 index 0000000..2b65283 Binary files /dev/null and b/python_libtorrent/linux_x86/1.0.7/libtorrent.so.zip differ diff --git a/python_libtorrent/linux_x86_64/1.0.7/__init__.py b/python_libtorrent/linux_x86_64/1.0.7/__init__.py new file mode 100644 index 0000000..07ca76d --- /dev/null +++ b/python_libtorrent/linux_x86_64/1.0.7/__init__.py @@ -0,0 +1,5 @@ +#-*- coding: utf-8 -*- +''' + Torrenter v2 plugin for XBMC/Kodi + Copyright (C) 2015 DiMartino +''' diff --git a/python_libtorrent/linux_x86_64/1.0.7/libtorrent.so.size.txt b/python_libtorrent/linux_x86_64/1.0.7/libtorrent.so.size.txt new file mode 100644 index 0000000..bea1788 --- /dev/null +++ b/python_libtorrent/linux_x86_64/1.0.7/libtorrent.so.size.txt @@ -0,0 +1 @@ +3576128 \ No newline at end of file diff --git a/python_libtorrent/linux_x86_64/1.0.7/libtorrent.so.zip b/python_libtorrent/linux_x86_64/1.0.7/libtorrent.so.zip new file mode 100644 index 0000000..fc2b406 Binary files /dev/null and b/python_libtorrent/linux_x86_64/1.0.7/libtorrent.so.zip differ diff --git a/resources/language/english/strings.xml b/resources/language/english/strings.xml index 4a121ab..94709f3 100644 --- a/resources/language/english/strings.xml +++ b/resources/language/english/strings.xml @@ -22,6 +22,7 @@ 0.16.19 1.0.6 + 1.0.7 TS Engine not running! No answer diff --git a/resources/settings.xml b/resources/settings.xml index e1ab0e9..a1dbcc8 100644 --- a/resources/settings.xml +++ b/resources/settings.xml @@ -7,6 +7,6 @@ - +