jellyfin-plugin-webhook icon indicating copy to clipboard operation
jellyfin-plugin-webhook copied to clipboard

[Feature] Add library id to webhook content.

Open arabcoders opened this issue 3 years ago • 2 comments

Hello,

If it's possible, could you add an extra fields for the json payload regarding the library which contain the item? for example

{
    "LibraryId": "293892assad782",
    "LibraryName": "shows"
}

Use case for this is to ignore specific library items from being logged into webhook destination for example.

arabcoders avatar Apr 20 '22 15:04 arabcoders

Sadly there isn't an easy way to do this, the library id isn't available on the item that is sent during the event.

Not saying it's not possible, just that it's more then a 1 liner

crobibero avatar Apr 22 '22 23:04 crobibero

No problem, should i take this to upstream jellyfin team to include it in the original event?

arabcoders avatar Apr 22 '22 23:04 arabcoders