bjoerns1983 / Emby.Plugin.TelegramNotification

Emby Server Plugin for pushing Notifications to a Telegram Bot
GNU General Public License v2.0
94 stars 16 forks source link

To-Do List #2

Open bjoerns1983 opened 4 years ago

bjoerns1983 commented 4 years ago
Akior commented 1 year ago

Hello there!

Check if it is possible to include pictures (not supported by Emby atm)

There are possible to send via sendPhoto api with photo url. Emby it show without auth like http://server_url/emby/Items/Item.Id/Images/Primary So if you can bind on http port and get movie\show ID you can provide image to telegram. Great if plugin will have new cusom field [server url]

bjoerns1983 commented 1 year ago

PR welcome if you like. I have already checked it and the Emby notification framework does not support it. Thats means the complete Plugin need to be rewritten and regulary updated to pull the data by itself. I wont put that much affort in a plugin for a closed source product.

Maybe the new Webhooks are a solution.

albertparis commented 4 months ago

Radarr and Sonarr send an IMDB link with the notification, then normally telegram fetches the image from it

bjoerns1983 commented 4 months ago

But Emby does not provide this information to the plugin. So that would mean everything must be rewritten so the plugin actually communicates with Emby's database which is out of the scope of this plugin.

fandangos commented 1 month ago

Radarr and Sonarr send an IMDB link with the notification, then normally telegram fetches the image from it

I have sonarr and radarr sending me notifications over telegram but there's no image, just a simple text.

How do you get images from those 2?

bjoerns1983 commented 1 month ago

This Plugin does not support images.