so i was so proud of myself, i made a (clunky) expression with variables to get avg. bitrate per album. it works great, except that for lossy files, it averages the bitrate
what i mean, is that a VBR 256 for example, will actually average out to something else (say between 200 and 300). is there a way i can alter my expression below, to capture the VBR value. so, if i've transcoded to VBR 256, i can say that if the average bitrate falls between 200-300 it will list 256 as the average, rather than the actual average?
EDIT: ok,i got it sorted now. my issue was with the custom field that i made to capture the avg. bitrate variable (i called it quality), i had some inconsistent things going on that i only notice when i tried to work with the field
now everything is working great! it's fun getting deeper into the powerful expression language, but darn it takes me a long time to get things into my thick head!