sdushantha / kunst

Download and display album art or display embedded album art
MIT License
310 stars 28 forks source link

Recognize more cover art names and allow user configuration #46

Open bratekarate opened 4 years ago

bratekarate commented 4 years ago

Fixes #45

Uses find and grep instead of for loop to make it easier to dynamically add patterns to recognize.

Files in the directory are not all iterated, but rather a list is created once by find and matching files are identified by one grep command, so there should be no performance impact for larger directories.