beets-alternatives
beets-alternatives copied to clipboard
Should cache album art mtime for performance
In matched_item_action, os.path.isfile(album.artpath)
and os.path.getmtime(syspath(album.artpath))
could be cached in order to reduce evaluation to once per album.