Page 1 of 1

Best way to find missing songs in albums?

Posted: Mon Jul 28, 2008 7:13 pm
by nachomama
My music collection is definitely on the messy side. One of the problems is that I have songs missing from albums that I have burned. I am trying to come up with the best way to come up with a list of all the missing tracks so I can go back and add them. So far, my best option seems to be to create a report sorted by artist, album, and then track number. Once I have the list, I would have to identify the missing songs from some listing such as amazon, allmusic, or whatever and download or burn those songs. Does anybody know of anything quicker?

Thanks!

Re: Best way to find missing songs in albums?

Posted: Mon Jul 28, 2008 7:25 pm
by nynaevelan
You can try Trixmoto's Just List Albums script. In order to get the track number and names listed, edit the script with this data on line 32:

Code: Select all

Dim TrackMask : TrackMask = "<Track#> - <Title>" 'blank mask means no tracks are displayed
Nyn

Re: Best way to find missing songs in albums?

Posted: Mon Jul 28, 2008 8:44 pm
by Bex
You can try my Tagging Inconsistencies script, link in signature, it has a node which finds Albums with Missing tracks (unless it is the last track missing).