Thanks for this script, I'm going to use it as my starting point for my own postprocessing needs.
One thing I noticed is that the Pushbullet option to disable does not work and the if you use an invalid API key the script fails
Traceback (most recent call last): File "plex_post.py", line 12, in <module> import ppcUtils File "plex_post/ppcUtils.py", line 26, in <module> logger.error('Pushbullet API key has failed, continuting but no messages will be delivered.') NameError: name 'logger' is not defined
This is my first real attempt to get comfortable with Python so if I come up with my own solution I'll share it.
Thanks for this script, I'm going to use it as my starting point for my own postprocessing needs.
One thing I noticed is that the Pushbullet option to disable does not work and the if you use an invalid API key the script fails
Traceback (most recent call last): File "plex_post.py", line 12, in <module> import ppcUtils File "plex_post/ppcUtils.py", line 26, in <module> logger.error('Pushbullet API key has failed, continuting but no messages will be delivered.') NameError: name 'logger' is not definedThis is my first real attempt to get comfortable with Python so if I come up with my own solution I'll share it.