Hello folks,
Here is the problem I am trying to solve:
- I back up photos from my camera to my computer. I bring over both JPG and RAW versions of each photo.
- I review the photos by looking at the JPG files, and delete the ones I don’t care about
- Problem: I now have to manually find the corresponding RAW files and delete them
It’d be handy to use Meld to compare the two folders I have my files in (one for JPGs and one for RAWs), and highlight the files that I need to remove. To do this, I need to have Meld ignore the file extension, and only look at the name.
As far as I can tell, there is no way to do this. But I might be wrong. Therefore, I thought I’d ask for a little help.
Push come to shove, I can write a Python or Bash script to handle this for me. But I’d rather not reinvent the wheel.
Cheers!