aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>2015-04-18 21:17:29 -0400
committerAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>2015-04-18 21:17:29 -0400
commite9afe7eb6ca0cf848881c3615a2b93fa7574fa2c (patch)
tree367ed6886b5e9fd39a7e0946e5a7ebbf88b5df0a
parent1dae5fafe0e48b92eea3ba8fb7abf5e045d10629 (diff)
downloadikiwiki-e9afe7eb6ca0cf848881c3615a2b93fa7574fa2c.tar
ikiwiki-e9afe7eb6ca0cf848881c3615a2b93fa7574fa2c.tar.gz
Looking again at fancying up podcasts for iTunes.
-rw-r--r--doc/todo/fancypodcast.mdwn11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/todo/fancypodcast.mdwn b/doc/todo/fancypodcast.mdwn
index 128017021..e26893e48 100644
--- a/doc/todo/fancypodcast.mdwn
+++ b/doc/todo/fancypodcast.mdwn
@@ -30,8 +30,12 @@ Episode enclosure |(./) |(./) |(./) |(./)
* [iTunes-specific tags](https://www.apple.com/itunes/podcasts/specs.html)
appear to be RSS-only
- * If they work in Atom, teach `inline` to optionally iTunesify RSS/Atom.
- * Else, add `itunes` as a third kind of feed (RSS plus more stuff).
+ * Can we always include them in RSS feeds, or would that break
+ some feed readers?
+ * Is it even valid to include them in Atom feeds? If so, do
+ Atom podcasts look any better in podcatchers?
+ * Avoid adding a third kind of feed (`itunesrss`), or options
+ to the existing `rss` and `atom` feeds, unless we have to.
* Notable tags for feeds:
* `itunes:subtitle`
* `itunes:author`
@@ -47,6 +51,9 @@ Episode enclosure |(./) |(./) |(./) |(./)
* [ffprobe](http://ffmpeg.org/ffprobe.html) is reasonably fast
* [mediainfo](http://mediainfo.sourceforge.net/) is way slower
* Cache computed durations as pagestate
+* [Podcast Feed Best
+ Practice](https://github.com/gpodder/podcast-feed-best-practice/blob/master/podcast-feed-best-practice.md)
+ from the gPodder folks
### Fancy podcast aggregating