Python File Meta Tag reading

Posted by Jeff on Stack Overflow See other posts from Stack Overflow or by Jeff
Published on 2010-06-08T16:48:59Z Indexed on 2010/06/08 16:52 UTC
Read the original article Hit count: 396

Filed under:

Anyone know of a Python module that can pull Tag data from multiple media formats? Trying to build an app that allows for manipulation of ASF (Windows Media Player files, ie WMA, WMV, etc), ID3, including both ID3v1 and ID3v2 (MPEG files, ie MP3), MPEG Audio Bit Stream (ie ABS, MP1, MP2, MP3), MPEG Program Stream (MPEG movies, and DVD and HD DVD video discs, ie MPG, MPEG, VOB, EVO), and ISO Base Media File Format (eg QuickTime, MPEG-4 and iTunes AAC files, ie QT, MOV, MP4, M4A, M4B, M4P, M4V, etc).

Don't need ALL of that but just most standard consumer formats like mov and mpeg.

I can't seem to find a good module to support that or a library.

Any recommendations?

© Stack Overflow or respective owner

Related posts about python