Here I am again @paultaylor
As you know, I have to re-snatch some music locally.
I’d rather avoid re-downloading the albums that werz already processed by songkong and detected as duplicates !
As I do have built a decent database, and I believe I can identify the albums that were matched as duplicates in there for the following reasons :
-> keep tracks with best quality
I’d like to figure out a way to grep the content, and only download the highest quality of each album.
A simple example, If I have 3 identical albums:
- Artists - album name - FLAC
- Artists - album name - FLAC 16
- Artists - album name - FLAC 24
Then I’ll what to re-download the 24 bit version, and avoid the two other ones.
What I need for this is to generate a list of the folder names, I than could pass to rclone copy using the --include filter.
Can I read the database content easily to see if this is feasible ?