beets/beets/ui
Simon Persson c5075b2855 Create a cached template() function
We were previously doing calls to Template() directly, sometimes in a
loop. This caused the same template to be recompiled over and over. This
commit introduces a function template() which caches the results, so
that multiple calls with the same template string does not require
recompilation.
2019-05-09 18:24:59 +02:00
..
__init__.py Create a cached template() function 2019-05-09 18:24:59 +02:00
commands.py Don't move album art twice 2019-03-27 01:41:42 +00:00
completion_base.sh Partial fix for cmd names with dashes (ref #2836) 2018-03-11 16:02:10 +01:00