jellyfin-plugin-webhook
jellyfin-plugin-webhook copied to clipboard
[Feature] Add library id to webhook content.
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.
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
No problem, should i take this to upstream jellyfin team to include it in the original event?