From 028276b0c5309a0bf704515107ca41f1dd7a5e0a Mon Sep 17 00:00:00 2001 From: Steve Date: Thu, 24 Jul 2014 13:17:57 -0400 Subject: [PATCH] Update README.md I've directed alot of people to this page for python libraries, some of them asked me for the simplest meta-data reader for mp3, I just added the one I use to try to get my 2-cents in. Thanks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c81d95..b22130f 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,7 @@ long, literate-programming-style documentation generator. * [pydub](https://github.com/jiaaro/pydub) - Manipulate audio with a simple and easy high level interface. * [audioread](https://github.com/sampsyo/audioread) - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding. * [mutagen](https://code.google.com/p/mutagen/) - A Python module to handle audio metadata. +* [id3reader](http://nedbatchelder.com/code/modules/id3reader.py) - A Python module for reading MP3 meta data. * [tinytag](https://github.com/devsnd/tinytag) - A library for reading music meta data of MP3, OGG, FLAC and Wave files. * [audiolazy](https://github.com/danilobellini/audiolazy) - Expressive Digital Signal Processing (DSP) package for Python. * [talkbox](http://scikits.appspot.com/talkbox) - A Python library for speech/signal processing.