Code: Select all
Music/{artist}/{album} {y}/{pi.pad(2)} - {t} - [{audio[0].bitratestring}]

This would make a file named "s].mp3" put in the "07 - Crazy Bitch - [249 kb" folder.
I was able to find a work around for him, by adding
Code: Select all
.replace('/', 'p')
Code: Select all
Music/{artist}/{album} {y}/{pi.pad(2)} - {t} - [{audio[0].bitratestring.replace('/', 'p')}]

Just thought i'd bring it you your attention, as the fix isn't obvious to most. Maybe change kb/s to kbps in the audio.bitratestring expression if possible?
Cheers