help with movies detected as tv shows

Any questions? Need some help?
Post Reply
marine88
Posts: 15
Joined: 24 Nov 2014, 13:05

help with movies detected as tv shows

Post 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
User avatar
rednoah
The Source
Posts: 23942
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: help with movies detected as tv shows

Post 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.
:idea: Please read the FAQ and How to Request Help.
marine88
Posts: 15
Joined: 24 Nov 2014, 13:05

Re: help with movies detected as tv shows

Post by marine88 »

So i need to have 1 label for tv and other for movies right?
User avatar
rednoah
The Source
Posts: 23942
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: help with movies detected as tv shows

Post 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.
:idea: Please read the FAQ and How to Request Help.
marine88
Posts: 15
Joined: 24 Nov 2014, 13:05

Re: help with movies detected as tv shows

Post 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
Post Reply