Any questions? Need some help?
Arsia
Posts: 18 Joined: 05 Oct 2018, 02:08
Post
by Arsia » 20 Apr 2019, 09:46
This was a really bad match.
rednoah
The Source
Posts: 23928 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 20 Apr 2019, 13:19
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?
kim
Power User
Posts: 1251 Joined: 15 May 2014, 16:17
Post
by kim » 20 Apr 2019, 16:40
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
rednoah
The Source
Posts: 23928 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 20 Apr 2019, 17:40
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.
kim
Power User
Posts: 1251 Joined: 15 May 2014, 16:17
Post
by kim » 20 Apr 2019, 21:58
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
Post
by Arsia » 22 Apr 2019, 07:20
Hm, problem is I'm using amc here so it's automatically seeing these as movies rather than specials.
rednoah
The Source
Posts: 23928 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 22 Apr 2019, 08:47
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.
I'd do something like
--def ignore= Featurettes to just ignore all of them, and the process them manually.