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:*************
CMD filebot only to notify plex.
Re: CMD filebot only to notify plex.
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
@see https://github.com/filebot/scripts/blob ... groovy#L32