Commit Graph

108 Commits

Author SHA1 Message Date
Cyrille Bollu 71e76f38cc Refactored code to use a downloader thread to download torrent in the background.
I haven't tested it yet.
2018-07-26 17:53:27 +02:00
Cyrille Bollu 5f590f48cd Will use a downloader thread directly from peertube.py. Will not use a service anymore. 2018-07-26 17:41:08 +02:00
Cyrille Bollu 7cfc9b8c23 The code to retrieve the torrent's url was not correct anymore with the
modifications made in the last few commits.
2018-07-26 14:22:22 +02:00
Cyrille Bollu c825daef58 Added thumbnail info to ListItem's 2018-07-26 13:17:47 +02:00
Cyrille Bollu 4271e7baa4 Added code to get all videos from a peertube instance + added
some code to enrich the ListItem's with more info

TODO: Make it possible to specify the instance the user wants to browse
2018-07-26 13:12:27 +02:00
Cyrille Bollu 83a37cbcd3 file peertube.py isn't supposed to be run from the command-line 2018-07-26 11:52:35 +02:00
Cyrille Bollu c9a0d5df8c Created a first service skeleton to download torrent in the background 2018-07-26 11:52:04 +02:00
Cyrille Bollu f0697780ce Initial commit.
First Proof-Of-Concept:
The addon notably lacks the ability to browse a peertube instance, and
it is not able to download torrent in the background (so they are almost
never completly downloaded as the downloas stops when kodi starts playing
the media).
2018-07-26 11:33:47 +02:00