I'm trying to modify amc.groovy so that it will keep the original nfo-file for movies but not for tv-shows.
I've succeded to include the nfo file by adding f.hasExtension('nfo') as inputfile, but how can I get it to ignore for tv-shows?
I don't think *.nfo files are included one way or another, since the amc script will generate them anyway if required.
I suppose you could try including *.nfo files in the beginning when files are selected, then then exclude *.nfo just before the TV show specific rename call.