From ff8725fb340ce112d75b25e0eaaae431672c8c90 Mon Sep 17 00:00:00 2001 From: DiMartinoXBMC Date: Sun, 30 Aug 2015 12:32:04 +0300 Subject: [PATCH] time add --- Core.py | 1 + README.txt | 31 ++----------------------------- 2 files changed, 3 insertions(+), 29 deletions(-) diff --git a/Core.py b/Core.py index 6184937..76b36fd 100644 --- a/Core.py +++ b/Core.py @@ -1402,6 +1402,7 @@ class Core: if not torrent: torrent = Downloader.Torrent(self.userStorageDirectory, torrentFilesDirectory=self.torrentFilesDirectory) self.__settings__.setSetting("lastTorrent", torrent.saveTorrent(url)) + self.__settings__.setSetting("lastTime", str(int(time.time()))) if silent != 'true': if external: fileIndex = chooseFile(torrent.getContentList()) diff --git a/README.txt b/README.txt index de377ee..69858d3 100644 --- a/README.txt +++ b/README.txt @@ -1,31 +1,4 @@ Plugin helps you to watch videos from p2p torrent-networks, without full predownload (uses inner python-libtorrent) or Ace Stream. It also can add, control torrents and play downloaded files with external uTorrent, Transmission, Vuze or Deluge. -Official forum thread: http://forum.kodi.tv/showthread.php?tid=214366 +Official forum thread and FAQ: http://forum.kodi.tv/showthread.php?tid=214366 -[B]PYTHON-LIBTORRENT[/B]: -Official library`s website is http://www.rasterbar.com/products/libtorrent/ -Plugin requires python binding - ---- INSTALLATION --- - -1. Windows, Linux x86, OS X, Android ARM -No installation required, will be downloaded with plugin from repository as module. - -2. OpenELEC -Use this build (or patch) -http://openelec.tv/forum/128-addons/75885-openelec-with-support-acestream-libtorrent - -3. Linux x86_64 -3.1 Run at console 'sudo apt-get install python-libtorrent' -3.2 Install addon and enjoy - -or you could compile it: - -sudo apt-get build-dep python-libtorrent -sudo apt-get install subversion -svn co https://libtorrent.svn.sourceforge.net/svnroot/libtorrent/trunk/ lt/ -cd lt/ -./autotool.sh -./configure --enable-python-binding -make -sudo make install -sudo ldconfig \ No newline at end of file +Инструкции и обсуждение: http://xbmc.ru/forum/showthread.php?t=6837 \ No newline at end of file