Failing to match TV show Spider-Man 1967

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
plittlefield
Posts: 101
Joined: 09 Mar 2014, 19:15

Failing to match TV show Spider-Man 1967

Post by plittlefield »

OK, what am I doing wrong here?

Code: Select all

$ /usr/bin/filebot -script fn:amc --output "/home/paully/Plex" --log-file "/home/paully/.filebot/logs/amc.log" --action copy --conflict override -non-strict --def "seriesFormat=TV/{n}/{n} {s00e00}" -rename "/home/paully/Downloads/Videos/ToDo/SpiderMan1967/001a - The Power of Dr. Octopus.avi" --q "Spider-Man 1967" --db TheTVDB --lang en

Locking /home/paully/.filebot/logs/amc.log
Run script [fn:amc] at [Tue Apr 25 12:49:41 BST 2017]
Parameter: seriesFormat = TV/{n}/{n} {s00e00}
Argument[0]: /home/paully/Downloads/Videos/ToDo/SpiderMan1967/001a - The Power of Dr. Octopus.avi
Input: /home/paully/Downloads/Videos/ToDo/SpiderMan1967/001a - The Power of Dr. Octopus.avi
001a - The Power of Dr. Octopus.avi [series: Spider-Man and His Amazing Friends, movie: Spider-Man (2002)]
Exclude Series: Spider-Man and His Amazing Friends
Group: [tvs:null, mov:spider man 2002] => [001a - The Power of Dr. Octopus.avi]
Rename movies using [TheMovieDB]
Looking up movie by query [Spider-Man 1967]
CmdlineException: Failed to find a valid match: []
Finished without processing any files
Failure (°_°)
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Failing to match TV show Spider-Man 1967

Post by rednoah »

1.
It's probably a combination of strange corner cases.

* If the folder was "Spider-Man" and not "SpiderMan1967" then that would be good
* If the number was 1x01 or 01 and not 001a that would be good
* If you would force TV mode via ut_label that would be good

@see http://thetvdb.com/?tab=seasonall&id=72739&lid=7


2.
This is probably the kinda tricky case where it's good to use the GUI, or force --q if you're using the CLI.
:idea: Please read the FAQ and How to Request Help.
plittlefield
Posts: 101
Joined: 09 Mar 2014, 19:15

Re: Failing to match TV show Spider-Man 1967

Post by plittlefield »

OK, thanks. I will try a few things out.
Post Reply