4

For example I have a file '1.mp3', metadata are length, codec, compositor, license, bitrate, etc How can I get that metadata? I want to get metadata from different types of files.

Sergii
  • 749
  • 3
  • 15
  • 36

2 Answers2

1

For audio formats, have a look at TagLib Sharp.

R. Martinho Fernandes
  • 228,013
  • 71
  • 433
  • 510
1

The way that you get meta-data depends on the file type. For example, the metadata in an MP3 is stored differently then, say, a JPEG image.

Muad'Dib
  • 28,542
  • 5
  • 55
  • 68