atom: read rating before encoding
This commit is contained in:
parent
f3316de76f
commit
25207448ce
4
atom
4
atom
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user