Registry / utility / id3lib-ruby

id3lib-ruby

JSON →
library0.6.0rbrubygemsunverified

A Ruby interface to the id3lib C++ library for reading and writing ID3v1 and ID3v2 tags in MP3 files.

gem install id3lib-ruby
INSTALL
IMPORT
SIG · ID3LIB-RUBY
I
id3lib-ruby
utilityrubyv0.6.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.

ID3Lib
require 'id3lib'

Read the title from an MP3 file

require 'id3lib' tag = ID3Lib::Tag.new('song.mp3') puts tag.title
Debug
Known issues
gotchaid3lib writes broken UTF-16 frames, causing compatibility issues with some players.
fix
Avoid using UTF-16 encoding; prefer UTF-8 or ASCII text frames.
affects: <= 0.6.0
Upgrade
Version history
0.6.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
id3lib-ruby — gem install id3lib-ruby · libregistry