Error automatically detect tv show movie

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
diek
Posts: 3
Joined: 29 Oct 2015, 12:20

Error automatically detect tv show movie

Post by diek »

Hello I have a problem with this line code, the problem is that the automatically detect movie tv show doesn't work good, and many movies for example pacific rim is mismatch as tv show pacific.
Any idea? with different input folder? for tvshows or movies, or with labels. I try but I don't know

filebot -script fn:amc --output "d:/incoming/descargas/descargado" --log-file amc.log --action copy --conflict override -non-strict --def music=y --lang es --def "seriesFormat=d:/incoming/series/{n}/{'Temporada'+' '+s}/{n} - {sxe} - {t}" "movieFormat=e:/incoming/pelis/{n} {'('+y+')'}" "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Error automatically detect tv show movie

Post by rednoah »

1.
Post logs for cases that don't work as expected.

2.
You can use labels (e.g. "movie") to force movie mode. You can also use better folder structure (e.g. parent folder called "Movies") to help with auto-detection. See amc manual for details.
:idea: Please read the FAQ and How to Request Help.
diek
Posts: 3
Joined: 29 Oct 2015, 12:20

Re: Error automatically detect tv show movie

Post by diek »

Ohhh :o , I wasted hours searching in forum and google, trying different command line and the only thing to do is rename the utorrent download folder "peliculas"(spanish) to "movies"(english), try to indicate this in any place of the Setup Instructions topic.


Thanks for all.
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Error automatically detect tv show movie

Post by rednoah »

That'll work. But the recommend way of doing things is using labels.
:idea: Please read the FAQ and How to Request Help.
Post Reply