danleitch / plex-to-arrs

Plex to Radarr Integration This repository provides a script for integrating Plex watchlist with Radarr. It allows users to automatically add movies from their Plex watchlist to Radarr for automated downloading and management.
5 stars 1 forks source link

Done as instructed - script says watch list is empty #1

Open ratnose opened 9 months ago

ratnose commented 9 months ago

I have added the Plex-token, Radarr, Sonarr and TMDB API keys. Changes the URLs for the above, and the root folder.

What have I missed?

Rkso0 commented 8 months ago

Any solution?

madalarcon commented 6 months ago

find the solution

just edit this. so it has to look like this... after that it works

Retrieve API keys from environment variables

PLEX_TOKEN = "xxxxxxxxxxxxxxxxxxxx" RADARR_API_KEY = "xxxxxxxxxxxxxxxxx" SONARR_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" TMDB_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxx"