Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hsaudiotag3k

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hsaudiotag3k

Read metdata (tags) of mp3, mp4, wma, ogg, flac and aiff files.

  • 1.1.3.post1
  • PyPI
  • Socket score

Maintainers
1

======================================= 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://pythonhosted.org/hsaudiotag3k/

Changes

Version 1.1.3 -- 2012/08/10

  • Fixed a bug preventing some OGG track fields from being read.

Version 1.1.2 -- 2011/09/29

  • Fixed a bug preventing some OGG metadata from being read.

Version 1.1.1 -- 2011/01/31

  • Fixed crash on reading tag-less AIFF files.
  • Fixed crash on mp4 files containing invalid utf-8 data.

Version 1.1.0 -- 2010/12/29

  • Added a wrapper class to automatically detect a file type.
  • Invalid AIFF files now set their attributes nonetheless.

Version 1.0.5 -- 2010/12/20

  • Got rid of the hsutil dependency.

Version 1.0.4 -- 2010/11/19

  • Fixed a crash when reading mp4 files with malformed attribute atoms.

Version 1.0.3 -- 2010/11/11

  • Fixed a crash when reading mp4 files with out of range genre indexes.

Version 1.0.2 -- 2010/09/25

  • Fixed a crash when reading Id3v2 text frames with invalid string encoding flag.

Version 1.0.1 -- 2010/08/24

  • Fixed squeeze.squeeze_mpeg under py3k.
  • Fixed the decoding of mpeg files with Xing headers under py3k.

Version 1.0.0 -- 2010/07/11

  • Initial Release

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc