|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
File properties of mp3 fileI'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#. 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 -- Show quoteRegards, Lloyd Dupont NovaMind development team NovaMind Software Mind Mapping Software <www.nova-mind.com> "Fred Morrison" <fmorri***@erols.com> wrote in message news:%23KUv9rMPGHA.1360@TK2MSFTNGP10.phx.gbl... > 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#. > |
|||||||||||||||||||||||