I’ve just started using songkong headless, but I want to run my own renaming mask. How can I edit it?
I have tried adding it to songkong.properties in the base folder, but it doesn’t get loaded.
These are the lines I have added:
filenameMasks28=[CATALOG] RELEASETITLE [MEDIATYPE]/ARTIST - TRACKTITLE [CATALOG] \\:bracket(catalogno) + ' ' + ifnotempty(album,'') + ' ' + bracket(media) + '/' + ifnotempty(artist,' - ') + ifnotempty(title,' ') + bracket(catalogno)
javascriptFunctions7=function bracket(value){\\n return value.length > 0 ? '[' + value + ']': '';\\n }
is this unsupported, or is there an error in my syntax?
I have used the same mask in Jaikoz with success.