I have an album: Mahler_ Symphony no. 9 and Ruckert-Lieder
the renaming mask is
ifnotempty(composer,’/’)
- ifnotempty(album,’/’)
- ifnotempty(conductor,’’)
- ifnotempty(’-’ + orchestra,’’)
- ifnotempty(’-’ + originalyear,’’)
- ‘/’
- ifnotempty(pad(discno,2), ‘’)
- ifnotempty(’-’ + pad(trackno,2),’ - ')
- title
This has been working so far with little tweaks here and there. But when I run it on the above album, it does not renames or create the proper directory structure.
I am certain the meta information exists for this to work. See screen shots. I will upload support files in a moment.