Closed GoogleCodeExporter closed 9 years ago
I might be wrong, but somehow I thought mp3gain is not writing any tags. Be it
APEv2
tags or ID3 tags. The solution offered in the python file is kinda hackish.
Mp3 was not build to support replaygain. Using the solution in the python file
is
only supported on a limited amount of players. The extra value of supporting it
is
not worth the extra effort in my humble opinion. That the replaygaining is
lossy is
not that important for Mp3. Otherwise you'd use a lossless codec. Anyway, I am
not
much in favour of adding an extra option to support a shortcoming of a single
codec.
You can ofcourse use a modern format that is more free in this regard like
vorbis or
flac. I suppose you have your reasons to use mp3 though.
Original comment by rubyripp...@gmail.com
on 23 Jun 2009 at 9:11
I'd be willing to implement it myself (and I already looked into doing so), but
the
distro I'm currently using doesn't appear to have the GTK/Gnome bindings for
Ruby,
so I can't test it[1] right at the moment.
And, for the record, I generally do rip to FLAC first for archival and then
encode
from that to Ogg Vorbis after my tagging is done. I would, however, like to be
able
to recommend the 'proper' way to friends.
[1] on second thought, I probably could at least test the functionality part
with
the CLI frontend and config file tweaking...
Original comment by Dhr...@gmail.com
on 26 Jun 2009 at 3:43
I will also use the feature of having mp3gain not to change the audio frames.
I made a commit in my fork for this and also attach a patch for others to use.
http://github.com/JonnyJD/rubyripper/commit/bd61b144df428851acfe99e1862002203b93
6069
With this change you can set gainTagsOnly=true in order for mp3gain to write
tags
only (and don't do anything with wavgain). The default is false, because that
is what
happens now.
Amarok 2.1 understands APEv2 tags now with taglib and so does foobar.
If you still need ID3v2: recent versions of mp3gain have an option "-s i",
writing
ID3v2 tags.
PS:
I use mp3 because I can play that everywhere. I also tested the quality a lot
and it
was still better than vorbis (vorbis had some issues with electronic music).
However,
I also rip to flac for my archive.
Original comment by goo...@JonnyJD.net
on 27 Nov 2009 at 5:39
Attachments:
Original comment by boukewou...@gmail.com
on 27 Nov 2009 at 10:24
Thanks for the patch, I finally had some time to merge this thing. The code was
nice
to read, so I just had to merge it all :)
Original comment by boukewou...@gmail.com
on 4 Feb 2010 at 8:34
Original issue reported on code.google.com by
Dhr...@gmail.com
on 4 Jun 2009 at 4:51