GNOME Bugzilla – Bug 730269
ReplayGain support?
Last modified: 2015-01-06 11:01:57 UTC
I asked if Music supported ReplayGain on IRC, and was told that it didn't, but that I should file a bug if I wanted to see it. Aside from simply begging, here's an idea on how to intelligently support it: Use album ReplayGain levels when playing selections directly from the music library (falling back on "track" ReplayGain tag is that's all that is available). Use track ReplayGain levels when playing from a playlist, and the upcoming track is not what would immediately follow the current track on its album? I'm not exactly sure how others use ReplayGain, but I think that's probably a "good enough" start. Thanks!
AFAIK Gstreamer has ReplayGain plugin, so for now we'll implement a dconf setting to enable it
Should be enabled by default, no option needed.
This is the way Lollipop implements that, seems easy enough. https://github.com/gnumdk/lollypop/commit/429383c3742e631b34937d8987d780edc52303c0
Easy but i would be happy to have someone telling me if i'm doing this the right way ;)
Pushed initial code as https://git.gnome.org/browse/gnome-music/commit/?id=4731ab2