A
A
Alexey Zimin2015-08-13 09:30:23
Python
Alexey Zimin, 2015-08-13 09:30:23

How to parse information about an mp3 file?

Hello! The title of the question, as for me, may be incomprehensible to many, but I will try to explain. There is an mp3 file in OS Windows (though I don't think it matters). When viewing its properties, detailed information about the mp3 file is stored in the "details" tab. I'm interested in 3 fields: "Title", "Artist" and "Name". How can I extract the values ​​of these fields using Python / C # (Python is preferred, but I will be grateful for different options).

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaly Pukhov, 2015-08-13
@Alex_Zimin

The question is easily googled for "C# Read Mp3 Tags"
In a nutshell, 3 solutions:
1. Take a ready-made library (in nuget or find it like that) and feed it a file
2. Take a ready-made class source and connect it to the project and feed it a file
3. Kill time to parse the structure and format of the file, spend a lot of time and write your own bike
Which option to choose is up to you :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question