Page 1 of 1

help with movies detected as tv shows

Posted: 24 Nov 2014, 17:14
by marine88
I Im trying to make all the media content auto but im having some trouble because allmost all my movies are detected as tv shows here is a log

Code: Select all

http://pastebin.com/H04bYC90

Code: Select all

filebot -script fn:amc --log-file amc.log --action move --conflict override -non-strict --def music=y subtitles=pt,en,br,fr,es artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" --def "seriesFormat=O:/Series/{n}/{'Season ' +s.pad(2)}/{fn}" --def "movieFormat=N:/Filmes/{n} {y}/{fn}" --def plex=127.0.0.1 --def gmail=XXXXXX:XXXXXX --def deleteAfterExtract=y --def clean=y
My movies go to N:/Filmes/ and my tv shows go to O:/Series/

Thank for reading this

Re: help with movies detected as tv shows

Posted: 24 Nov 2014, 18:05
by rednoah
This will force TV mode, and force Movie mode, and as it happens, it forced TV mode:

Code: Select all

Parameter: ut_label = TV and Movies
ut_label can be TV, or it can be Movie, but it CANNOT be both.

Re: help with movies detected as tv shows

Posted: 24 Nov 2014, 18:14
by marine88
So i need to have 1 label for tv and other for movies right?

Re: help with movies detected as tv shows

Posted: 25 Nov 2014, 05:14
by rednoah
1.
When processing movies the label MUST NOT contain "TV" and when processing movies the label MUST NOT contain "Movie". If you want FileBot to auto-detect everything then you simply have to NOT SET anything. See docs for details.

2.
Stop polluting the other threads. If you have a question, make your own thread. If you think you can contribute, add a new post (i.e. a solution, not a question).

Also the answers to your questions can EASILY be found in the docs here.

Re: help with movies detected as tv shows

Posted: 25 Nov 2014, 11:26
by marine88
Ok man thank you i allready try to find the solution to remove torrent automatic when run filebot but i can“t find information for that anywhere