Page 1 of 1

How to use curl for Emby when Port is not 8096

Posted: 12 Dec 2022, 15:35
by itzak
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.

Re: How to use curl for Emby when Port is not 8096

Posted: 12 Dec 2022, 16:37
by rednoah
e.g.

Code: Select all

curl --data "" "http://192.168.0.112:8096/Library/Refresh?api_key=c344ffa0a20043d6aa6a74ac504af61b"
:idea: --data "" implies -X POST

:arrow: https://emby.media/community/index.php? ... y-via-api/



itzak wrote: 12 Dec 2022, 15:35 Could you provide some specifics? An example entry and which place in filebot node to enter it.
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.