Keep both and index new is skipping because of exact copy
Posted: 09 Oct 2018, 02:15
I am running the Filebot Node docker container and have File Filters > Conflict set to "Keep both and Index new file".
The command line that shows in the output window is:
However during processing a lot of the files are being skipped due to "is an exact copy and already exists" and some are not being processed at all.
Here is an excerpt from some of the output window:
However, I only have a single file - The 2160p version of the file is not present.
Can you advise what I am doing wrong?
The command line that shows in the output window is:
Code: Select all
filebot -script 'fn:amc' /volume2/movies --output /volume2/new --action move -non-strict --order DVD --conflict index --lang en --def 'skipExtract=y' 'minLengthMS=300000' 'minFileSize=100000000' 'exec=chown -R 99:100 /volume2/*' 'seriesFormat=tv_shows/{n}/Season {s.pad(2)}/{n} - {s00e00} - {t} - {vf}.{ac}.{af}' 'movieFormat=movies/{n} ({y})/{n} ({y}) - {vf}.{ac}.{af}' 'excludeList=.excludes' --log all --log-file '/usr/local/filebot-node/data/filebot.log'
Here is an excerpt from some of the output window:
Code: Select all
Rename movies using [TheMovieDB]
Auto-detect movie from context: [/volume2/movies/Pirates of the Caribbean Dead Men Tell No Tales (2017)/Pirates of the Caribbean Dead Men Tell No Tales (2017) - 1080p.AAC.6ch.mp4]
Auto-detect movie from context: [/volume2/movies/Pirates of the Caribbean Dead Men Tell No Tales (2017)/Pirates of the Caribbean Dead Men Tell No Tales (2017) - 2160p.TrueHD.8ch.mkv]
Stripping invalid characters from new path: movies/Pirates of the Caribbean: Dead Men Tell No Tales (2017)/Pirates of the Caribbean: Dead Men Tell No Tales (2017) - 1080p.AAC.6ch
Stripping invalid characters from new path: movies/Pirates of the Caribbean: Dead Men Tell No Tales (2017)/Pirates of the Caribbean: Dead Men Tell No Tales (2017) - 2160p.TrueHD.8ch
Processed 0 files
CmdlineException: Failed to process [/volume2/movies/Pirates of the Caribbean Dead Men Tell No Tales (2017)/Pirates of the Caribbean Dead Men Tell No Tales (2017) - 1080p.AAC.6ch.mp4] because [/volume2/new/movies/Pirates of the Caribbean Dead Men Tell No Tales (2017)/Pirates of the Caribbean Dead Men Tell No Tales (2017) - 1080p.AAC.6ch.mp4] is an exact copy and already exists
Code: Select all
Pirates of the Caribbean Dead Men Tell No Tales (2017) - 1080p.AAC.6ch.mp4
Can you advise what I am doing wrong?