From 9e5b290ef223c34534f3384742813e83b44c01d2 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sun, 18 Apr 2021 00:38:06 +0200 Subject: [PATCH] KISS note for youtubedl --- docs/apps/stable/youtubedl-material/notes.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/docs/apps/stable/youtubedl-material/notes.md b/docs/apps/stable/youtubedl-material/notes.md index a1fbd1aa750..06266a45028 100644 --- a/docs/apps/stable/youtubedl-material/notes.md +++ b/docs/apps/stable/youtubedl-material/notes.md @@ -1,15 +1,7 @@ # Installation Notes -## By default Youtube-dl uses the following directories, which are NOT persistence. -## Everything in `/data`, `/app` and `/config` gets WIPED on boot. +## Do not use the default download folders +By default Youtube-dl uses /data to store downloads into, which is NOT save to store data in. -* Videos with 'Audio only' checked, by default downloads to `/data/audio/` -* Video files, by default downlods to `/data/video` -* Subscriptions ("watched" channels or playlists) by default downloads to `/data/subscriptions/` -* If Multi-user is enabled all downloads goes, by default to `/data/users/` ignoring the previous mentioned directories - -To easily access the above directories, add them as custom storage. eg `/audio`, `/video`, `subscriptions`, `/users` -If you plan to use multi-user, you only need 1 directory, `/users`. -DO NOT add custom storage in `/data`, `/app` and `/config` it will be wiped on the next boot. -Then you have to manually map them on the WebUI also. (Top right corner > 3-Dots > Settings > Main and Downloader tabs) \ No newline at end of file +Please add Custom Storage that is not mounted to anything inside either /data or /app.