G
Guest
I have been having to run a program I set up in VBA that uses "SetItemInfo"
to plug values into tags. I have been able to do this because I can
interpret from the file name and location with in directory structure the
artist, album, track and title. This worked fine until I needed to convert
my files from WAV to WMA. All of the tag data was lost in the conversion
(even though dbpoweramp's "maintain tags" was checked). But I can re-run
the VBA program pointing to the converted music folder and rebuild the
artist, album, track and title. I would really like to have the Album art
tag back in place so it would download to my portable device.
What I am missing is a hook so that ALL the tags can be refreshed from the
web-database. How can I reset the tag that is used as the index to uniquely
identify the CD so that all the rest of the tags can be lookedup and
populated by playing the song and letting WMP automatically update the
missing tags? I think that I read that it is a data steam built from track0
on the CD that is used to index to the database. If that is true, is there
an alternate way I can get that text stream and assign it to one of the tags?
If I could read the webdata base by Artist, album and let it return how
ever many "like" entries it finds so I can then programmatically choose one
to use (just like the manual process does when you try and tell WMP to
lookup album information, and it makes you choose one of the releases that it
thinks match)
What kind of tag has been created using SetItemInfo? How do I reset tags
so that they use one of the industry standard versions for Tag data, perhaps
there is some other thing I have to do when using SetItemInfo?
I really don't want to have to re-rip all 700 of my CDs
to plug values into tags. I have been able to do this because I can
interpret from the file name and location with in directory structure the
artist, album, track and title. This worked fine until I needed to convert
my files from WAV to WMA. All of the tag data was lost in the conversion
(even though dbpoweramp's "maintain tags" was checked). But I can re-run
the VBA program pointing to the converted music folder and rebuild the
artist, album, track and title. I would really like to have the Album art
tag back in place so it would download to my portable device.
What I am missing is a hook so that ALL the tags can be refreshed from the
web-database. How can I reset the tag that is used as the index to uniquely
identify the CD so that all the rest of the tags can be lookedup and
populated by playing the song and letting WMP automatically update the
missing tags? I think that I read that it is a data steam built from track0
on the CD that is used to index to the database. If that is true, is there
an alternate way I can get that text stream and assign it to one of the tags?
If I could read the webdata base by Artist, album and let it return how
ever many "like" entries it finds so I can then programmatically choose one
to use (just like the manual process does when you try and tell WMP to
lookup album information, and it makes you choose one of the releases that it
thinks match)
What kind of tag has been created using SetItemInfo? How do I reset tags
so that they use one of the industry standard versions for Tag data, perhaps
there is some other thing I have to do when using SetItemInfo?
I really don't want to have to re-rip all 700 of my CDs