Help for accurate tv shows name detection
Posted: 23 Apr 2016, 23:10
Hello,
I use a script to run Filebot in cli mode and I would like to have some tips to be able to get proper tv shows name.
Currently I use the folowing command:
filebot -rename "$dir"/* --db "TheTVDB" --lang es --q "$dir" --format "$fb_format" --encoding utf8 -non-strict
$dir is the directory where the files are stored but also is the name of the tv show. I can modify it freely before running Filebot.
This usually works great, but there are some tv shows that are not recognized properly. For example "The Catch", Filebot decide that correct tv show is "The Catch (UK)" with is not correct.
I've been able to force the correct name using --filter option, but as it is in a script I would prefer other option, like renaming in advance tv show name to something that --q option can use.
I would like to know if there is any way to help Filebot to select the correct one, for example providing the tv show ID used in TheTVDB or the year of the show or something like this. Then I could rename it from "The Catch" to "The Catch 2016" or wathever. I've already tried to include year and tv show ID with no luck.
Thanks in advance.
Lukeid
I use a script to run Filebot in cli mode and I would like to have some tips to be able to get proper tv shows name.
Currently I use the folowing command:
filebot -rename "$dir"/* --db "TheTVDB" --lang es --q "$dir" --format "$fb_format" --encoding utf8 -non-strict
$dir is the directory where the files are stored but also is the name of the tv show. I can modify it freely before running Filebot.
This usually works great, but there are some tv shows that are not recognized properly. For example "The Catch", Filebot decide that correct tv show is "The Catch (UK)" with is not correct.
I've been able to force the correct name using --filter option, but as it is in a script I would prefer other option, like renaming in advance tv show name to something that --q option can use.
I would like to know if there is any way to help Filebot to select the correct one, for example providing the tv show ID used in TheTVDB or the year of the show or something like this. Then I could rename it from "The Catch" to "The Catch 2016" or wathever. I've already tried to include year and tv show ID with no luck.
Thanks in advance.
Lukeid