taglib-api: A convenient layer over TagLib's C bindings

[ audio, bsd3, library ] [ Propose Tags ]

An FFI layer to TagLib's C bindings for reading and writing metadata for audio files. Currently supports ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC, MPC, Speex, WavPack TrueAudio, WAV, AIFF, MP4 and ASF files.


[Skip to Readme]

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
usepkgconfig

Use pkg-config to check for library dependencies.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.1.3
Dependencies base (>=4.6 && <4.7), bytestring (>=0.10 && <0.11), text (>=0.11 && <0.12), transformers (>=0.3 && <0.4) [details]
License BSD-3-Clause
Copyright Copyright 2013 Kyle Carter
Author Kyle Carter
Maintainer kylcarte@gmail.com
Category Audio
Uploaded by KyleCarter at 2013-05-16T22:59:23Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3737 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for taglib-api-0.1.0.0

[back to package description]

taglib-api

A convenient layer over TagLib's C bindings