Configure Default Database

How-to guides, frequently asked questions, not-so-obvious features, etc
Post Reply
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Configure Default Database

Post by rednoah »

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.



:idea: 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


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