[AMC] Plex host and port on a shared seedbox

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
asdel
Posts: 11
Joined: 05 Apr 2017, 20:58

[AMC] Plex host and port on a shared seedbox

Post 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"
User avatar
rednoah
The Source
Posts: 23932
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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"
:idea: Please read the FAQ and How to Request Help.
asdel
Posts: 11
Joined: 05 Apr 2017, 20:58

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

Post 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
asdel
Posts: 11
Joined: 05 Apr 2017, 20:58

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

Post 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
User avatar
rednoah
The Source
Posts: 23932
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post by rednoah »

How does pms know at what IP/HOST and what access token to use when telling a remote Plex instance to rescan?
:idea: Please read the FAQ and How to Request Help.
Post Reply