Page 1 of 1

How can I stop this from happening?

Posted: 20 Apr 2019, 09:46
by Arsia
Image

This was a really bad match.

Re: How can I stop this from happening?

Posted: 20 Apr 2019, 13:19
by rednoah
What's the command?

Are you perhaps somehow forcing FileBot to interprete these episode files as movies?

How would you want these files to be processed? Does TheMovieDB even have Featurettes in it's database?

Re: How can I stop this from happening?

Posted: 20 Apr 2019, 16:40
by kim
https://www.themoviedb.org/tv/4194-star-wars-the-clone-wars/season/0/episode/104

https://www.themoviedb.org/tv//4194-star-wars-the-clone-wars/season/0/episode/104/changes?language=en-US

Re: How can I stop this from happening?

Posted: 20 Apr 2019, 17:40
by rednoah
If it's a TV Show special episode, and if it can be matched by episode title, then forcing TV mode (e.g. TheTVDB or TheMovieDB::TV) might do the trick.

Re: How can I stop this from happening?

Posted: 20 Apr 2019, 21:58
by kim
You need to tell Filebot the name of the show:
e.g. put file in "Star Wars - The Clone Wars" folder
or

Code: Select all

filebot -rename -non-strict --db TheMovieDB::TV --format "{plex}" --action test --q "Star Wars - The Clone Wars" "D:\temp\Magic of the Holocton Episodes.mp4"
test with

Code: Select all

filebot -list --q "Star Wars - The Clone Wars" --db TheMovieDB::TV --filter "n == /Magic of the Holocton Episodes/"
or

Code: Select all

filebot -list --q "Star Wars - The Clone Wars" --db TheMovieDB::TV --filter "t == /Magic of the Holocton Episodes/"
{plex} =
TV Shows/Star Wars - The Clone Wars/Specials/Star Wars - The Clone Wars - S00E104 - Magic of the Holocton Episodes

Re: How can I stop this from happening?

Posted: 22 Apr 2019, 07:20
by Arsia
Hm, problem is I'm using amc here so it's automatically seeing these as movies rather than specials.

Re: How can I stop this from happening?

Posted: 22 Apr 2019, 08:47
by rednoah
Sorry, the amc script has no reasonable way of identifying these files as Star Wars - The Clone Wars Special Episodes. You could force TV mode, but it'd still would be able to guess Star Wars - The Clone Wars based on the file path.

:idea: I'd do something like --def ignore= Featurettes to just ignore all of them, and the process them manually.