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
Cyrille Bollu a3dc2511a5 Implemented the 'Browse instances" functionality
Major refactoring
2018-07-31 16:50:22 +02:00
resources Added a 'video sort method' setting 2018-07-30 21:04:15 +02:00
LICENSE.txt Initial commit. 2018-07-26 11:33:47 +02:00
README.md Added a note about the non-deletion of downloaded files in the README.md file 2018-07-31 12:43:16 +02:00
addon.xml Bumped to version 0.2.2 2018-07-31 15:28:42 +02:00
icon.png icon.png was bad 2018-07-26 22:08:38 +02:00
peertube.py Implemented the 'Browse instances" functionality 2018-07-31 16:50:22 +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.

Functionalities

  • Browse all videos on a PeerTube instance
  • Search for videos on a PeerTube instance (Only supported by 1.0.0-beta10+ instances)
  • Select Peertube instance to use (Not implemented yet)

User settings

  • User definable preferred PeerTube instance
  • Number of videos to display per page (Not implemented yet)
  • Sort method to be used when listing videos (Not implemented yet)

Limitations

  • This addon doesn't support Webtorrent yet. So, it cannot download/share from/to regular PeerTube clients. The reason is that it uses the libtorrent python libray which doesn't support it yet (see https://github.com/arvidn/libtorrent/issues/223)
  • The addon doesn't delete the downloaded files atm. So, it may fills up your disk

Requirements

  • Kodi 17 or above