Re: Set id3 tags from mp3 files



On Sep 12, 9:19 am, no...@xxxxxxx (Reventlov) wrote:
Hello,
I don't have this control installed on my pc

Set id3 = CreateObject("CDDBControl.CddbID3Tag")

Is there a different way of writing the id3 tags in an mp3 file, maybe using MediaPlayer?

So far, I read the tags from the shell with objShellFolder.getdetailsof and populate an
excel file.
I would like to modify the *** and feed a new script in order to commit the changes.

The only thing I cannot do is set the tags.

If there is nothing built-in which allows this, do you think I can freely put my script on
the internet together with the cddbControl to be installed?
It's not a job, it's just for fun. Otherwise I would use one of the existing freewares.

Not really a job for VBScript since you are asking to write binary
files. In such situations I
would first try and use an open platform scripting language like perl
http://cpan.uwinnipeg.ca/search?query=mp3&mode=dist

At the above page you will see what a variety of perl modules are
available for working with
mp3 and mpeg audio.

I have personally used Mp3::Info to add an APIC tag (album art) to
songs.

--
Mark

.