I am trying to rename posters and banners in the main folder with the movie but it appears i am not smarter than a 5th grader here is what i have for the format in the gui T:/new/{fn.contains('3D') || fn.contains('3-D')|| fn.contains('3d') ? "3D\\":"Movies\\"}{def n0 = any{collection}{n}.sortName ...
I feel so close, problem is that on a collection i get T:\new\Movies\M\The Matrix Collection\A\The Animatrix [2003] instead of T:\new\Movies\M\The Matrix Collection\The Animatrix [2003] what i now have is
It would seem i can get one or the other, but not both the code below will remove the 'the' and put 'the animartix' into T:\new\movies\m\the matrix collection
I have not been able to figure out a simple 'if' statment. I would like to use the {collections} for movies. i put my movies in to alpha folders and do not use the 'the' ie Her would be in t:/H/Her/her.mkv problem arises for collections where the movie name does not start with the same letter as ...
I am currently using the GUI v4.0 on windoze for my movies i use t:\new\Movies\{n =~ /^(?i)[a-z]/ ? n.replaceAll('The ','').getAt(0) : '0-9'}\{n} [{y}]\{n} [{y}] [ID IMDB tt{imdb.imdbid}]{fn.contains('trl') || fn.contains('trailer') ? '.'+'[Trailer-IMDB]':""}{" CD$pi"} if i have a file with ...