Skip to content
This repository has been archived by the owner on Nov 23, 2019. It is now read-only.
/ dvr_to_arr Public archive

Take Plex DVR recordings and add them to **arr

Notifications You must be signed in to change notification settings

Migz93/dvr_to_arr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

dvr_to_arr

Bash/Python script to read what recordings are scheduled in Plex DVR, search for them in Ombi and add the first request. As it just searches and takes the first result it may sometimes be incorrect.

Download both scripts to a directory, ensure requirements are installed, fill out all variables and you're good to go.

Requirements:

  • plex & ombi (Sonarr & Radarr too if you want them downloaded but not technically required.)
  • jq installed (sudo apt-get install jq)
  • python version 2.7 installed (sudo apt-get install python)
  • python modules "requests, xmltodict & json" (These may be part of default python install, unsure.)

Variables: xml_to_json.py:

  • scriptDir - Directory that scripts reside.
  • plexUrl - Set domain or IP to your plex instance including port. If using reverse proxy, do not use a trailing slash. Ensure you specify http/s.
  • plexToken - plex api key dvr_to_arr.sh:
  • scriptDir - Directory that scripts reside.
  • ombiUrl - Set domain or IP to your ombi instance including port. If using reverse proxy, do not use a trailing slash. Ensure you specify http/s.
  • ombiApiKey - ombi api key
  • ombiUser - Set the ombi username that should show as requesting the movie/show. Does not need to be a valid Ombi username.

About

Take Plex DVR recordings and add them to **arr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published