beets-alternatives icon indicating copy to clipboard operation
beets-alternatives copied to clipboard

Should cache album art mtime for performance

Open wisp3rwind opened this issue 6 years ago • 0 comments

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.

wisp3rwind avatar Nov 02 '18 16:11 wisp3rwind