Any questions? Need some help?
marine88
Posts: 15 Joined: 24 Nov 2014, 13:05
Post
by marine88 » 24 Nov 2014, 17:14
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
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
rednoah
The Source
Posts: 23942 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 24 Nov 2014, 18:05
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.
marine88
Posts: 15 Joined: 24 Nov 2014, 13:05
Post
by marine88 » 24 Nov 2014, 18:14
So i need to have 1 label for tv and other for movies right?
rednoah
The Source
Posts: 23942 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 25 Nov 2014, 05:14
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.
marine88
Posts: 15 Joined: 24 Nov 2014, 13:05
Post
by marine88 » 25 Nov 2014, 11:26
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