Movies and Shows
Ryot supports tracking movies and shows via TMDB and TVDB. You can enable either TMDB, TVDB, or both.
TMDB
- Create a TMDB account.
- Go to your account settings.
- Click on the "API" section in the left sidebar.
- Click on "click here" under "Request an API Key".
- Fill out the application form. You can use your personal information to fill details. The application URL can be any URL since this is for personal use.
- Accept the terms of use and submit the application.
- Once approved, you will see your API details. Copy the API Read Access Token (not the API key).
- Set the
MOVIES_AND_SHOWS_TMDB_ACCESS_TOKEN
environment variable as described in the configuration docs.
TVDB
- Create a TVDB account.
- Visit the API page and then click on "Get Started".
- Follow the prompts and then copy your API Key.
- Set the
MOVIES_AND_SHOWS_TVDB_API_KEY
environment variable as described in the configuration docs.