Movies and shows
Ryot supports tracking movies and shows via TMDB. To enable this functionality, you need to obtain an access token from TMDB.
Getting TMDB access token
You can follow the below steps to obtain your own access token and enable movie and show tracking.
Steps
- 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.