Source for CD1 and CD 2 Renaming question
Posted: 27 Feb 2014, 02:36
Hello everyone,
Currently I am using Filebot via commandline to rename my files. I have the following bat file that I use for movies. The issue that I am having is that I cannot get multiple CD movies renamed correctly. The {'.'+[CD$pi]} does not seem to work in my script.
filebot -script fn:amc %* --def "movieFormat=\\\\TITANSERVER/Movies/Movies/{n} ({y}) [{imdbid}]/{n} ({y}) [{imdbid}]{'.'+[vf]}{'.'+[resolution]}{'.'+[vc]}{'.'+[ac]}{'.'+[af]}{'.'+[source]}{'.'+[CD$pi]}" -r --action copy --conflict override -non-strict --db IMDB --def subtitles=en --def backdrops=y --def artwork=y --def clean=n --def ut_label=movie
I tried to modify from the FileBot help pages that list the following:
{n} ({y}){" CD$pi"}
The Man from Earth (2007) CD1
My input might look like this
Folder called
25th.Hour.LIMITED.DVDRip.XViD-ViTE
Inside the folder the following files
t25h-cd1-xvid.avi
t25h-cd2-xvid.avi
t25h-sample-xvid.avi
vite-xvid-25th.nfo
It seems to rename the first file, but not the second in the CD1-CD2 series.
It also seems to have a problem when disc are labeled A and B.
I think I have a problem with how to write my command line command and maybe how the files are initially labeled.
Any help is appreciated.
-S
Currently I am using Filebot via commandline to rename my files. I have the following bat file that I use for movies. The issue that I am having is that I cannot get multiple CD movies renamed correctly. The {'.'+[CD$pi]} does not seem to work in my script.
filebot -script fn:amc %* --def "movieFormat=\\\\TITANSERVER/Movies/Movies/{n} ({y}) [{imdbid}]/{n} ({y}) [{imdbid}]{'.'+[vf]}{'.'+[resolution]}{'.'+[vc]}{'.'+[ac]}{'.'+[af]}{'.'+[source]}{'.'+[CD$pi]}" -r --action copy --conflict override -non-strict --db IMDB --def subtitles=en --def backdrops=y --def artwork=y --def clean=n --def ut_label=movie
I tried to modify from the FileBot help pages that list the following:
{n} ({y}){" CD$pi"}
The Man from Earth (2007) CD1
My input might look like this
Folder called
25th.Hour.LIMITED.DVDRip.XViD-ViTE
Inside the folder the following files
t25h-cd1-xvid.avi
t25h-cd2-xvid.avi
t25h-sample-xvid.avi
vite-xvid-25th.nfo
It seems to rename the first file, but not the second in the CD1-CD2 series.
It also seems to have a problem when disc are labeled A and B.
I think I have a problem with how to write my command line command and maybe how the files are initially labeled.
Any help is appreciated.
-S