kunst icon indicating copy to clipboard operation
kunst copied to clipboard

Recognize more cover art names and allow user configuration

Open bratekarate opened this issue 5 years ago • 0 comments

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.

bratekarate avatar Oct 19 '20 00:10 bratekarate