here is what i have for the format in the gui
Code: Select all
T:/new/{fn.contains('3D') || fn.contains('3-D')|| fn.contains('3d') ? "3D\\":"Movies\\"}{def n0 = any{collection}{n}.sortName().charAt(0); n0.isDigit() ? "0-9\\" : "$n0\\"}{("$collection\\").replace(':',' ').replaceAll(/[?]/, '')}{(n ?: n).replace(':',' ').replaceAll(/[?]/, '')} {' [' + fn.matchAll(/uncensored|remastered|unrated|extended|special edition/)*.upperInitial()*.lowerTrail().sort().join(', ') + ']'} [{y}]\{def n0 = any{(n).replace(':',' ').replaceAll(/[?]/, '')}{n}?: "$n0\\"}{fn.contains('3D') || fn.contains('3-D')|| fn.contains('3d') ? "3D":""}{'.3D'+fn.matchAll(/sbs|tab/)*.upper().sort().join(', ')}{' [' + fn.matchAll(/uncensored|remastered|unrated|extended|special edition/)*.upperInitial()*.lowerTrail().sort().join(', ') + ']'} [{y}] {fn.contains('2160p')? "2160p":""} [ID IMDB {imdbid}]{fn.contains('trl') || fn.contains('Trailer')|| fn.contains('Official')|| fn.contains('trailer') ? '-'+'trailer':""}{if (ext =~ /jpg|png|gif/)'.'+fn.match(/(banner|videoimage|wide|fanart|poster)$/)}{any{subt}{f.subtitle ? fn =~ /forced/ ? '.eng.forced' : '.eng' : null}}
it does not seem to grab the .png or the .jpg files
