For the media comparison make sure you use the proper casing, equality checks are case sensitive. So it’s CD, not cd, and Vinyl, not vinyl.
For the bitrate you’d usually use $eq, not $eq_any because this is not multi-value.
But the actual reason is that you need to compare against 128.0, not 128. See e.g.
3 Likes