Skip to content

Pure-python library that reads audio file metadata (tags, bitrate, duration). Supports mp3, wma, mp4, aiff, ogg, flac.

License

Notifications You must be signed in to change notification settings

chrrrisw/hsaudiotag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hsaudiotag3k - Read audio file metadata

This is a Python 3 package. The Python 2 package is at http://pypi.python.org/pypi/hsaudiotag .

hsaudiotag is a pure Python library that lets you read metadata (bitrate, sample rate, duration and tags) from mp3, mp4, wma, ogg, flac and aiff files. It can only read tags, not write to them, but unlike more complete libraries (like Mutagen), it is BSD licensed, making it suitable for most projects. It is also backed by a nifty test suite.

The documentation has to be built with Sphinx. You can get Sphinx at http://sphinx.pocoo.org/

Once you installed it, you can build the documentation with:

sphinx-build docs docs_html

The documentation is also available online at http://pythonhosted.org/hsaudiotag3k/

About

Pure-python library that reads audio file metadata (tags, bitrate, duration). Supports mp3, wma, mp4, aiff, ogg, flac.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages