From 8d756db5ef7b7a6bafe5e0f4f937004f366dc794 Mon Sep 17 00:00:00 2001 From: blacktwin Date: Thu, 13 Jul 2017 10:14:27 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dc2d060..6e9020a 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,9 @@ In the Notification Agents in the Settings menu. Click the Scripts gear. Your sc ||[refresh_next_episode](../blob/master/utility/refresh_next_episode.py)|Refresh the next episode of show once current episode is watched.| ||[remove_watched_movies](../blob/master/utility/remove_watched_movies.py)|Find Movies that have been watched by a list of users. If all users have watched movie then delete.| ||[stream_limiter_ban_email](../blob/master/utility/stream_limiter_ban_email.py)|This is indented to restrict a user to the LIMIT amount of concurrent streams. User will be warned, punished, and banned completely if violations continue.| +|[Reporting](../tree/master/utility "If you could go ahead and... That’d be great..")||| +||[added_to_plex](../blob/master/reporting/added_to_plex.py)|Find when media was added between STARTFRAME and ENDFRAME to Plex through PlexPy.| +||[check_play](../blob/master/reporting/check_play.py)|Check if user has play a file more than 3 times but has not finished watching. Hoping to catch play failures.| +||[check_plex_log](../blob/master/reporting/check_plex_log.py)|Checking plex logs for debug code WARN and 'Failed to obtain a streaming resource for transcode of key /library/metadata/"titleID"'.| +||[drive_check](../blob/master/reporting/drive_check.py)|Check if drive exists. If not then notify via PlexPy notifier agent.| +||[userplays_weekly_reporting](../blob/master/reporting/userplays_weekly_reporting.py)|Use PlexPy to count how many plays per user occurred this week and send email via PlexPy.|