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

Configurable notification types #19

Open dgw opened 6 years ago

dgw commented 6 years ago

As mentioned prior to merging #17, music track notifications especially can be pretty spammy. The media types that should actually result in a notification being sent should be made configurable.

I will probably implement a PLEXPUSH_TYPES environment variable that, if not set, defaults to movie,episode (so track notifications are not on by default).