You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as i see there's no MusicVideo ItemType integrated on the webhook. Is it posible to add it to the plugin?
I added the template for ntfy:
{
"topic": "Jellyfin-XXXXXXXX",
"tags": ["octopus"],
{{#if_equals NotificationType 'ItemAdded'}}
"priority": 3,
"attach": "{{{ServerUrl}}}/Items/{{{ItemId}}}/Images/Primary",
{{#if_equals ItemType 'MusicVideo'}}
"title": "Music video Added",
"message": "New Video available\n\n{{{Name}}} ({{Year}})\n{{Overview}}\n\nDuración\n{{RunTime}}\n\nEstado\nAvailable"
{{/if_equals}}
{{/if_equals}}
}
I just created a Musical Video library but there are no notifications incoming from the server (i used the same template for other library types working just fine)
Would be nice for notifying when this ItemType media files are added to the server.
Thanks in advance :)
The text was updated successfully, but these errors were encountered:
Hello there!
As far as i see there's no MusicVideo ItemType integrated on the webhook. Is it posible to add it to the plugin?
I added the template for ntfy:
I just created a Musical Video library but there are no notifications incoming from the server (i used the same template for other library types working just fine)
Would be nice for notifying when this ItemType media files are added to the server.
Thanks in advance :)
The text was updated successfully, but these errors were encountered: