Running FileBot from the console, Groovy scripting, shell scripts, etc
-
stevezau
- Posts: 9
- Joined: 22 Sep 2017, 03:28
Post
by stevezau »
Hi,
Can someone help me debug this. amc is not detecting 1983 tv show.
Running the below.
Code: Select all
filebot -script fn:amc --action move --conflict auto --output /data -non-strict --def ut_dir=/data/Unsorted/1983.S01E04.720p.mkv
Code: Select all
Run script [fn:amc] at [Mon Dec 24 13:13:35 AEDT 2018]
Parameter: ut_dir = /data/Unsorted/1983.S01E04.720p.mkv
Input: /data/Unsorted/1983.S01E04.720p.mkv
Group: [tvs:null] => [1983.S01E04.720p.mkv]
Finished without processing any files
Failure (°_°)
-
rednoah
- The Source
- Posts: 23955
- Joined: 16 Nov 2011, 08:59
- Location: Taipei
-
Contact:
Post
by rednoah »
You may need to do this one manually via -rename --q or with the GUI.
-
stevezau
- Posts: 9
- Joined: 22 Sep 2017, 03:28
Post
by stevezau »
thanks, that did the trick.
-
rednoah
- The Source
- Posts: 23955
- Joined: 16 Nov 2011, 08:59
- Location: Taipei
-
Contact:
Post
by rednoah »
Pasting the final working command-line call would be much appreciated, so less experienced users can learn from your experience and solution.
