CMD filebot only to notify plex.

Any questions? Need some help?
Post Reply
MadMan
Posts: 8
Joined: 06 Jul 2015, 12:09

CMD filebot only to notify plex.

Post by MadMan »

I have a quick question. I run a seedbox remotely and have filebot setup on it and it renames all files for me there and moves them to a folder in which that I download from to my local pc. How could I write something in the command line that would just tell plex to update it's libary instead of re-running the amc script again?

I don't need things renamed again on my home pc or even moved, I just need plex to get notified to run a libary update.

I am using this in the cmd line for your inspection, and would love adjustments, changes, or any suggestions.

filebot -script fn:amc --output "C:/Users/MiniPC/Desktop/" -rename -non-strict "C:/Users/MiniPC/Desktop/movies_temp" --log-file amc.log --def excludeList=amc.txt clean=y unsorted=y "movieFormat=C:/Users/MiniPC/Desktop/movies_temp/{n} ({y})/{n} ({y})" plex=127.0.0.1:*************
User avatar
rednoah
The Source
Posts: 23947
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: CMD filebot only to notify plex.

Post by rednoah »

You just need to make a GET request, i.e. open the update URL in the browser, or use wget, or curl, or something. I'm sure you'll find something in the Plex forums. You don't need filebot for that.

@see https://github.com/filebot/scripts/blob ... groovy#L32
:idea: Please read the FAQ and How to Request Help.
Post Reply