"--conflict auto" argument not working properly?
Posted: 24 Mar 2017, 01:06
Hello,
First my "fn:sysinfo"
Everything seems fine.
Now I got a better version of a certain movie and for the first time I tried to use "--conflict auto".
Then after I edit excludes file, I proceed to delete "/home/user/fb/output/Movies/My Movie (1996)" and all its contents by using the same user that I use to run filebot. No issue there so this doesn't seem like it has to do with permissions.
So I run it again:
Of course I checked again whether the folder was properly deleted and found nothing.
Any advice?
First my "fn:sysinfo"
Code: Select all
$ filebot -script fn:sysinfo
FileBot 4.7.8 (r4846)
JNA Native: 5.1.0
MediaInfo: 0.7.93
p7zip: Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,32 bits,1 CPU LE)
Chromaprint: 1.4.1
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2017-03-20 (r484)
Groovy: 2.4.8
JRE: Java(TM) SE Runtime Environment 1.8.0_121
JVM: 32-bit Java HotSpot(TM) Client VM
CPU/MEM: 1 Core / 247 MB Max Memory / 9 MB Used Memory
OS: Linux (arm)
Package: PORTABLE
Data: /home/user/.config/filebot
uname: Linux host 4.9.16-1-ARCH #1 SMP Sun Mar 19 20:16:01 UTC 2017 armv6l GNU/Linux
Done ヾ(@⌒ー⌒@)ノ
Everything seems fine.
Now I got a better version of a certain movie and for the first time I tried to use "--conflict auto".
Code: Select all
$ filebot -script fn:amc --output "/home/user/output" --conflict auto --action hardlink -non-strict "/home/user/input/movies" --def "@/home/user/fb/config/amc.args"
Run script [fn:amc] at [Thu Mar 23 20:37:17 EET 2017]
Parameter: subtitles = en,el
Parameter: music = y
Parameter: unsorted = y
Parameter: excludeList = /home/user/fb/config/amc.excludes
Parameter: seriesFormat = Series/{n}/{episode.special ? 'Special' : 'Season '+s.pad(2)}/{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00} - {t.replaceAll(/[`´‘’ʻ]/, /'/).replaceAll(/[!?.]+$/).replacePart(', Part $1')}{'.'+lang}
Argument[0]: /home/user/fb//input/movies
Use excludes: /home/filemedia/fbWork/config/amc.excludes (15)
Input: /home/user/fb/input/movies/My.movie.1996.1080p
Group: [mov:my movie 1996] => [My.movie.1996.1080p]
Rename movies using [TheMovieDB]
Auto-detect movie from context: [/home/user/fb/input/movies/My.movie.1996.1080p]
Failed to read media info: java.lang.IllegalArgumentException: Invalid media file: /home/user/fb/output/Movies/My Movie (1996)/My Movie (1996)/VIDEO_TS/VIDEO_TS.VOB
[AUTO] Unable to delete [/home/user/fb/output/Movies/My Movie (1996)/My Movie (1996)]
Skipped [/home/user/fb/input/movies/My.movie.1996.1080p] because [/home/user/fb/output/Movies/My Movie (1996)/My Movie (1996)] already exists
Processed 0 files
Finished without processing any files
Failure (°_°)
So I run it again:
Code: Select all
filebot -script fn:amc --output "/home/user/output" --conflict auto --action hardlink -non-strict "/home/user/input/movies" --def "@/home/user/fb/config/amc.args"
Run script [fn:amc] at [Thu Mar 23 20:37:17 EET 2017]
Parameter: subtitles = en,el
Parameter: music = y
Parameter: unsorted = y
Parameter: excludeList = /home/user/fb/config/amc.excludes
Parameter: seriesFormat = Series/{n}/{episode.special ? 'Special' : 'Season '+s.pad(2)}/{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00} - {t.replaceAll(/[`´‘’ʻ]/, /'/).replaceAll(/[!?.]+$/).replacePart(', Part $1')}{'.'+lang}
Argument[0]: /home/user/fb//input/movies
Use excludes: /home/filemedia/fbWork/config/amc.excludes (15)
Input: /home/user/fb/input/movies/My.movie.1996.1080p
Group: [mov:my movie 1996] => [My.movie.1996.1080p]
Rename movies using [TheMovieDB]
Auto-detect movie from context: [/home/user/fb/input/movies/My.movie.1996.1080p]
Failed to read media info: java.lang.IllegalArgumentException: Invalid media file: /home/user/fb/output/Movies/My Movie (1996)/My Movie (1996)/VIDEO_TS/VIDEO_TS.VOB
[AUTO] Unable to delete [/home/user/fb/output/Movies/My Movie (1996)/My Movie (1996)]
Skipped [/home/user/fb/input/movies/My.movie.1996.1080p] because [/home/user/fb/output/Movies/My Movie (1996)/My Movie (1996)] already exists
Processed 0 files
Finished without processing any files
Failure (°_°)
Any advice?