For example, I have a file "1.mp3", metadata - length, codec, composer, license, bit rate, etc. How can I get this metadata? I want to get metadata from different types of files.
For audio formats, see TagLib Sharp .
The method of obtaining metadata depends on the type of file. For example, metadata in MP3 format is stored differently than, say, a JPEG image.
Source: https://habr.com/ru/post/1306861/More articles:how to parse jquery ajax xhtml answer? - jqueryReading TEXT UIWebView content - textCopy files where lastwritetime -ge 3/26/2010 21:00 with Powershell - powershell-v2.0Is there a standard .NET throw exception when a class does not implement the required attribute? - genericsSilverlight DataGrid column sorting does not update programmatically changed cells - c #loaded the "PersonnalDetails" tip but didn't get a UITableView - iphoneHow to read java file structure using java? - javalexer / parser ambiguity - lexerHow to read a string one letter at a time in python - pythonInsertion into a bit stream - c ++All Articles