Hey!
Sorry if this, or a similar question, has been asked before, but I could not find anything
or work out how to do it using an Action.
I am looking to add something (i.e. "Low Quality") in the comments field if the bitrate = x (i.e. 128)
Is there a way to do this?
Peace 
pone
2
"Low Quality" if bitrate is 128 or less:
Action: Format Value
Field: COMMENT
Formatstring: $ifgreater(129,%_bitrate%,Low Quality,%comment%)
"Low Quality" if bitrate is exact 128:
Action: Format Value
Field: COMMENT
Formatstring: $if($eql(128,%_bitrate%),Low Quality,%comment%)
I knew it'd be possible. What a great piece of software 
Thanks a lot 