Running FileBot from the console, Groovy scripting, shell scripts, etc
-
asdel
- Posts: 11
- Joined: 05 Apr 2017, 20:58
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"
-
rednoah
- The Source
- Posts: 23932
- Joined: 16 Nov 2011, 08:59
- Location: Taipei
-
Contact:
Post
by rednoah »
You can't.
You can use
--def exec to make that HTTP request with
curl.
e.g.
-
asdel
- Posts: 11
- Joined: 05 Apr 2017, 20:58
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
-
rednoah
- The Source
- Posts: 23932
- Joined: 16 Nov 2011, 08:59
- Location: Taipei
-
Contact:
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?