Can't force Movie/Series mode (AMC)

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
skizoo90
Posts: 2
Joined: 12 Sep 2016, 09:26

Can't force Movie/Series mode (AMC)

Post by skizoo90 »

I've seen this in the "Automated Media Center" thread:
You can (and should) force Movie/Series/Anime mode or force ignore files via labels, e.g. label as Movie to force TheMovieDB, Series to force TheTVDB, Anime to force AniDB, or other to ignore all files. Alternatively, folder names such as Movies/TV Shows/Anime may also be used to force a specific mode.
I have my torrents in qBitorrent organized in categories such as Movies, Series, Games, etc. However, filebot is copying my games to my media folder as movies or tv shows (matched the last game of Tomb Raider as a movie with a similar name). How can I force Movies/Series category only? Or how to force ignore Games label?

This is my current script:

Code: Select all

filebot -script fn:amc --output "D:\Media" --action duplicate --lang es --conflict skip -non-strict --log-file amc.log --def excludeList=amc.excludes unsorted=y "ut_dir=%F" "ut_kind=multi" "ut_title=%N" "ut_label=%L"
Thanks
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Can't force Movie/Series mode (AMC)

Post by rednoah »

Logs?

If the label is Games, then all files will be ignored. I have strong reason to believe that the label you're passing in is not actually "Games" but something else. ;)

@see https://github.com/filebot/scripts/blob ... groovy#L81
:idea: Please read the FAQ and How to Request Help.
skizoo90
Posts: 2
Joined: 12 Sep 2016, 09:26

Re: Can't force Movie/Series mode (AMC)

Post by skizoo90 »

rednoah wrote:Logs?

If the label is Games, then all files will be ignored. I have strong reason to believe that the label you're passing in is not actually "Games" but something else. ;)

@see https://github.com/filebot/scripts/blob ... groovy#L81
Thanks! You're right. I'm using the label "Juegos" which means games in spanish. I though that the filebot would ignore anything different from Series/Movies but now I see how it works.
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Can't force Movie/Series mode (AMC)

Post by rednoah »

The amc script won't process files non-media files, but if your Game includes video files / audio files / archives it'll probably process them as usual.

If the amc script is doing something it shouldn't, please send me the logs so I can see what it's doing, so I can fix it. ;)
:idea: Please read the FAQ and How to Request Help.
Post Reply