Sha256: 86506d2d3a55e4524ef8756665bfefe1e9a9d0d86e86fb7659c0e865d110b229

Contents?: true

Size: 1.59 KB

Versions: 9

Compression:

Stored size: 1.59 KB

Contents

* If the option for the item template is present (e.g. --item-template templates/item.html.erb), generate individual html pages for each item from it and link to it from the index.html. Leave it off by default.
* Derive nice-looking HTML templates from Wordpress' Twenty Eleven theme
* Print warnings when one of the specs from http://www.apple.com/itunes/podcasts/specs.html is violated
* Allow muting of the iTunes warnings (see above) using a commandline switch
* Implement sidecar files
* Write up some documentation on how the mapping between ID3 tags, iTunes and channel / item attributes works
* Support other file types than mp3 (e.g. ogg or pdf)
* Treat lyrics as plain text for the episode page, and with an optional command line switch we could also support markdown etc.
* Potential optimization for large numbers of mp3 files: If there is an existing index.rss file, do not re-read the information from those files that are still there and still have the same hash value.
* It feels pretty awkward to refer to the ID3v2 frame names all the time. After all, this is an implementation detail. Maybe we can wrap the frames with a nicer name, but still allow access to the underlying mp3info library? Maybe all we need is some aliasing and / or delegation?
* Potentially replace the ERB template with Builder::XmlMarkup, see http://builder.rubyforge.org/ (the same that Rails uses)
* Improve handling of iTunes' normalization data. ```id3info test/fixtures/iTunes.mp3``` shows that comments do have a key, and we want to skip iTunNORM.
* Write up a man page so that [gem man](http://defunkt.io/gem-man/) can pick it up

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
dropcaster-1.2.0 TODO.markdown
dropcaster-1.1.0 TODO.markdown
dropcaster-1.0.0 TODO.markdown
dropcaster-0.0.8 TODO.markdown
dropcaster-0.0.7 TODO.markdown
dropcaster-0.0.6 TODO
dropcaster-0.0.5 TODO
dropcaster-0.0.5.rc3 TODO
dropcaster-0.0.5.rc1 TODO