[MAC] iTunes Replay Gain (iTunNORM tags) support

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
xbmchead Offline
Skilled Python Coder
Posts: 87
Joined: Sep 2008
Reputation: 0
Lightbulb  [MAC] iTunes Replay Gain (iTunNORM tags) support Post: #1
Please extend the replay gain support now in xbmc to read the iTunNORM tag from alac and aac files.
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,180
Joined: Nov 2003
Reputation: 82
Post: #2
please stop using bastardized, nonstandard tags. Big Grin

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
ashlar Offline
Donor
Posts: 2,048
Joined: Mar 2006
Reputation: 26
Post: #3
xbmchead, not only those tags are non standard, as spiff points out, but replaygain support in iTunes is partial at best. The iTunNORM tag is equivalent to the song replaygain value and does nothing for albums.

What logic of implementation could one adopt to have it work in a worthwile manner? If you play only random playlists... fine. Otherwise, you could have a 9db jump in volume when switching from random playlists to albums.

Unless you consider a valid approach playing back albums applying songs replaygain values, which leads to ridiculous results when playing back gapless albums.
find quote
xbmchead Offline
Skilled Python Coder
Posts: 87
Joined: Sep 2008
Reputation: 0
Post: #4
ashlar Wrote:xbmchead, not only those tags are non standard, as spiff points out, but replaygain support in iTunes is partial at best. The iTunNORM tag is equivalent to the song replaygain value and does nothing for albums.

What logic of implementation could one adopt to have it work in a worthwile manner? If you play only random playlists... fine. Otherwise, you could have a 9db jump in volume when switching from random playlists to albums.

Unless you consider a valid approach playing back albums applying songs replaygain values, which leads to ridiculous results when playing back gapless albums.

I'm talking about alac files mind you, not mp3 files.

What is the standard tag for volume normalization in alac files?

As far as I know there is ONLY iTunNORM as replaygain is not supported in alac files. One can use the replaygain ALGORITHM to write to to the iTunNORM tag as iVolume does, thus providing replay gain support as well as the ability to replaygain by album or track, but only in iTunes, not xbmc, because it won't read iTunNORM.

Yes, I do use randomize all the time.

How should I volume normalize my alac music collection?
find quote