From 231a5b6d87e8c9244dbd01ce68d014dac65c104d Mon Sep 17 00:00:00 2001 From: Florian Maury Date: Sun, 27 Oct 2024 23:11:06 +0100 Subject: [PATCH] fix: Use resource_file or external url for episode image --- archetypes/episode.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/archetypes/episode.md b/archetypes/episode.md index 02bf973..96224db 100644 --- a/archetypes/episode.md +++ b/archetypes/episode.md @@ -32,7 +32,9 @@ params: codecs: "" # optional; codec string as in RFC 6381 guid: "" # podcast field: guid # duration: 0 # podcast field: itunes:duration ; expressed in seconds -# image: "" # podcast field: itunes:image ; image for the episode +# image: # podcast field: itunes:image ; image for the episode +# resource_file: "" +# external_url: "" # explicit: false # podcast field: itunes:explicit # episode_number: 0 # podcast field: itunes:episode and podcast:episode ; the number of the episode in the series/season # season: # podcast field: itunes:season