Hi there,
My music library is setup with a folder structure like this
e:\music\first letter of artist name\artist\album\
up until recently (sorry, not sure exactly when to the date or release #), the following rename mask was working as expected per the folder structure:
ifnotempty2(albumartist.substring(0,1),artist.substring(0,1),'/')
+ ifnotempty2(albumartist,artist,'/')
+ ifnotempty(album,'/')
+ ifnotempty2(albumartist,artist,' - ')
+ ifnotempty(album,' - ')
+ ifmultidisc(ifnotempty(pad(discno,2),' - '))
+ ifnotempty(pad(trackno,2),' - ')
+ title
at some point, as you can see in the screen shot here, the first letter portion of the mask stopped working. i am not sure if i mucked something up , or if something broke with songkong.
how can i get this working again? i am making quite the mess of my collection and could use some help to fix it if there is any additional info/logging/etc i can provide to assist, please let me know.
<3