aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar http://grossmeier.net/ <greg@web>2014-04-05 23:38:21 +0000
committerGravatar admin <admin@branchable.com>2014-04-05 23:38:21 +0000
commita07372b46cd836ea47e6b38ce651679dbd9fbc8e (patch)
tree4e603657eae5b9defb1b9d6ce7497b19b2df779c /doc
parentc5c6738cc23485adb0682eb005c60bf9b340f68f (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/make___34__itemdate__34___valid_importfeed_template_option.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/todo/make___34__itemdate__34___valid_importfeed_template_option.mdwn b/doc/todo/make___34__itemdate__34___valid_importfeed_template_option.mdwn
new file mode 100644
index 000000000..31978a7b6
--- /dev/null
+++ b/doc/todo/make___34__itemdate__34___valid_importfeed_template_option.mdwn
@@ -0,0 +1,15 @@
+Some podcasts don't include a sortable date as the first thing in their episode title, which makes listening to them in order challenging if not impossible.
+
+The date the item was posted is part of the RSS standard, so we should parse that and provide a new importfeed template option "itemdate".
+
+(For the curious, I tried "itemid" thinking that might give me something close, but it doesn't. I used --template='${feedtitle}/${itemid}-${itemtitle}${extension}' and get:
+
+ http___openmetalcast.com__p_1163-Open_Metalcast_Episode__93__Headless_Chicken.ogg
+
+or
+
+ http___www.folkalley.com_music_podcasts__name_2013_08_21_alleycast_6_13.mp3-Alleycast___06.13.mp3
+
+that "works" but is ugly :)
+
+Would love to be able to put a YYYYMMDD at the beginning and then the title.