I just started working on this issue, so rather than pounding my head any longer I thought I'd give my friends here a chance to help a brother out...
I am in the midst of re-ripping my CD collection, about 400 CD's. I had done them a couple of years ago in .ogg format. Now I am re-ripping them into .flac format. They are organized in this directory structure: /Music/Artist/Album/Songs. The songs are titled with just the number (in order of the CD) and title like "10 - Some Song.ogg" and this rest of the info is handled by directory structure and ID tags.
Here's the quandary:
With this many files (all the above plus several thousand more) in various formats depending on their source. I didn't want to go through every sub-directory to weed out manually every duplicate title. The normal utilities, like FSLINT will only tag the as duplicate if they have the same size, which these obviously don't.
At this point, I'm planning on using find to list all the files *.ogg and *.flac and then using kompare to create a non-unique list and then, finally, deleting the *.ogg dupes.
Anyone have a more elegant solution?
I am in the midst of re-ripping my CD collection, about 400 CD's. I had done them a couple of years ago in .ogg format. Now I am re-ripping them into .flac format. They are organized in this directory structure: /Music/Artist/Album/Songs. The songs are titled with just the number (in order of the CD) and title like "10 - Some Song.ogg" and this rest of the info is handled by directory structure and ID tags.
Here's the quandary:
With this many files (all the above plus several thousand more) in various formats depending on their source. I didn't want to go through every sub-directory to weed out manually every duplicate title. The normal utilities, like FSLINT will only tag the as duplicate if they have the same size, which these obviously don't.
At this point, I'm planning on using find to list all the files *.ogg and *.flac and then using kompare to create a non-unique list and then, finally, deleting the *.ogg dupes.
Anyone have a more elegant solution?
Comment