Closed GoogleCodeExporter closed 9 years ago
It already does this if you choose album gain I think.
#current code is as follows:
command = "metaflac --add-replay-gain \"#{if @settings['gain'] =="track" :
filename
else File.dirname(filename) + "\"/*.flac" end}"
It starts with "metaflac --add-replay-gain ". Then follows some logic. This
means
that if replaygain is not like track (think album), the argument "dir/*.flac"
is passed.
So the question is: do you think it does not work or did you actually verify
this?
Original comment by rubyripp...@gmail.com
on 5 Feb 2009 at 10:39
I beg your pardon. I did not do my homework. Rubyripper does tag replaygain
values
for both track and album gains. This used to be a problem when I used other
rippers
such as GRIP. Good work chaps! Issue only existed in my imagination. Case
closed.
Original comment by martin.c...@gmail.com
on 6 Feb 2009 at 9:47
Thanks for your reply :)
Original comment by rubyripp...@gmail.com
on 6 Feb 2009 at 4:13
Original issue reported on code.google.com by
martin.c...@gmail.com
on 5 Feb 2009 at 12:22