| Short description: |
Library to access Flac metadata |
| Category: |
Library/Audio |
| Status: |
Second release |
| Created: |
2006-09-18 23:31:31 GMT |
| Last update: |
2007-06-24 02:55:33 GMT |
| Owner: |
Darren Kirby
(Projects of this owner) |
| Homepage: |
http://rubyforge.org/projects/flacinfo-rb/ |
| Download: |
http://rubyforge.org/frs/?group_id=2225
|
| License: |
Ruby's |
| Dependency: |
|
| Description: |
flacinfo-rb gives you access to metadata from Flac (Free Lossless Audio Codec) files.
This includes:
* Contents of the STREAMINFO block (bitrate, number of samples, md5 signature etc).
* Contents of the VORBIS_COMMENT block, ie: the tags.
* Contents of the SEEKTABLE block.
* Size of PADDING block if present.
* Size of CUESHEET block if present. The cuesheet itself is not parsed yet.
* Contents of one or more PICTURE blocks, plus the ability to write images to a file.
* Contents of the APPLICATION block if present.
As an added bonus, if there is data present in a FlacFile APPLICATION block it can parse it, and dump the raw data to the console or a file (see: http://firestuff.org/flacfile/)
|
| Versions: |
[0.4 (2007-09-08)]
[0.3 (2007-07-01)]
[0.2 (2007-06-24)]
[0.1 (2006-09-18)]
|