regosen / get_cover_art

Batch cover art downloader and embedder for audio files
MIT License
69 stars 8 forks source link

Consider sorting the file list by path before processing #29

Closed audiomuze closed 2 years ago

audiomuze commented 2 years ago

It's currently difficult to know how far get_cover_art has progressed in processing a folder with many subfolders.

Sorting the file list prior to processing will allow users to gauge how far progressed they are by having reference to the currently processed folder relative to the director list.

regosen commented 2 years ago

This is a good idea and easy to do, done! If you grab the latest version (1.5.10) the file list should be sorted.