|
@@ -30,17 +30,20 @@ YOUTUBE-DL: Path to the youtube-dl binary if not found automatically
|
|
|
DOWNLOADDIR: Path the downloaded videos are saved into
|
|
|
DATABASE: File name to use for the database
|
|
|
SMTPPORT: Port used to connect to the mail server
|
|
|
-MAXVIDEOS: Maximum number of videos to download (not used at the moment)
|
|
|
+MAXVIDEOS: Maximum number of videos to retrieve from the youtube API for each subscription,
|
|
|
+ default 25, maximum 50, reduce this parameter for better parsing performance
|
|
|
NOTIFY: Define if you want to be notified via email about new episodes of your subscriptions,
|
|
|
valid values: yes or no
|
|
|
DB_VERSION: Database version (Do not change!)
|
|
|
CONFIG_VERSION: Configuration version (Do not change!)
|
|
|
VIDEOCODEC: Video codec used for downloaded videos (valid values: h264, webm or flv)
|
|
|
-MAXRESOLUTION: Maximum resolution to use for downloaded videos, please note that not all codecs and resolutions might be available so a lower resolution or other codec might be used in these cases
|
|
|
+MAXRESOLUTION: Maximum resolution to use for downloaded videos, please note
|
|
|
+ that not all codecs and resolutions might be available so a lower resolution
|
|
|
+ or other codec might be used in these cases
|
|
|
|
|
|
=== KNOWN ISSUES ===
|
|
|
|
|
|
-In some situations, adding a channel with a search parameter or a playlist will lead to two subscriptions being created
|
|
|
+Currently none, contact me if you find some.
|
|
|
|
|
|
=== INSTALLATION ===
|
|
|
|