How to use curl for Emby when Port is not 8096

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
itzak
Donor
Posts: 16
Joined: 30 Aug 2016, 10:39

How to use curl for Emby when Port is not 8096

Post 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.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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.
:idea: Please read the FAQ and How to Request Help.
Post Reply