AMC crashes with FileAlreadyExistsException moving movies
Posted: 15 Oct 2015, 03:23
Hi all,
I'm having some trouble configuring the AMC function to move movie files. I'm using Windows. I want to move all movies into a single folder on my NAS, which I access via a symbolic link / junction (C:\movies -> \\nas\movies). I am not using a subfolder for each movie, and I wonder if this might be part of the problem?
Here is my script:
I can manually copy files to the NAS via the symbolic link, so it's not a permissions problem. The error message that I get (below) says the file already exists, but it doesn't. I have tried this with several movie files, none of which exist and it results in the same error.
Here is the final part of the log file, containing the error:
I have tried using the --output parameter, and using the output path in --def movieFormat, and a combination, but it seems to make no difference...
I use a similar copy of the script to move TV, but that works successfully. Although, the TV does go to a separate folder per series:
If anyone has any advice that would be fantastic!
I'm having some trouble configuring the AMC function to move movie files. I'm using Windows. I want to move all movies into a single folder on my NAS, which I access via a symbolic link / junction (C:\movies -> \\nas\movies). I am not using a subfolder for each movie, and I wonder if this might be part of the problem?
Here is my script:
Code: Select all
filebot -script fn:amc --log-file C:/Users/equinox/Filebot/amc-movies.log --action move -non-strict --conflict auto "C:/Downloads/Movies-Complete" --def "movieFormat=C:/movies/{n} ({y})" --def clean=y --def excludeList=C:/Users/equinox/Filebot/amc-movies-exclude.txt --def plex=192.168.0.250 --def [email protected]:abcdefghijklmnop --def [email protected] --def storeReport=y
Here is the final part of the log file, containing the error:
Code: Select all
Auto-detect movie from context: [C:\Downloads\Movies-Complete\The Land Before Time (1988) [1080p]\The.Land.Before.Time.1988.1080p.BluRay.x264.YIFY.mp4]
[MOVE] Rename [C:\Downloads\Movies-Complete\The Land Before Time (1988) [1080p]\The.Land.Before.Time.1988.1080p.BluRay.x264.YIFY.mp4] to [C:\movies\The Land Before Time (1988).mp4]
[MOVE] Failed to rename [C:\Downloads\Movies-Complete\The Land Before Time (1988) [1080p]\The.Land.Before.Time.1988.1080p.BluRay.x264.YIFY.mp4]
FileAlreadyExistsException: C:\movies
Clean clutter files and empty folders
Finished without processing any files
Failure (°_°)
I have tried using the --output parameter, and using the output path in --def movieFormat, and a combination, but it seems to make no difference...
I use a similar copy of the script to move TV, but that works successfully. Although, the TV does go to a separate folder per series:
Code: Select all
filebot -script fn:amc --output "C:/TV" --log-file C:/Users/equinox/Filebot/amc-tv.log --action move -non-strict --conflict auto "C:/Downloads/TV-Complete" --def "seriesFormat = {n}/{'Season '+s.pad(2)}/{sxe} - {t}" --def clean=y --def excludeList=C:/Users/equinox/Filebot/amc-tv-exclude.txt --def plex=192.168.0.250 --def [email protected]:abcdefgh --def [email protected] --def storeReport=y