From b76a7f2e434de4f016dad2806d1c3048d5201f9a Mon Sep 17 00:00:00 2001 From: Glassed Silver Date: Fri, 25 Mar 2022 11:09:54 +0100 Subject: [PATCH] Update README to highlight usage of nightlies... ... and best practices with large datasets. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 94d09f1..ce8d1a7 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,16 @@ YoutubeDL-Material is a Material Design frontend for [youtube-dl](https://rg3.gi Now with [Docker](#Docker) support! +
+ +### USAGE OF THE NIGHTLY BUILDS IS HIGHLY RECOMMENDED. + +For much better scaling with large datasets please run your YTDL-M instance with a MongoDB backend rather than the json file-based default. +It will fix a lot of performance problems (especially with datasets in the tens of thousands videos/audios)! +The (closed) issues as well as the project's Wiki will give you good starting points for your journey with YTDL-M. + +
+ ## Getting Started Check out the prerequisites, and go to the installation section. Easy as pie!