42 lines
1.5 KiB
YAML
42 lines
1.5 KiB
YAML
# This example downloads the entirety of a channel (not limited to YouTube).
|
|
# Files will be stored in the form of:
|
|
#
|
|
# /tv_shows
|
|
# /Season 2021
|
|
# s2021.e031701 - Pattys Day Video-thumb.jpg
|
|
# s2021.e031701 - Pattys Day Video.mp4
|
|
# s2021.e031701 - Pattys Day Video.nfo
|
|
# s2021.e031702 - Second Pattys Day Video-thumb.jpg
|
|
# s2021.e031702 - Second Pattys Day Video.mp4
|
|
# s2021.e031702 - Second Pattys Day Video.nfo
|
|
# /Season 2022
|
|
# s2022.e122501 - Merry Christmas-thumb.jpg
|
|
# s2022.e122501 - Merry Christmas.mp4
|
|
# s2022.e122501 - Merry Christmas.nfo
|
|
# poster.jpg
|
|
# fanart.jpg
|
|
# tvshow.nfo
|
|
#
|
|
# The idea is to use dates as numerics to represent season and episode numbers.
|
|
|
|
# Overrides to the prebuilt presets
|
|
__preset__:
|
|
overrides:
|
|
tv_show_directory: "/tv_shows" # Root folder of all ytdl-sub TV Shows
|
|
|
|
# Choose the player you intend to use
|
|
# Jellyfin TV Show by Date:
|
|
# Kodi TV Show by Date:
|
|
Plex TV Show by Date:
|
|
|
|
# Sets genre tag to "Documentaries"
|
|
= Documentaries:
|
|
"NOVA PBS": "https://www.youtube.com/@novapbs"
|
|
"National Geographic": "https://www.youtube.com/@NatGeo"
|
|
"Cosmos - What If": "https://www.youtube.com/playlist?list=PLZdXRHYAVxTJno6oFF9nLGuwXNGYHmE8U"
|
|
|
|
# Sets genre and content rating tag to "Kids" and "TV-Y"
|
|
= Kids | TV-Y:
|
|
"Jake Trains": "https://www.youtube.com/@JakeTrains"
|
|
"Kids Toys Play": "https://www.youtube.com/@KidsToysPlayChannel"
|
|
|