Offload image processing to the Plex server

This commit is contained in:
JonnyWong16 2018-03-17 14:03:27 -07:00
commit 1f7be7a4d5
10 changed files with 96 additions and 158 deletions

View file

@ -2,7 +2,6 @@
<%!
import json
from plexpy import helpers, notifiers
from plexpy.notification_handler import PILLOW
email_notifiers = [n for n in notifiers.get_notifiers() if n['agent_name'] == 'email']
sorted(email_notifiers, key=lambda k: (k['agent_label'], k['friendly_name'], k['id']))