Today's observation on template rendering.

master
Amitai Schlair 2013-08-03 10:43:09 -04:00
parent c648c666ba
commit 8714feb9da
1 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,10 @@ Episode enclosure |(./) |(./) |(./) |(./)
* Don't render template text (e.g., "Use this template to insert a
note into a page") in feeds.
* [[schmonz]] observes this in a dual-feed (one for enclosures,
another for browsers) scenario, but not in the typical case.
Remaining to be verified: that once migrated to fancypodcast,
this stops being a problem.
* Optionally specify the enclosure's:
* MIME type, in case `File::MimeInfo` guesses wrong.
* Duration, in case `ffprobe` guesses wrong.