music file properites?

  • Thread starter Thread starter ray well
  • Start date Start date
R

ray well

hi

i need to write an app that assigns single pieces of music recorded in
digital files to artists, albums, tracks etc., properties that are part of
the meta file info of audio files (as seen when u right click them, and
click on properties), and r used to arrange the files in music libraries. my
client wants this custom designed as an adjunct to another app he has.

is there some .net class or some code with which i can access these fields
and set them as needed? a code snipett would be appreciated.

thanks

ray
 
ray well said:
hi

i need to write an app that assigns single pieces of music recorded in
digital files to artists, albums, tracks etc., properties that are part of
the meta file info of audio files (as seen when u right click them, and
click on properties), and r used to arrange the files in music libraries.
my client wants this custom designed as an adjunct to another app he has.

is there some .net class or some code with which i can access these fields
and set them as needed? a code snipett would be appreciated.

thanks

ray

I use the following library
http://home.fuse.net/honnert/hundred/UltraID3Lib/

Easy to use but sometimes tags will not read if not exactly formed according
to spec.

LS
 
Back
Top