Skip to content
Max Kowalski edited this page Jun 5, 2019 · 4 revisions

From Stupifier - Discord https://discordapp.com/channels/381077432285003776/486759605024587776/561901347629301790

youtube-dl --config-location youtube-dl.conf #command to initiate

contents of youtube-dl.conf. You can lookup what all those parameters are yourself. But it will download many things, including metadata/subtitles/etc, AND transcode the video (YOU MUST HAVE FFMPEG Binary installed)

-i -o "/mnt/user/media/Video/YouTube Video Archive/%(uploader)s (%(uploader_id)s)/%(title)s - (%(duration)ss) [%(id)s].%(ext)s"

# Archive Settings --download-archive youtube-dl-archive.txt -a youtube-dl-channels.txt

# Uniform Format --prefer-ffmpeg --merge-output-format mkv

# Get All Subs to SRT --write-sub --all-subs --convert-subs srt

# Get metadata --add-metadata --write-description --write-thumbnail

# Debug -v

Example Contents of youtube-dl-channels.txt......it is just a listing of the channels you want to download, or the individual videos

#SPACE INVADER ONE UNRAID TUTORIAL CHANNEL https://www.youtube.com/channel/UCZDfnUn74N0WeAPvMqTOrtA

Plex Metadata Agent for Youtube https://forums.plex.tv/t/rel-youtube-metadata-agent/44574 Plex Forum [REL] YouTube Metadata Agent This is a Metadata Agent for downloaded YouTube videos. It works by looking up metadata on YouTube using the YouTube video id. It is important to have this id in the filename, otherwise this agent can’t do the lookup. You can change the way the id is found in your filenames...

Install Guides

Repository

Apps

Misc Guides

General Stuff

Linux Stuff

Plex

Organizr

Downloading

STRM

Clone this wiki locally