From da7737bc34df7ef14582fa69a81cc042f68a4322 Mon Sep 17 00:00:00 2001 From: William Date: Tue, 7 Mar 2023 07:47:29 -0600 Subject: [PATCH] Added YouTube_Automated.md --- YouTube_Automated.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 YouTube_Automated.md diff --git a/YouTube_Automated.md b/YouTube_Automated.md new file mode 100644 index 0000000..7ba1aeb --- /dev/null +++ b/YouTube_Automated.md @@ -0,0 +1,13 @@ +# YouTube Offline/Automations + +## Download YouTube Videos + +[ytdl-sub](https://github.com/jmbannon/ytdl-sub) is a tool for downloading youtube videos with metadata for the purpose of displaying in a media-manager. + +## Invidious + +[Invidious](https://docs.invidious.io/installation/#docker-compose-method-production) is a self-hosted front-end for Youtube. + +## My ideal setup (speculation) + +Run a custom build of Invidious which adds a button right below the Download button, where a user could "Download to Jellyfin" or "Add Channel to Jellyfin" and the channel or video is added to the ytdl-sub instance to be downloaded to jellyfin. This would allow automated backups of quality channels with a simple interface. \ No newline at end of file