Page 1 of 1

Can't force Movie/Series mode (AMC)

Posted: 12 Sep 2016, 09:34
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

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

Posted: 12 Sep 2016, 10:25
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

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

Posted: 12 Sep 2016, 18:10
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.

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

Posted: 13 Sep 2016, 03:04
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. ;)