From 98e541557ebcc28abc816af5b2574de2421b280e Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Mon, 2 Sep 2024 22:29:12 -0600 Subject: [PATCH] wordsmithing --- .../blog/2024/09-02-podcast-rss-generator/index.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/content/blog/2024/09-02-podcast-rss-generator/index.md b/content/blog/2024/09-02-podcast-rss-generator/index.md index 57950da..6560306 100644 --- a/content/blog/2024/09-02-podcast-rss-generator/index.md +++ b/content/blog/2024/09-02-podcast-rss-generator/index.md @@ -20,4 +20,15 @@ description="An audiobook I like" url="https://example.com/ebooks/mine" ``` -The script: [build.sh](build.sh) +The script: +[build.sh](build.sh). +It will create `rss.xml` in that directory. + +It uses `ffprobe` from ffmpeg to figure out each track's title. +All my tracks have ID3 tags, +so it may fail if yours don't. + +It can deal with spaces in filenames, +but not double-quotes. +`&` and `<` might cause problems too. +Anyway, it's good enough for me.