Added a "Limitations" chapter in the README.md file to talk about the

fact that webtorrent isn't supported yet.
This commit is contained in:
Cyrille Bollu 2018-07-31 12:40:56 +02:00
parent e9f81c8370
commit c87268a005
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@ This code is still proof-of-concept but it works, and you're welcome to improve
* 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)
# Requirements
* Kodi 17 or above