Within my config.yaml I've enabled something like this (only providing pertinent info here)
parameters:
data-provider.movies: tmdb
data-provider.shows: tmdb
tmdb.api-token: "my_tmdb_token"
tvdb.api-key: ""
Nowhere within the config.yaml did I enable 'tvdb' but the app refuses to start complaining about thetvdb api missing.
According to the docs I can use thetvdb and/or themoviedb but this isn't the case. Can you not use one or the other? Seems not.