geigerzaehler / beets-alternatives

Beets plugin to manage external files
MIT License
93 stars 21 forks source link

Should cache album art mtime for performance #22

Open wisp3rwind opened 5 years ago

wisp3rwind commented 5 years ago

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.