-
Notifications
You must be signed in to change notification settings - Fork 296
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
ReplayGain values are totally wrong #701
Comments
Please post the output of
|
|
Hmm, that's interesting, haven't seen this yet. Maybe there is some odd splitting going on between ogg pages. Could you send me this file to [email protected]? |
Sure ! |
The Ogg and the MP3 would be the most interesting (the flac file probably has the same issue as the ogg file) |
Thanks for the sample files: The values we read from the MP3 file seem to be correct: VLC reads exactly the same values. For the ogg file: I also think that we are right there: Your file contains both Vanilla music prefers R128 tags (if available, which is the case with your sample files) and converts the R128-gain values into 'legacy' values (and a R128-gain value of 0 happens to be 5dB). The related code is here: tl;dr: SoundKonverter seems to write invalid R128 tags. |
Thank you for your detailed reply. I guess I'll have to sanitize my tags to get rid of the R128 ones, as the newer bs1770gain tool apparently uses the standard "replaygain_*_gain" tags. |
Interesting: did you use both bs1770gain and beets on these files or did beets write both tag types? |
I'm new to Beets, but I used the Beets ReplayGain plugin to calculate the gain : http://docs.beets.io/en/v1.3.15/plugins/replaygain.html |
Thanks for the info. I'm closing this as i think we are doing the right thing in such a situation. |
I've tried to get rid of those R128 tags in Beets, but to no avail… so yeah, applying R128 tags only if ReplayGain ones don't exist may be a great idea in that case. |
Follow-up : |
@adrian-bl : In the mean time, would you consider adding an option to Vanilla Music to pick which tag should have precedence, between ReplayGain or R128 ? |
[x]
):Description
The dispalyed ReplayGain values are totally wrong, and vary according to the file type :
Steps to reproduce the issue
Screenshot
Expected result :

Current result :

FLAC file :
Ogg Vorbis files :




MP3 files :


...
Could it be a Vanilla Music internal library error, caused by multiple import/export of music ?
The text was updated successfully, but these errors were encountered: