Supposing I wanted to see the Artist Name? Or add BPM information? What Python tools could I go about doing this?
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
There's a module called Python-ID3 that does exactly this. If you're on a Debian/Ubuntu box, its package name is
python-id3
and there is example code on its website: