Can't force Movie/Series mode (AMC)
Posted: 12 Sep 2016, 09:34
I've seen this in the "Automated Media Center" thread:
This is my current script:
Thanks
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?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.
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"