-
Notifications
You must be signed in to change notification settings - Fork 677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for ReplayGain normalization #28
Comments
From john.maguire on February 26, 2010 16:28:56 Labels: -Type-Defect Type-Enhancement Milestone-1.0 Component-Sound |
From 2sabio on May 15, 2010 14:46:58 Since GStreamer is used now might it be possible to 'borrow' some Rhythmbox (for There exists a GStreamer plugin for that already: http://www.gstreamer.net/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst- plugins-good-plugins-plugin-replaygain.html Not sure though how easy it is to integrate it into playback 'pipeline'... |
From davidsansome on May 15, 2010 15:17:09 Excellent, these look really easy to use! Status: Accepted |
From davidsansome on May 23, 2010 06:08:33 I've added support for reading Replay Gain tags. It's disabled by default but you can |
From davidsansome on June 18, 2010 08:45:17 Let's do the rest after 0.4 Labels: -Milestone-0.4 |
From sebaminguez on April 13, 2011 13:41:28 A simple script to Normalice your collection: echo "Use $0 function norm() {
} cd "$1" |
From tkeswick on May 29, 2011 15:02:33 Does this enhancement request encompass adding support for writing ReplayGain tags to files? It would be a fantastic feature. |
From grjordan on May 29, 2011 15:42:03 @tkesw... |
From nutellajunkie on August 20, 2011 16:26:02 And besides, allot of our tracks, input and streams do not have this tag anyway. Gain of some-sort would be a win-win situation to be honest. |
From pg0803 on August 31, 2011 01:21:17 An idea for potential replaygain scanning/writing: At the moment, libebur128 uses the best implementation of a replaygain scanner, also foobar2000 has changed its own scanner to this open source library. Is there any possibility to use it in clementine? More information: http://www.hydrogenaudio.org/forums/index.php?showtopic=86116 http://www-public.tu-bs.de:8080/~y0035293/libebur128.html |
From nutellajunkie on August 31, 2011 04:50:00 Thats a very good point the above person makes! Any decent open source code implemented into clem will get extra points :) it just means the authors of libebur128 will know its potential and keep updating. |
From john.maguire on November 08, 2011 06:33:40 Issue 2386 has been merged into this issue. |
From davidsansome on November 09, 2011 02:16:22 Issue 2391 has been merged into this issue. |
From hsantanna on December 14, 2011 12:34:30 By now im using QtGain: http://qt-apps.org/content/show.php/QtGain?content=56842 |
From alphadeltapapa on January 28, 2012 14:19:30 Does Clementine use ID3v2 or APEv2 tags for ReplayGain? mp3gain uses APEv2 by default. |
From christian.perreault.2 on March 03, 2012 12:41:26 ReplayGain scanning (like Winamp does natively) is very useful. Personnally, I am waiting for Clementine to implement it to adopt it as my default music player! Should you implement it, please add two columns in the playlist metadata : track gain and album gain. |
From cclonch on September 14, 2012 08:03:19 I'm assuming in Clementine v1.0.1, the ReplayGain feature in Tools > Preferences > Playback is merely a placeholder then? Toggling it while listening to music doesn't seem to make a difference. And with it enabled, tracks with significant volume differences are still significantly different.. |
From marcan+x1@marcansoft.com on September 14, 2012 20:02:02 ReplayGain does work fine for me, as long as the files actually have ReplayGain metadata. Clementine cannot add that metadata by itself, though. |
From grjordan on October 30, 2012 21:01:14 It needs to add the meta-data. Currently I have to use foobar to tag the files with replaygain so that I can use them in Clementine and my mp3 player. |
From mdosch.MD on January 25, 2013 07:16:55 Exist there any plains to make column to display the replaygain data in the playlist? |
What about this quick temporary solution until a better one is found: Add a menu "Tools --> ReplayGain --> |some existing GUI apps that can do the gaining|" For example QtGain (http://qt-apps.org/content/show.php?action=content&content=56842) which seems to work quite fine. I tested it with mp3 and ogg. |
I close this since the read of the ReplayGain metadata was implemented. |
@Chocobozzz as I understand reading ReplayGain metadata is implemented. What about calculating them? I have something in mind like having a smart view that shows all non-ReplayGained files -> select all -> right click -> (Re)calculate ReplayGain. |
I think a new issue for writing replay gain tags would be more readable :) |
From okeeblow on February 25, 2010 22:32:08
A native implementation for reading ReplayGain tags is preferable to an
Amarok 1.4-style script because it eliminates the lag between a track
playing and the volume adjusting.
Original issue: http://code.google.com/p/clementine-player/issues/detail?id=28
The text was updated successfully, but these errors were encountered: