From e31d15328be509a29db20e9710e5c03372251d14 Mon Sep 17 00:00:00 2001 From: blacktwin Date: Fri, 8 Sep 2017 22:58:55 -0400 Subject: [PATCH] add plex_api_share.py --- README.md | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index d3c38de..337ce8c 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,11 @@ Scripts pulled from my gist profile. Gist File Description + + + + plex_api_share + Share or unshare libraries @@ -186,57 +191,57 @@ Scripts pulled from my gist profile. delete_watched_TV - From a list of TV shows, check if users in a list has watched shows episodes. If all users in list have watched an episode of listed show, then delete episode. + From a list of TV shows, check if users in a list has watched shows episodes. If all users in list have watched an episode of listed show, then delete episode. find_plex_meta - Find location of Plex metadata. + Find location of Plex metadata. find_unwatched - Find what was added TFRAME ago and not watched using PlexPy. + Find what was added TFRAME ago and not watched using PlexPy. grab_gdrive_media - Grab media (videos, pictures) from Google Drive. All videos and pictures were automatically synced from Google Photos to Google Drive. Puts media into MEDIA_TYPE/YEAR/MONTH-DAY/FILE.ext directory structure. + Grab media (videos, pictures) from Google Drive. All videos and pictures were automatically synced from Google Photos to Google Drive. Puts media into MEDIA_TYPE/YEAR/MONTH-DAY/FILE.ext directory structure. plex_api_poster_pull - Pull Movie and TV Show poster images from Plex. + Pull Movie and TV Show poster images from Plex. plex_imgur_dl - Pull poster images from Imgur and places them inside Shows root folder. + Pull poster images from Imgur and places them inside Shows root folder. plex_theme_songs - Download theme songs from Plex TV Shows. + Download theme songs from Plex TV Shows. plexapi_delete_playlists - Delete all playlists from Plex using PlexAPI. + Delete all playlists from Plex using PlexAPI. plexapi_search_file - Find full path for Plex items. + Find full path for Plex items. refresh_next_episode - Refresh the next episode of show once current episode is watched. + Refresh the next episode of show once current episode is watched. remove_watched_movies - Find Movies that have been watched by a list of users. If all users have watched movie then delete. + Find Movies that have been watched by a list of users. If all users have watched movie then delete. @@ -258,22 +263,22 @@ Scripts pulled from my gist profile. added_to_plex - Find when media was added between STARTFRAME and ENDFRAME to Plex through PlexPy. + Find when media was added between STARTFRAME and ENDFRAME to Plex through PlexPy. check_play - Check if user has play a file more than 3 times but has not finished watching. Hoping to catch play failures. + Check if user has play a file more than 3 times but has not finished watching. Hoping to catch play failures. check_plex_log - Checking plex logs for debug code WARN and 'Failed to obtain a streaming resource for transcode of key /library/metadata/"titleID"'. + Checking plex logs for debug code WARN and 'Failed to obtain a streaming resource for transcode of key /library/metadata/"titleID"'. drive_check - Check if drive exists. If not then notify via PlexPy notifier agent. + Check if drive exists. If not then notify via PlexPy notifier agent.