mirror of
https://github.com/beetbox/beets.git
synced 2025-12-09 10:05:35 +01:00
- 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
|
||
|---|---|---|
| .. | ||
| guides | ||
| plugins | ||
| reference | ||
| changelog.rst | ||
| conf.py | ||
| index.rst | ||
| Makefile | ||