Updated README.me

Mention the libtorrent python bindings requirement, and the low quality of the videos downloaded
This commit is contained in:
Cyrille Bollu 2018-08-01 12:24:07 +02:00 committed by GitHub
parent 659c3ac6b5
commit b225a9f6f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@ This code is still proof-of-concept but it works, and you're welcome to improve
* 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
* Select Peertube instance to use (Doesn't work yet)
# User settings
@ -19,8 +19,9 @@ This code is still proof-of-concept but it works, and you're welcome to improve
* 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
* Currently, the addon always download the smallest file it can found for any video you want to play. So, video quality is mostly low.
# Requirements
* Kodi 17 or above
* libtorrent python bindings (https://libtorrent.org/). On Debian type `apt install python-libtorrent` as root.