Sha256: 050bf706ce249313ffff692e76da925a8af24f3799f181ad31671a62a927c0e4

Contents?: true

Size: 196 Bytes

Versions: 2

Compression:

Stored size: 196 Bytes

Contents

require 'optparse'

require 'unitf/tag'

UnitF::Log.to_console

UnitF::Tag.update('/Users/mbaron/tmp/foo.mp3') do |file|
  file.tag.artist = 'bar123'
  file.tag.year = 1972
  file.auto_cover!
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
unitf-tag-0.1.16 bin/test.rb
unitf-tag-0.1.10 bin/test.rb