I need to build an artist list and an album list that will lead into the songs by that artist or album.
My understanding is that to get this info i need to pull it from the id3 tag.
So I have a simple while script that after pulling a list of all files into a variable i step throgh the delimited string variable, loading each song then doing a get property for the artist and appending it to an artist.txt file. I then do a get property of album info and do the same thing.
Although this works it seems to take way too long.
Are there any parts of this process can I change to speed this up?
Thanks
My understanding is that to get this info i need to pull it from the id3 tag.
So I have a simple while script that after pulling a list of all files into a variable i step throgh the delimited string variable, loading each song then doing a get property for the artist and appending it to an artist.txt file. I then do a get property of album info and do the same thing.
Although this works it seems to take way too long.
Are there any parts of this process can I change to speed this up?
Thanks
Comment