if the new scraped path exists,
then use a diff. rename format
it must be something to do with ?:
def dest = rename(file:files, format:format.mov, db:'TheMovieDB')
or can it be done within the format only ? // best option
or ?
it most move all movies to their own folder with pics + nfo
result:
movie (year) // only use movie [DK] (year) if movie (year) exists
or movie (year) + movie [DK] (year)
EDIT:
looks like it works in GUI but not in amc format

{def destfolder = file.parentFile/ny as File; !destfolder.exists() ? n+' [DK] '+'('+y+')': ny}/{fn}