From: epg <> Date: Mon, 30 Aug 2004 02:23:26 +0000 (+0000) Subject: (flac2mp3: Put XXX comment where it belongs. X-Git-Url: https://diplodocus.org/git/flac-archive/commitdiff_plain/b354d8a5f208236729988cef121022df9d07d160?hp=7d56ee20dd19a764ff301f4abffaf855b90262f4 (flac2mp3: Put XXX comment where it belongs. --- diff --git a/flac2mp3 b/flac2mp3 index a4d3fdc..df248fa 100755 --- a/flac2mp3 +++ b/flac2mp3 @@ -114,8 +114,8 @@ sub flac2mp3 { s/"/_/g; } - # XXX $until_arg ||= ''; + # XXX system("flac -cd $skip_arg $until_arg '$fn' | lame --preset standard --tt '$title' --ta '$artist' --tl '$album' --ty '$date' --tn $track - '$outfile'"); }