Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Hergesheimer

macrumors member
Original poster
Dec 29, 2014
87
33
The Netherlands
Dear Forum,

I want to compare a folder with WAV songs and a folder with AAC songs. In the AAC folder should be more songs than in the other one. How can I filter those (settings)? Many thanks.
 
I suppose the easiest way to do it is to generate directory listings in the terminal
cd directory 1
ls -al > mydir1.txt
cd directory 2
ls -al > mydir2.txt

Load up the two directories in the spreadsheet of your choice and either eyeball it or use the vlookup function (that's in excel). Of course using vlookup, you need to be sure that the name only not extention is in a single column.

I've done something like this before for my files and it works. There are compare utilities such as beyond compare but since the files are different types, sizes and date stamps will be different I don't think that will produce the results you're looking for
 
  • Like
Reactions: Hergesheimer
Thanks a lot. I was able to to generate the directories but how can I connect these to the music folders? Many thanks.

Bildschirmfoto 2018-01-28 um 15.26.48 PM.png
 
I think you misunderstood my post. My actions produces a couple of files that can use to discern what directory has the same file names (but different extensions). Its up to you then to select and merge them, if that's your desire.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.