#Radarr and Plex on two separate systems?

1 messages · Page 1 of 1 (latest)

bleak leaf
#

I have Plex running on one system, and PMM is also running on that system. I have Radarr and Sonarr running on another system on my network with my VPN.

Is it possible to have PMM add missing collection items to my Radarr installation?

If so, how do I list the paths? I'm using Windows systems.

radarr: # Can be individually specified per library as well
url: (redacted)
token: (redacted)
add_missing: true
add_existing: false
root_folder_path: E:/Radarr
monitor: true
availability: announced
quality_profile: HD-1080p
tag:
search: true
radarr_path:
plex_path:
upgrade_existing: true

neat hillBOT
#

Welcome @bleak leaf!

Someone from <@&938443185347244033> will assist when they're available.

Including the meta.log from the beginning is a huge help, type !logs for more information.

#

You can press the "Close Post" button above or type /close at any time to close this post.

hasty timber
#

My understanding is the path should match what you have in Radarr

#

If it comes up as invalid, if you have show_options: true in your config.yml then it will show you what the available options are

bleak leaf
#

I don't have show_options: true anywhere in my config.yml .

#

I do get the Invalid Root Folder: 'E:/Radarr' Options: [[1:E:\Radarr]]. I'm sure that's from there not being an E:/Radarr on the system that is running Plex and PMM.

regal maple
#

no, that's because

E:/Radarr

does not match:

E:\Radarr
#

That is the output of show_options, so perhaps it now defaults to true.

bleak leaf
#

Changing the / to \ sorted it out. I just dumped a bunch of stuff into Radarr.

#

Thank you!