I'm looking to look at and change the Track Title property of an mp3 file.
I have a FileInfo object for the file in question, but I don't see a way to
access something like, for example, fileInfo.Properties("TrackTitle") as a
string. The reason I want to access and change the Track Title is to
shorten it for quicker viewing on my cell phone as I scroll through the list
of mp3's.
I'm using .Net Framework 2.0 in C#.
Lloyd Dupont - 01 Mar 2006 03:20 GMT
Maybe these links will help:
http://www.codeproject.com/audio/cmp3tags.asp
http://www.codeproject.com/vb/net/vbmp3header.asp
http://www.codeproject.com/tools/playlistgenerator.asp
http://www.codeproject.com/cs/media/Aumplib.asp

Signature
Regards,
Lloyd Dupont
NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>
> I'm looking to look at and change the Track Title property of an mp3 file.
> I have a FileInfo object for the file in question, but I don't see a way
[quoted text clipped - 4 lines]
>
> I'm using .Net Framework 2.0 in C#.