docker-filebot icon indicating copy to clipboard operation
docker-filebot copied to clipboard

[Feature request] Set movieDB and seriesDB in the environment

Open update-freak opened this issue 1 year ago • 1 comments

Idea

Hi, is it possible to set

  • movieDB=TheMovieDB
  • seriesDB=TheTVDB

in the environment or is this the default setting? If not then this could be an improvement to add this option.

update-freak avatar Aug 06 '23 11:08 update-freak

You should be able to set these parameters via the AMC_CUSTOM_OPTIONS environment variable. For example, AMC_CUSTOM_OPTIONS=--def movieDB=TheMovieDB.

jlesage avatar Oct 06 '23 13:10 jlesage

yes this is possible but not possible down the line farther with --def movieDB=TheMovieDB seriesDB=TheMovieDB::TV

the : mess up the yaml unless its in " " but that has to be supported on the back end of the Dockerfile

as of writing. its only possible to set the movie db to TMDB and the series to TVDB if it does not need any :

ripsnortntear avatar Aug 09 '24 18:08 ripsnortntear

thanks. I for the info. I will close this ticket

update-freak avatar Aug 10 '24 13:08 update-freak