Added instructions

Added instructions for general setup and tips for notify_on_added.py.
This commit is contained in:
blacktwin 2016-09-24 15:13:22 -04:00 committed by GitHub
parent 61df473a61
commit 77ad7c0e06

View File

@ -1,5 +1,15 @@
# PlexPy-scripts # PlexPy-scripts
Enabling Scripts:
In the Notification Agents in the Settings menu. Click the Scripts gear. Your scripts location will be there. Can't remember if it's set automatically or not. If not, then set it where you'll keep your scripts. Scroll down to option you want to use and select the script from the drop down menu. Save. Click the Bell next to Scripts and enable Recently Added. Then click Notifications. Scroll down to Scripts. Enter in the Script Arguments found in the .py script. Save.
notify_on_added.py: notify_on_added.py:
This is based on the work from JonnyWong16/notify_on_show.py and mp998/PlexPy_email_notifiation.py. This is used to send an email notification when a specific show is added to Plex. Create a list of users with their email address and show preferences. This is based on the work from JonnyWong16/notify_on_show.py and mp998/PlexPy_email_notifiation.py. This is used to send an email notification when a specific show is added to Plex. Create a list of users with their email address and show preferences.
Modify the User list, Email list, and Email settings.
User list: Show names need to match what Plex named it.
Email list: Make sure to expand the user_all list to include any new users added.