Title matching issue

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
poochie2
Posts: 21
Joined: 16 Jun 2018, 13:55

Title matching issue

Post by poochie2 »

Hello Master, was wondering if there is an easy wat to understand how should I name this file for detection:

Code: Select all

filebot -script 'fn:amc' '/volume1/video/Sources/Downloaded New' --output /volume1/video/ --order Airdate --conflict skip --lang en --def 'unsorted=n' 'subtitles=eng,ita' 'skipExtract=y' 'plex=***' 'excludeList=.excludes' --format {plex} --log all -non-strict --action test
Run script [fn:amc] at [Thu Apr 25 15:59:27 CEST 2019]
Parameter: unsorted = n
Parameter: subtitles = eng,ita
Parameter: skipExtract = y
Parameter: plex = *****
Parameter: excludeList = .excludes
Argument[0]: /volume1/video/Sources/Downloaded New
Use excludes: /volume1/video/.excludes (0)
Input: /volume1/video/Sources/Downloaded New/Che Part Two (2009)/Che Part Two (2009).mkv
Group: [Movie:Che: Part Two (2008), Series:null] => [Che Part Two (2009).mkv]
Rename movies using [TheMovieDB]
Skipped [/volume1/video/Sources/Downloaded New/Che Part Two (2009)/Che Part Two (2009).mkv] because [/volume1/video/Movies/Che - Part One (2008)/Che - Part One (2008).mkv] already exists
Processed 0 files
Finished without processing any files
Abort (×_×)
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Title matching issue

Post by rednoah »

1.
If the amc script doesn't work, then you can just use the GUI which will give you a selection.

If you're keen on using the CLI, then you can use the CLI in interactive mode:
viewtopic.php?f=3&t=4398


2.
Here's what I get:

Code: Select all

Input: Che Part Two (2009).mkv
Group: [Movie:Che: Part Two (2009)] => [Che Part Two (2009).mkv]
Rename movies using [TheMovieDB]
Auto-detect movie from context: [Che Part Two (2009).mkv]
[TEST] from [Che Part Two (2009).mkv] to [Movies/Che - Part Two (2009)/Che - Part Two (2009).mkv]
:idea: Please run filebot -script fn:sysinfo and post the output.
:idea: Please read the FAQ and How to Request Help.
poochie2
Posts: 21
Joined: 16 Jun 2018, 13:55

Re: Title matching issue

Post by poochie2 »

I actually never used the GUI, this is the kind of tool that I like to script into routines. Good stuff about interactive mode, there is always something new to learn :D.

PS: interestingly it did not show me any titles, just asking if the file should be tested or not. :o
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: Title matching issue

Post by kim »

https://www.themoviedb.org/movie/8880-che-part-two
Che: Part Two (2009) vs Filebot = Che - Part One (2008)
why is it 2008 in Filebot ?

from API
release_date "2008-09-05"
error on themoviedb ?

well using API release_dates
iso_639_1 "es"
release_date "2008-09-05T00:00:00.000Z"
= yes, problem @ themoviedb

when/if fixed the correct year in filename is 2009 and not 2008 like now in filebot
France
- 5/21/2008 Premiere Cannes Film Festival

Germany
- 7/23/2009 12 Theatrical

Greece
en 9/13/2018 Theatrical

Spain
es 2/27/2009 Theatrical

United Kingdom
- 10/25/2008 15 Premiere London Film Festival

United States
- 1/24/2009 R Theatrical
btw: only Theatrical counts here
poochie2
Posts: 21
Joined: 16 Jun 2018, 13:55

Re: Title matching issue

Post by poochie2 »

I see, will fix it manually then!
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Title matching issue

Post by rednoah »

Oddly enough, it works out of the box for me, with 2009 as year, so no idea what was different when you ran the command on your files?

Code: Select all

[TEST] from [Che Part Two (2009).mkv] to [Movies/Che - Part Two (2009)/Che - Part Two (2009).mkv]
:idea: Please read the FAQ and How to Request Help.
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: Title matching issue

Post by kim »

FYI: it's fixed on themoviedb's API now
poochie2
Posts: 21
Joined: 16 Jun 2018, 13:55

Re: Title matching issue

Post by poochie2 »

kim wrote: 26 Apr 2019, 15:07 FYI: it's fixed on themoviedb's API now
:O
Post Reply