cjaustin1792/plex_sonarr_scripts — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python script that helps me move my TV show library from Plex into Sonarr automatically.
I want to give it my Plex server URL, Plex token, Sonarr URL, Sonarr API key, the Plex TV library section, and the Sonarr root folder path. When I run it, it should pull all TV shows from Plex, check Sonarr to see which ones are already there, and add only the missing ones so I don’t create duplicates.
Please make it friendly to run from the terminal. Show live progress like how many shows have been processed, how many were already in Sonarr, how many were added, and how many failed. At the end, print a clear summary and list any shows that could not be added.
Keep the setup simple, with the settings easy to edit near the top of the script. Use Python 3 and a basic HTTP library. Look up the current Plex and Sonarr API details online if needed.
Want more depth? Deep Reverse