commit 808c3cf261482e1947f2da95934c9b27709c6261 parent 7b05607e38d897d5abba95b5e332232e6d0d790d Author: Louis Holbrook <dev@holbrook.no> Date: Wed, 16 Sep 2026 16:51:35 -0600 Add musicvideo template Diffstat:
| A | ytdl-nfo-config/ytarchiver_musicvideo.yaml | | | 15 | +++++++++++++++ |
1 file changed, 15 insertions(+), 0 deletions(-)
diff --git a/ytdl-nfo-config/ytarchiver_musicvideo.yaml b/ytdl-nfo-config/ytarchiver_musicvideo.yaml @@ -0,0 +1,15 @@ +musicvideo: + - title: '{title}' + - uniqueid: + attr: + type: 'youtube' + default: "true" + value: '{id}' + - plot: '{description}' + - premiered: + convert: 'date' + input_f: '%Y%m%d' + output_f: '%Y-%m-%d' + value: '{upload_date}' + - artist: '{uploader_id}' + - director: '{uploader_id}'