diff --git a/ytdl_nfo/configs/zype.yaml b/ytdl_nfo/configs/zype.yaml new file mode 100644 index 0000000..40642c0 --- /dev/null +++ b/ytdl_nfo/configs/zype.yaml @@ -0,0 +1,14 @@ +episodedetails: + - title: '{title}' + - showtitle: '{uploader}' + - uniqueid: + attr: + type: 'zype' + default: "true" + value: '{id}' + - plot: '{description}' + - premiered: + convert: 'date' + input_f: '%Y%m%d' + output_f: '%Y-%m-%d' + value: '{upload_date}'