[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework

File Information of media files

cnickl

4/21/2008 5:37:00 PM

Hi,

I'm using Windows XP/SP2 C#2005 / .NET 2.0

I'm trying to access (read and possibly write) the information in media
files (mp3 and wma) using C#. I noticed that if I browse to the â??My Musicâ?
folder using the windows explorer the folder properties can be set to â??Best
For Music Files� and the explorer than displays artist name and so on. Is it
possible to access this feature of getting the media file information with
C#? I imagine something like accessing the file using FileInfo, declaring it
a media file and than read all the info like artist and so on the same way
one can get file size and creation dates. Is this Possible?