This is such an awesome tool! I'm not sure if the dev is active on this forum, but thank you!
I have a folder of music files that is organized into albums. There are often duplicates of albums that are nested at varying levels, and varying bitrates. I'd like to keep the highest bitrate versions only. Here's an example:
Code: Select all
music
artist1
album1 <-- Keep this
track1.flac
track2.flac
track3.flac
archive
1987
artist1
album1 <-- Delete this
track1.mp3
track2.mp3
track3.mp3
- The results are only the album folders, i.e. only folders whose contents are solely FLAC files, with no subfolders (so I can select-all and copy directly from the search results pane)
- FLAC files are explicitly targeted (e.g. would be cool, but it doesn't work. I also tried
child:"ext:flac"
but it gives results with MP3s.)child:flac
Many thanks in advance,
h.s.