docker-filebot
docker-filebot copied to clipboard
[Feature request] Set movieDB and seriesDB in the environment
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.
You should be able to set these parameters via the AMC_CUSTOM_OPTIONS
environment variable. For example, AMC_CUSTOM_OPTIONS=--def movieDB=TheMovieDB
.
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 :
thanks. I for the info. I will close this ticket