# Convert replaygain values

**URL:** https://community.mp3tag.de/t/convert-replaygain-values/8069
**Category:** Support
**Created:** [March 9, 2009, 6:30pm UTC](https://community.mp3tag.de/t/convert-replaygain-values/8069 "2009-03-09T18:30:13Z")
**Posts on this page:** 1
**Showing post:** 30

<div class="post-metadata">

### Author: ![garym](https://community.mp3tag.de/user_avatar/community.mp3tag.de/garym/32/4822_2.png) [@garym](https://community.mp3tag.de/u/garym)
#### Post date: [January 17, 2013, 10:50pm UTC](https://community.mp3tag.de/t/convert-replaygain-values/8069/30 "2013-01-17T22:50:41Z")

</div>

> [@NightFlight](#):
>
> Thanks Gary, I got it. itunenorm does not = itunnorm

aha. so you weren't actually creating itunnorm values due to the typo. Glad its fixed. This is my action info. I have both of these combined in one single action.

```
for mp3. (replace _ALBUM_ with _TRACK_ to use RG Track value)
Format Value:
field:
COMMENT ITUNNORM
Format String:
$if($eql(%_extension%,mp3),$rg2sc(%REPLAYGAIN_ALBUM_GAIN%),)

for m4a.
Format Value:
Field
ITUNNORM
Format String:
$if($eql(%_extension%,m4a),$rg2sc(%REPLAYGAIN_ALBUM_GAIN%),)

```

---

_[View the full topic](https://community.mp3tag.de/t/convert-replaygain-values/8069)._
