From a38cbbef68653be24e8c96abae13bfbc443a88a1 Mon Sep 17 00:00:00 2001 From: DiMartinoXBMC Date: Wed, 27 Jan 2016 17:34:58 +0300 Subject: [PATCH] fix --- Anteoloader.py | 7 +++---- addon.xml | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Anteoloader.py b/Anteoloader.py index a82d211..2cdcf2e 100644 --- a/Anteoloader.py +++ b/Anteoloader.py @@ -286,7 +286,7 @@ class AnteoPlayer(xbmc.Player): log('[AnteoPlayer]: ************************************* break') break log('[AnteoPlayer]: ************************************* GO NEXT?') - if self.next_dl and isinstance(self.next_contentId, int) and self.iterator == 100: + if self.next_dl and self.next_contentId != False and isinstance(self.next_contentId, int) and self.iterator == 100: self.contentId = self.next_contentId continue log('[AnteoPlayer]: ************************************* NO! break') @@ -438,10 +438,10 @@ class AnteoPlayer(xbmc.Player): def setup_nextep(self): try: if self.get("url2"): - debug("url2") + debug("[setup_nextep]: url2") self.ids_video = urllib.unquote_plus(self.get("url2")).split(',') else: - debug("not url2") + debug("[setup_nextep]: not url2") self.ids_video = self.get_ids() except: pass @@ -461,7 +461,6 @@ class AnteoPlayer(xbmc.Player): label = os.path.basename(file_status.name) self.basename = label self.seeding_run = False - subtitles = None listitem = xbmcgui.ListItem(label, path=url) if self.next_dl: diff --git a/addon.xml b/addon.xml index 3c2a22c..dc72f84 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@  - + @@ -14,12 +14,12 @@ all Plugin helps you to watch videos from p2p torrent-networks, without full predownload. - Plugin helps you to watch videos from p2p torrent-networks, without full predownload (uses python-libtorrent or Ace Stream). It also can add, control torrents and play downloaded files with external torrent-client (uTorrent, Transmisson, Vuse, Deluge) or python-libtorrent. + It also can add, control torrents and play downloaded files with external torrent-client (uTorrent, Transmisson, Vuse, Deluge, qBittorrent) or python-libtorrent. GNU GPLv3 http://www.gnu.org/licenses/ Плагин позволяет просматривать видео из пиринговых торрент-сетей, не дожидаясь полного скачивания. - Плагин позволяет просматривать видео из пиринговых торрент-сетей, не дожидаясь полного скачивания. Использует библиотеку python-libtorrent или Ace Stream. Так же плагин может добавлять, проигрывать и управлять скачками в торрент клиентах (uTorrent, Transmisson, Deluge и Vuse) или средставми python-libtorrent. + Так же плагин может добавлять, проигрывать и управлять скачками в торрент клиентах (uTorrent, Transmisson, Deluge и Vuse, qBittorrent) или средставми python-libtorrent. GNU GPLv3 http://www.gnu.org/licenses/ https://forums.tvaddons.ag/addon-releases/29224-torrenter-v2.html