How can I stop this from happening?

Any questions? Need some help?
Post Reply
Arsia
Posts: 18
Joined: 05 Oct 2018, 02:08

How can I stop this from happening?

Post by Arsia »

Image

This was a really bad match.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: How can I stop this from happening?

Post 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?
:idea: Please read the FAQ and How to Request Help.
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: How can I stop this from happening?

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

Re: How can I stop this from happening?

Post 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.
:idea: Please read the FAQ and How to Request Help.
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: How can I stop this from happening?

Post 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
Arsia
Posts: 18
Joined: 05 Oct 2018, 02:08

Re: How can I stop this from happening?

Post by Arsia »

Hm, problem is I'm using amc here so it's automatically seeing these as movies rather than specials.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: How can I stop this from happening?

Post 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.
:idea: Please read the FAQ and How to Request Help.
Post Reply