mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-14 06:32:33 +00:00
mp4: Add replay gain items
This commit is contained in:
parent
69cad746bb
commit
25e36637bf
1 changed files with 4 additions and 0 deletions
|
@ -250,6 +250,10 @@ gen_map! (
|
||||||
"----:com.apple.iTunes:MOOD" => Mood,
|
"----:com.apple.iTunes:MOOD" => Mood,
|
||||||
"----:com.apple.iTunes:BPM" | "tmpo" => BPM, // precise bpm (freeform atom) vs. integer bpm (fourcc atom) as fallback
|
"----:com.apple.iTunes:BPM" | "tmpo" => BPM, // precise bpm (freeform atom) vs. integer bpm (fourcc atom) as fallback
|
||||||
"----:com.apple.iTunes:initialkey" => InitialKey,
|
"----:com.apple.iTunes:initialkey" => InitialKey,
|
||||||
|
"----:com.apple.iTunes:replaygain_album_gain" => ReplayGainAlbumGain,
|
||||||
|
"----:com.apple.iTunes:replaygain_album_peak" => ReplayGainAlbumPeak,
|
||||||
|
"----:com.apple.iTunes:replaygain_track_gain" => ReplayGainTrackGain,
|
||||||
|
"----:com.apple.iTunes:replaygain_track_peak" => ReplayGainTrackPeak,
|
||||||
"cprt" => CopyrightMessage,
|
"cprt" => CopyrightMessage,
|
||||||
"----:com.apple.iTunes:LICENSE" => License,
|
"----:com.apple.iTunes:LICENSE" => License,
|
||||||
"ldes" => PodcastDescription,
|
"ldes" => PodcastDescription,
|
||||||
|
|
Loading…
Reference in a new issue