From 8f31261931cb3108f5d3f97ce1423f75dcff20e8 Mon Sep 17 00:00:00 2001 From: DiMartinoXBMC Date: Sun, 20 Dec 2015 02:35:28 +0300 Subject: [PATCH] seeding fix --- .idea/workspace.xml | 271 ++++++++++++++++++++++---------------------- Anteoloader.py | 14 +-- 2 files changed, 142 insertions(+), 143 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 8e6ea76..57f1bf5 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,6 @@ - @@ -184,8 +183,8 @@ - - + + @@ -195,26 +194,26 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -301,10 +300,10 @@ - + - + @@ -335,22 +334,22 @@ - + - - + + - - - - - - - - - + + + + + + + + + @@ -493,7 +492,6 @@ - @@ -542,7 +541,7 @@ - + @@ -639,7 +638,7 @@ - + @@ -821,18 +820,6 @@ - + - + + - + - @@ -1162,7 +1161,6 @@ - @@ -1181,7 +1179,8 @@ - @@ -1471,25 +1470,6 @@ - - - - - - - - - - - - - - - - - - - @@ -1616,38 +1596,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1793,10 +1741,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + @@ -1806,26 +1805,26 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/Anteoloader.py b/Anteoloader.py index 9812e32..4b82161 100644 --- a/Anteoloader.py +++ b/Anteoloader.py @@ -271,13 +271,13 @@ class AnteoPlayer(xbmc.Player): xbmc.sleep(1000) clearStorage(self.userStorageDirectory) else: - if self.seeding_status: - showMessage(self.localize('Information'), - self.localize('Torrent is seeding. To stop it use Download Status.'), forced=True) - else: - if self.seeding: self.db_delete() - showMessage(self.localize('Information'), - self.localize('Torrent downloading is stopped.'), forced=True) + #if self.seeding_status: + showMessage(self.localize('Information'), + self.localize('Torrent is seeding. To stop it use Download Status.'), forced=True) + #else: + # #if self.seeding: self.db_delete() + # showMessage(self.localize('Information'), + # self.localize('Torrent downloading is stopped.'), forced=True) def __exit__(self): log('on __exit__')