INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Duplicate FLAC/MP3 Files: A Solution?  (Read 983 times)

BryanC

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2561
Duplicate FLAC/MP3 Files: A Solution?
« on: November 22, 2009, 06:25:28 pm »

I've been messing around with ways to find duplicate albums of FLAC and MP3 files during me reripping process, and I've found one that works with nearly 100% accuracy.


You need to create the custom library field "No Extension":
Code: [Select]
If(IsEqual([File Type],FLAC, 1),RemoveRight([filename (name)],5),RemoveRight([filename (name)],4)
And then add a smartlist with these settings:
Code: [Select]
[Media Type]=[Audio] ~dup=[No Extension],[Album] ~a ~sort=[File Type]
Then just select all of the mp3 files and delete.

Hope that helps some people!
Logged
Pages: [1]   Go Up