atom: read rating before encoding

This commit is contained in:
Vincent Riquer 2026-04-05 19:35:03 +02:00 committed by ScriptFanix
parent f3316de76f
commit 25207448ce

4
atom
View File

@ -416,6 +416,7 @@ echo '
tags.genre,
tags.performer,
tags.rate,
tags.rating,
tags.releasecountry,
tags.replaygain_alb,
tags.replaygain_trk,
@ -486,6 +487,8 @@ do
rest=${rest#*::AtOM:SQL:Sep::}
rate=${rest%%::AtOM:SQL:Sep::*}
rest=${rest#*::AtOM:SQL:Sep::}
rating=${rest%%::AtOM:SQL:Sep::*}
rest=${rest#*::AtOM:SQL:Sep::}
releasecountry=${rest%%::AtOM:SQL:Sep::*}
rest=${rest#*::AtOM:SQL:Sep::}
replaygain_alb=${rest%%::AtOM:SQL:Sep::*}
@ -539,6 +542,7 @@ do
mimetype \
performer \
rate \
rating \
releasecountry \
replaygain_alb \
replaygain_trk \