Hi all.
Been searching for a while and still can’t find anything on this.
Looking for a way to broadcast notifications of new media to a whatsapp group, which I use for requests and new media. It just me, kids and friends (10 users).
Not all have Discord, so that option is out (however well documented).
Anyone seen anything on this?
Greatly appreciated.
Side note; Been running my server for around 5 months. Have all the usuall plugins installed, custom branding, LiveTV through an iptv service, schedule, recordings etc etc. Absolutely loving it. It’s just perfect. It’s grown rapidly. Over 160 Movies and 90 odd TV Shows and counting. I’ve already bought two extra HDD’s to accommodate. It literally never fails. Any client, flawless, even on the fixed tablet in the car. Now if only I could get notifications via WhatApp to save me doing this manually with every new episode/film. Complete automation is the goal.
Edit: my bad spelling.
You could add Ombi to your software stack. It supports multiple push notification providers (WhatsApp is included I believe). Bonus is it will let your users add requests which can either be admin approved, or automatically added to your respective *arr downloader.
deleted by creator
I think WhatsApp’s always been pretty hard to call from other sources than the official client. There’s no form of open API at all.
Last time I checked the Matrix bridge for WhatsApp used Android emulation for the official app to get it working. Maybe try that if you absolutely have to.I think you will have trouble getting a notification specifically to WhatsApp because it’s a proprietary app without an official public API (from what I can tell). The top relevant results when looking for WhatsApp notifications just generally were more proprietary services mostly targeted at businesses. Not a promising sign. I found some claims of open source whatsapp apis, mostly JavaScript/browser based but I have no idea if they work (reliably) or how easy it would be to integrate with Jellyfin. I could be wrong, but I didn’t find many promising results after about 10-15 minutes and as a software engineer I basically google tech shit for a living.
Your best bet is one of the options spelled out with the Jellyfin webhook plugin or Jellyseer (which looks like basically the same options at a glance):
- https://github.com/jellyfin/jellyfin-plugin-webhook/tree/master/Jellyfin.Plugin.Webhook/Templates
- https://github.com/Fallenbagel/jellyseerr/tree/develop/docs/using-overseerr/notifications
Some of those would allow your users to get notifications by installing a special client on their phone. If you want to selfhost try Ntfy, if you don’t try Pushbullet ($5 OTP). so for example you can run a Ntfy service on the same machine as Jellyfin, webhook Jellyfin events to Ntfy, then your users can install the Ntfy mobile app on their phone and subscribe to events from your selfhosted Ntfy instance (or something close to that, I haven’t set up Ntfy yet but had plans to).
interesting, I could use that for telegram groups, if this is available. less talking to my family in person :-)
might be possible using homeasistent ofisiall integraton for jellyfin and for telegram or hacs integrations for whatsapp and messenger
Are you using anything like sonarr or radarr?
Appreciate the reply. Yes. Its on the list for automated request/download. Was holding out for a WhatsApp option first, but as that seems impossible, I’ll be going down the sonarr/radarr route now.
Thanks.
My follow up was - sonarr and radarr have a lot of integrations. Unsure of whatsapp specifically but Ive used a discord bot with mine to do what you are describing.
*arr does the organisation of media etc, it knows when things are finished and available. It then notifies clients - jellyfin, and then any chat clients it has integration for (couldnt find anything relating to whatsapp however)
Sorry not an answer about the notification issue… Wanted to ask how you managed to get work without issues for every client? What format/codec is you media? Are you transcoding everything? I got some issues with smart TVs.
I’ve had an issue with an LG smart TV (not really an LG, its a re-brand). The web browser was horrifically slow and it flat out refused to play anything. It has very limited processing resources. I was planning on side loading the jellyfin client for LG TV’s but that was all dropped in favour of a chromecast. Instantly solved the problem (and they’re quite cheap on social media marketplaces)
Other than that, I’ve never had an issue with any client.
My media is a mix of pretty much everything available. 264, 265, avi etc etc. I occasionally have an issue with 265 media, stuttering. Easily solved by deleting and redownloading a 264 version. Transcoding (or not, dependant on client) is all handled automatically by Jellyfin.
Hope that helps?