[AMC] Wrong movie detection

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Digital God
Posts: 7
Joined: 13 Jan 2014, 06:41

[AMC] Wrong movie detection

Post by Digital God »

Greetings. I've downloaded cartoon with some shorts movies (not extras, trailers or something else). Folder structure is:

Code: Select all

Despicable.Me.2010/
    Shorts/
        Banana.mkv
        Home Makeover.mkv
        Orientation Day.mkv
    Despicable.Me.2010.1080p.mkv
AMC script renames:

Code: Select all

Despicable.Me.2010.1080p.mkv -> Despicable Me (2010).mkv
Banana.mkv -> Despicable Me (2010) CD 1.mkv
Home Makeover.mkv -> Despicable Me (2010) CD 2.mkv
Orientation Day ->  Orientation Day (2010).mkv
Using filebot gui detects all cartoons corectly. On TheTMDB all this "shorts" exists as separate cartoon and are found by file name.
How can i correct amc script? The first thing that comes to mind - add to the exceptions "shorts"
User avatar
rednoah
The Source
Posts: 23933
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [AMC] Wrong movie detection

Post by rednoah »

I'd start by putting those "movies" into a folder that doesn't indicate another movie. ;)
:idea: Please read the FAQ and How to Request Help.
Digital God
Posts: 7
Joined: 13 Jan 2014, 06:41

Re: [AMC] Wrong movie detection

Post by Digital God »

rednoah wrote:I'd start by putting those "movies" into a folder that doesn't indicate another movie. ;)
I suspect that this is the best solution, but files are downloaded by torrent client and amc is executed automatically.
I've no problems with tv series, but movies... Maybe it is possible to postpone unclear results, i.e put in another directory?
User avatar
rednoah
The Source
Posts: 23933
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [AMC] Wrong movie detection

Post by rednoah »

That's the trade-off you make by specifying -non-strict. If you do not specify -non-strict less files will be processed, but the ones that are will more likely be correct.
--def unsorted=y Move media files that cannot be identified to a separate folder
:idea: Please read the FAQ and How to Request Help.
Digital God
Posts: 7
Joined: 13 Jan 2014, 06:41

Re: [AMC] Wrong movie detection

Post by Digital God »

Great. Now it's OK.
Post Reply