As example I have the album Das Lied von der Erde (several of them) I am trying to do a renamin scheme that organizes my file structure like this for classical (Composer/Album/Conductor/track name).
If I open mp3tager or musicbee I see the conductor field populated.
But when I run filerenamer with this
ifnotempty(composer,'/')
+ ifnotempty(album,'/')
+ ifnotempty(conductor.replace(';',' & '), '/')
+ ifnotempty(pad(discno,2), '')
+ ifnotempty('-' + pad(trackno,2),' - ')
+ title
It fails to create the conductor folder. I swear the conductor field as shown in mp3tager and music bee has Fritz Riener. I opened SongKong and went to manual edit under people the conductor field and most fields are empty.