Available Configuration Options¶
tvdb¶
-
apikey¶ Type: string Default: <None>API key from your TVDB account ENV[‘TVDB_API_KEY’]
-
username¶ Type: string Default: <None>Username from your TVDB account ENV[‘TVDB_USERNAME’]
-
userpass¶ Type: string Default: <None>Password from your TVDB account ENV[‘TVDB_PASSWORD’]
-
service_url¶ Type: string Default: https://api-dev.thetvdb.comthe url for thetvdb api service
-
verify_ssl_certs¶ Type: boolean Default: trueflag for validating ssl certs for service url (https)
-
select_first¶ Type: boolean Default: falseflag for selecting first series from search results
Configuring service can be done by either of the following:
- passing individual inputs directly to tvdbapi_client.get_client
- passing path to configuration file to tvdbapi_client.get_client
- setting environment variables as noted above