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 0d63448e8f Fixed a bug in PeertubeDownloader.run() where I was refering to variable 'torrent'
instead of 'self.torrent'
2018-07-27 17:37:48 +02:00
resources Added the 'preferred_instance" setting to allow the user to specify a 2018-07-27 14:43:21 +02:00
LICENSE.txt Initial commit. 2018-07-26 11:33:47 +02:00
README.md Updated requirements (script.module.addon.signals is part of Kodi 17+ and automaticaly installed. 2018-07-27 11:38:37 +02:00
addon.xml Put addon in version 0.1.0 2018-07-27 10:58:27 +02:00
icon.png icon.png was bad 2018-07-26 22:08:38 +02:00
peertube.py Limit the number of results from the GET /videos API call. 2018-07-27 15:05:09 +02:00
service.py Fixed a bug in PeertubeDownloader.run() where I was refering to variable 'torrent' 2018-07-27 17:37:48 +02:00

README.md

A kodi addon for watching content hosted on Peertube (http://joinpeertube.org/)

This code is still proof-of-concept but it works, and you're welcome to improve it.

Requirements

  • Kodi 17 or above