Skip to content

Instantly share code, notes, and snippets.

View HawksRepos's full-sized avatar
😎

Hawks HawksRepos

😎
View GitHub Profile
@nwithan8
nwithan8 / add_plex_section_to_radarr.py
Last active October 29, 2021 07:31
Add all items from a Plex Media Server library section to a Radarr instance.
"""
Add all items from a Plex Media Server library section to a Radarr instance.
Use this to mass import a Plex movie section into Radarr in the event of Radarr reset or database corruption.
Copyright 2020 - Nate Harris
"""
"""
Setup: ``pip install requests progress plexapi``
"""