Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing MusicVideo ItemType #312

Open
hardwareadictos opened this issue Dec 18, 2024 · 0 comments
Open

Add missing MusicVideo ItemType #312

hardwareadictos opened this issue Dec 18, 2024 · 0 comments

Comments

@hardwareadictos
Copy link

hardwareadictos commented Dec 18, 2024

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:

{        
    "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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant