dgw / plex-pushover

A simple plex webhook to send a Pushover notification every time someone starts playing media on your server
MIT License
5 stars 3 forks source link

Append client name to notification title #15

Closed dgw closed 6 years ago

dgw commented 6 years ago

Also includes whether the client is local or remote. Pushover gives us 250 characters to play with in notification titles; why not use them?

The only unfortunate part is, PMS passes the client's device-defined name but not the name/type of the client. So this only enables adding e.g. "via computername (local)", not "via Plex Media Player (local)".