SongKong Jaikoz

SongKong and Jaikoz Music Tagger Community Forum

FirstLetterOfArtist/AlbumArtistorArtist/Album/Track-Title-Artist

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

It would be albumartist, for it to be artist change to

ifnotempty2(artist.substring(0,1),albumartist.substring(0,1),'/')
1 Like