From: Reid Thompson Date: 2010-05-14T02:08:33+09:00 Subject: Re: How to read id3 tags from files On Fri, May 14, 2010 at 01:23:48AM +0900, Benedikt M?ller wrote: > This was it I tried, but it can't read flac tags. > using a quick google for "ruby flac tags" I immediately found flacinfo... $ irb irb(main):001:0> require 'flacinfo' => true irb(main):002:0> @flac = FlacInfo.new("test.flac") => # irb(main):006:0> p @flac.tags {"title"=>"tuxpower-06", "vendor_tag"=>"reference libFLAC 1.1.2 20050205", "block_size"=>61, "offset"=>536} => nil