I am interested. Send it to me. Thanks!
PM me your email address and I'll send it to you....
DISCLAIMER:
I am by no means a professional programmer and any "real" programmer that might look at this code may laugh, but it gets the job done for what I want (any feedback is welcome however). Also there is no guarantee that this won't make you computer start smoking and possibly explode. That said... It works fine for me. If there are any bugs you find though, let me know.
Instructions on how to use:
1) In MC create a playlist containing the tracks you want to lookup. List must contain ARTIST and NAME columns.
2) In MC goto File -> Export Playlist...
3) Enter a name and location for your exported playlist. Change the Format to "Text File (delimited)", Set to "Only Visible Fields" and press OK.
Now open the "Track Year Lookup.xls" file. Make sure to enable macro's to run inside excel.
1) Click "Open External List" button and select the exported playlist you created in MC. When the list is loaded into excel it will add a "Found Track Year" column to the beginning of the list.
2) Select a Starting Row and Ending Row as well as a Search Delay (Search Delay pauses for the specified time between searchs so not to hammer the web server to fast. The delay is adjustable, don't set too low to avoid possibly having your IP blocked by the web server).
You have buttons to allow you to save lists to separate sheets to allow working on multiple lists and going back to a list at a later time.
Be sure to save the excel workbook before closing so not to loose your searches.
This is still a work in progress for me. In my exported playlists I include the full filename with path and at some point plan to use this to allow me to then update the actual file tags with the Found Track Years. I have never done tag manipulation in VBA so if anyone has any suggestions on where to start it would be appreciated.