Page 1 of 1

[AMC] Plex host and port on a shared seedbox

Posted: 06 Apr 2017, 14:11
by asdel
Hello,

I use a shared seedbox so my plex port is different and not the default one,

How should i fix that?

Code: Select all

--def "excludeList=amc.txt" "plex=185.xx.xx.xx:token"

Re: [AMC] Plex host and port on a shared seedbox

Posted: 06 Apr 2017, 14:21
by rednoah
You can't.

You can use --def exec to make that HTTP request with curl.

e.g.

Code: Select all

--def exec="curl www.example.net"

Re: [AMC] Plex host and port on a shared seedbox

Posted: 06 Apr 2017, 14:36
by asdel
I've tried that, but always get connection refused, using the link on my web browser worked fine but with curl i'm always getting connection refused

Re: [AMC] Plex host and port on a shared seedbox

Posted: 06 Apr 2017, 15:16
by asdel
Fixed it using

Code: Select all

./Plex\ Media\ Scanner -s
instead

read more: https://support.plex.tv/hc/en-us/articl ... mmand-Line

Re: [AMC] Plex host and port on a shared seedbox

Posted: 07 Apr 2017, 05:47
by rednoah
How does pms know at what IP/HOST and what access token to use when telling a remote Plex instance to rescan?