![]() |
Issue with music volume normalisation - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Issue with music volume normalisation (/t-issue-with-music-volume-normalisation) |
Issue with music volume normalisation - TurtleIdiot - 2025-08-31 Hello, I've recently notice something with some of the music I have on my jellyfin instance. I recently ripped and added the albums "Diamond Life", "Promise", and "Stronger Than Pride" by Sade (original 80s CDs). I've noticed that when I listen to them on jellyfin, they seem awfully quiet compared to some of my other music. For example, if I queue Paradise by Sade and Hammer by Lorde, I've noticed that Hammer is considerably louder. When compared to streaming the tracks through YouTube Music, the audio volume just seems very uneven, where the YT Music copies sound more or less the same in volume. Furthermore, the volume from the tracks also seems about the same when I play them directly on my CD player (same two tracks). This is a bit annoying as I like to put together playlists or throw random music into a queue when listening with thrends through syncplay. I've already looked around and I have seen that jellyfin has support for LUFS, and my music library has it enabled. I also ran the audio normalisation scheduled task but it did nothing. I'm running jellyfin 10.10.2 in a docker container Does anybody know why this is happening? Thanks RE: Issue with music volume normalisation - jravin - 2025-09-01 When you ripped the CD's were they ripped as 16-bit PCM or something similar-ish? Asking because you said these are "original 80s CDs", and older CD's often use lower encoding. Whereas YouTube most likely is using something else which allows it to play louder at the same settings. So jellyfin would treat the older audio differently from newer tracks. I am guessing Jellyfin may not apply the normalization if it thinks it does not need processing, and if the track(s) uses compression differently from newer tracks. If jellyfin is running in a docker, or such, the container might be missing codecs or audio libraries that may alter/negate volume normalization. Some clients will treat different sources of audio differently. This makes troubleshooting normalization a bit trickier. Instead of comparing to YouTube, perhaps compare to differently encoded audio files all within jellyfin. Does jellyfin have transcoding logs? If so ... please share. |