36 lines
No EOL
1.2 KiB
YAML
36 lines
No EOL
1.2 KiB
YAML
# Files will be stored in the form of:
|
|
#
|
|
# music_videos/
|
|
# Elton John/
|
|
# Elton John - Rocketman.jpg
|
|
# Elton John - Rocketman.mp4
|
|
# System of a Down/
|
|
# System of a Down - Chop Suey.jpg
|
|
# System of a Down - Chop Suey.mp4
|
|
# ...
|
|
|
|
# Override variables globally for all subscriptions
|
|
__preset__:
|
|
overrides:
|
|
music_video_directory: "/music_videos"
|
|
|
|
# Choose between Jellyfin/Kodi/Plex Music Videos preset:
|
|
# - Plex Music Videos:
|
|
# - Jellyfin Music Videos:
|
|
# - Kodi Music Videos:
|
|
"Plex Music Videos":
|
|
= Pop: # Sets genre tag to "Pop"
|
|
"Rick Astley": "https://www.youtube.com/playlist?list=PLlaN88a7y2_plecYoJxvRFTLHVbIVAOoc"
|
|
"Michael Jackson": "https://www.youtube.com/playlist?list=OLAK5uy_mnY03zP6abNWH929q2XhGzWD_2uKJ_n8E"
|
|
= Blues:
|
|
"Eric Clapton": "https://www.youtube.com/playlist?list=PLABGggHhsbEeaRtdzqnxYoEINsJE_4GF4"
|
|
|
|
= Rock:
|
|
# TODO: DOCUMENTATION
|
|
"+ Guns N' Roses":
|
|
Music Videos:
|
|
- "https://www.youtube.com/playlist?list=PLOTK54q5K4INNXaHKtmXYr6J7CajWjqeJ"
|
|
Concerts:
|
|
- title: "Live at The Ritz - New York City"
|
|
date: "1988"
|
|
url: "https://www.youtube.com/watch?v=OldpIhHPsbs" |