From 4d0e5c76af63e50725b3684e5fde07e218f1fefc Mon Sep 17 00:00:00 2001 From: Cyrille Bollu Date: Wed, 19 Sep 2018 09:22:30 +0200 Subject: [PATCH] Updated README.md to match latest development. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c62f6fa..ba93459 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,14 @@ 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 (Doesn't work yet) +* Select the preferred video resolution; The plugin will try to play the select video resolution. +If it's not available, it will play the lower resolution that is the closest from your preference. +If not available, it will play the higher resolution that is the closest from your preference. # User settings -* User definable preferred PeerTube instance +* Preferred PeerTube instance +* Preferred video resolution * Number of videos to display per page * Sort method to be used when listing videos (Currently, only 'views' and 'likes') @@ -19,7 +23,6 @@ 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