I've done a search and found the code for calculating an average bitrate:
$loop(%_filename_ext%)$puts(Vbitrate,$add($get(Vbitrate),%_bitrate%))
$puts(cnt1,$add($get(cnt1),1))$loopend()$div($get(Vbitrate),$get(cnt1))
What I haven't found (or been able to figure out) is how to use this to rename the directory based on this output. What I would like is a path like \music\artist\album-[avg bitrate]. What I've gotten so far on my first attempt is a separate directory for each song with that song's bitrate in the directory name. Not quite what I was hoping for. Any suggestions (if this is possible?)
Thanks!