Un add-on di Kodi per guardare contenuti ospitati su PeerTube. Riprodurre video (compresi i video in diretta) Sfoglia i video su un'istanza Cercare i video su un'istanza Selezionare l'istanza di PeerTube da utilizzare https://peertube.uno
Go to file
Famille Bollu 9b140a77d3 Revert "Will use a downloader thread directly from peertube.py. Will not use a service anymore."
This reverts commit 5f590f48cd.

In the end, a service is needed: The addon is ended when kodi starts playing the file, so the
downloader thread would be ended also. I need to launch the downloader thread from something that
isn't expected to end, which is why services exist.
2018-07-26 19:32:37 +02:00
LICENSE.txt Initial commit. 2018-07-26 11:33:47 +02:00
addon.xml Revert "Will use a downloader thread directly from peertube.py. Will not use a service anymore." 2018-07-26 19:32:37 +02:00
icon.png Initial commit. 2018-07-26 11:33:47 +02:00
peertube.py Refactored code to use a downloader thread to download torrent in the background. 2018-07-26 17:53:27 +02:00
service.py Revert "Will use a downloader thread directly from peertube.py. Will not use a service anymore." 2018-07-26 19:32:37 +02:00