PDA

View Full Version : Mp3 ID3 tags


jaysscholar
Mar 18, 2006, 08:34 PM
I'm using the python language. Is there a way to read the ID3 tags? As of now I've been trying to read the file, get the string and search through it for specific things. But each version of ID3 is different. And it seems even when they are the same version, it may be written in a different way or something and be different so the program doesn't work.

LTheobald
Mar 20, 2006, 02:54 AM
This should help:

http://id3-py.sourceforge.net/

Google is our friend.

jaysscholar
Mar 25, 2006, 01:19 AM
I saw that before I posted... I can't figure out how to use that. How do install a module?