Configure Default Database
Posted: 09 Dec 2020, 11:11
FileBot uses TheMovieDB (for Movies) and TheMovieDB/TV (for TV Series) and TheMovieDB/TV (Absolute Order) (for Anime Series) by default (unless otherwise specified) in filebot -rename calls and Smart Mode: Automatic actions.
You can configure filebot to use TheMovieDB by default for all content types like so:
If you are using the amc script, then there are dedicated script parameters for that:
Note that --db TheMovieDB refers to TheMovieDB for Movies and --db TheMovieDB::TV refers to TheMovieDB for TV Shows.
You can configure filebot to use TheMovieDB by default for all content types like so:
Shell: Select all
filebot -script fn:properties --def movie.db=TheMovieDB --def series.db=TheMovieDB::TV --def anime.db=TheMovieDB::TV
If you are using the amc script, then there are dedicated script parameters for that:
Shell: Select all
filebot -script fn:amc ... --def movieDB=TheMovieDB seriesDB=TheMovieDB::TV animeDB=TheMovieDB::TV
Note that --db TheMovieDB refers to TheMovieDB for Movies and --db TheMovieDB::TV refers to TheMovieDB for TV Shows.