beets/docs
Pedro Silva 106ad99556 Perform template field substitution on albums
- adds another traversal through all plugins' template_fields for each
  'evaluate_template' call.
- requires the following idiom (or equivalent):

    @Plugin.template_field(field')
    def _tmpl_field(album):
        """Return stuff.
        """
        if isinstance(album, Album):
            return stuff
2013-05-15 13:05:55 +01:00
..
guides link to GitHub Issues 2013-02-26 16:40:37 -08:00
plugins Perform template field substitution on albums 2013-05-15 13:05:55 +01:00
reference docs/changelog for date added (#264) 2013-05-11 13:31:42 -07:00
changelog.rst lyrics: fix encoding for Lyrics.com 2013-05-12 12:38:48 -07:00
conf.py version bump: 1.1.1 2013-05-08 22:28:35 -07:00
index.rst link to GitHub Issues 2013-02-26 16:40:37 -08:00
Makefile Sphinx documentation skeleton 2011-09-16 13:57:15 -07:00