For this script:
ifnotempty2(albumartist.substring(0,1),artist.substring(0,1),’/’)
Which will it choose if both album artist and Artist are not empty?
I would like default to be Artist if both exist.
Thanks
For this script:
ifnotempty2(albumartist.substring(0,1),artist.substring(0,1),’/’)
Which will it choose if both album artist and Artist are not empty?
I would like default to be Artist if both exist.
Thanks