Elsewhere in the forums I saw a reply from you that if the port for Emby was changed then the comand must be given using curl in filebot node.
My current entry for Emby is in the post processing box and looks like this "192.168.0.112:c344ffa0a20043d6aa6a74ac504af61b"
I have no idea where to enter the curl command within filebot node or the syntax, I'm not a programmer.
Could you provide some specifics? An example entry and which place in filebot node to enter it.
Thanks,
I've been using Filebot for years and could not maintain my video library without it.
How to use curl for Emby when Port is not 8096
Re: How to use curl for Emby when Port is not 8096
e.g.
--data "" implies -X POST
https://emby.media/community/index.php? ... y-via-api/
Code: Select all
curl --data "" "http://192.168.0.112:8096/Library/Refresh?api_key=c344ffa0a20043d6aa6a74ac504af61b"


The amc script (and by extension FileBot Node) does not support custom refresh requests. You may be able to use the --def exec option though to run a custom command.