I have a couple of hundred albums on various HDD's and I would like a script to export a csv file that lists all albums by artists like this:
Artist, Album, Genre, Year
I seem to be very close with this script...
$filename(csv,utf-16)Artist,Album,Genre,Year
$loop(%_folder%)%ARTIST%,%ALBUM%,%GENRE%,%YEAR%
$loopend()
however, instead of a list of albums I seem to get an entry for each track on the album
so I get multiple entries for the same album!
I know I'm close but I can't work out where I have gone wrong!
I have tried to search and follow various threads in the forum but don't seem to be able to nail it... Any help appreciated.