Virgil Dupras is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

hsoft / hsaudiotag http://hardcoded.net/docs/hsaudiotag

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

Clone this repository (size: 17.3 MB): HTTPS / SSH
hg clone https://bitbucket.org/hsoft/hsaudiotag
hg clone ssh://hg@bitbucket.org/hsoft/hsaudiotag

hsaudiotag overview

Recent commits See more »

Author Revision Comments Message Labels Date
Virgil Dupras a592010023a2 Added tag 1.1.2 for changeset 63b7e5b72d51
Virgil Dupras 63b7e5b72d51 v1.1.2
Tag
1.1.2
Virgil Dupras aed0dfde4b7b Support ogg vorbis files with lowercase comment fieldnames.
Virgil Dupras 387ed147ae87 Updated docs version.
Virgil Dupras 7630d06adb08 Allow non-unicode strings to be used as filepaths.
Branch
py2k
=======================================
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 <http://code.google.com/p/quodlibet/wiki/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://www.hardcoded.net/docs/hsaudiotag