Is there a way to customize these reports. I would like to have different columns. For example I rename using
ifnotempty(composer,'/')
+ ifnotempty(album,'/')
+ ifnotempty(conductor,'')
+ ifnotempty('-' + orchestra,'')
+ ifnotempty('-' + originalyear,'')
+ '/'
+ ifnotempty(pad(discno,2), '')
+ ifnotempty('-' + pad(trackno,2),' - ')
+ title
I would love to quickly spot check these values before running rename files. While I can run it in preview mode it would be easier if I could show the values I want to modify around. See picture