mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 06:34:18 +00:00
mp4: Write integer bpm
This commit is contained in:
parent
dca773401d
commit
ad3f447bf4
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ gen_map!(
|
|||
"\u{a9}gen" => Genre,
|
||||
"----:com.apple.iTunes:COLOR" => Color,
|
||||
"----:com.apple.iTunes:MOOD" => Mood,
|
||||
"----:com.apple.iTunes:BPM" | "tmpo" => BPM, // precise bpm (freeform atom) vs. integer bpm (fourcc atom) as fallback
|
||||
"tmpo" | "----:com.apple.iTunes:BPM" => BPM, // integer bpm (fourcc atom) vs. precise bpm (freeform atom)
|
||||
"----:com.apple.iTunes:initialkey" => InitialKey,
|
||||
"----:com.apple.iTunes:replaygain_album_gain" => ReplayGainAlbumGain,
|
||||
"----:com.apple.iTunes:replaygain_album_peak" => ReplayGainAlbumPeak,
|
||||
|
|
Loading…
Reference in a new issue