Skip to content

Instantly share code, notes, and snippets.

@borzilleri
borzilleri / flac2mp3
Created November 12, 2011 20:57 — forked from mxcl/flac2mp3.md
FLAC2Mp3 Converter, improved metadata handling, converts all flacs in current directory.
#!/usr/bin/ruby
# https://gist.github.com/1361100
ID3_TAGS = {
"TITLE" => "tt",
"ARTIST" => "ta",
"ALBUM" => "tl",
"DATE" => "ty",
"GENRE" => "tg",
"TRACKNUMBER" => "tn",