Registry / utility / taglib-ruby

taglib-ruby

JSON →
library2.0.0rbrubygemsunverified

Ruby interface for the TagLib C++ library to read and write audio metadata.

gem install taglib-ruby
INSTALL
IMPORT
SIG · TAGLIB-RUBY
T
taglib-ruby
utilityrubyv2.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TagLib
require 'taglib'

Read the title tag from an MP3 file.

require 'taglib' TagLib::FileRef.open('song.mp3') do |fileref| tag = fileref.tag puts "Title: #{tag.title}" end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Resources
taglib-ruby — gem install taglib-ruby · libregistry