Sha256: fb6032fab5d574dba120aeeff6c2d48fdf43b9e3e698dfe7c71001df7e1a0fef

Contents?: true

Size: 533 Bytes

Versions: 10

Compression:

Stored size: 533 Bytes

Contents

# Mp3file

This is a pure-Ruby MP3 metadata extractor. We use it to identify the
bitrate and duration of songs that people upload to [http://www.reverbnation.com].

It handles a bunch of things:
* ID3v1 tags
* ID3v2 tags (although it doesn't actually parse the frames)
* VBR files (with Xing headers)
* Multiple ID3v2 tags (because these exist in the wild)

Don't think of this as an example of good code. This is some of the
most terrible, ugly, brutally hacky code I think I've ever written. I
apologize to anyone who looks at it.

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
mp3file-1.1.5 README.md
mp3file-1.1.4 README.md
mp3file-1.1.3 README.md
mp3file-1.1.2 README.md
mp3file-1.1.1 README.md
mp3file-1.1.0 README.md
mp3file-1.0.3 README.md
mp3file-1.0.2 README.md
mp3file-1.0.1 README.md
mp3file-1.0.0 README.md