Commit Graph

447 Commits

Author SHA1 Message Date
fa7720be05 removing archive 2018-03-29 09:48:19 -04:00
3e8255d98c tautulli
new branch for tautulli fixes.
2018-03-29 09:48:19 -04:00
26f214f918 added backup of db 2018-03-29 09:48:18 -04:00
46ff8a7993 Create purge_removed_plex_friends.py 2018-03-29 09:48:18 -04:00
0cd01588db fix descriptions 2018-03-29 09:48:18 -04:00
4e12061307 Delete vcs.xml 2018-03-14 11:44:44 -04:00
82f0bcd4b8 Delete modules.xml 2018-03-14 11:44:35 -04:00
8e8f2e1b12 Delete misc.xml 2018-03-14 11:44:25 -04:00
d3f15b1cef Delete config-update.iml 2018-03-14 11:44:14 -04:00
7da159f174 Merge remote-tracking branch 'origin/config-update' into config-update
# Conflicts:
#	README.md
2018-03-14 10:22:23 -04:00
9b62cf6192 testing 2018-03-14 10:21:25 -04:00
5a96b28ba7 Update README.md 2018-03-14 10:12:35 -04:00
ac17b846bf Merge remote-tracking branch 'origin/config-update' into config-update
# Conflicts:
#	README.md
#	config.ini
#	requirements.txt
2018-03-14 10:07:04 -04:00
c226c6eeee Update readme 2018-03-14 10:01:59 -04:00
54240ab635 Create requirements.txt 2018-03-14 09:01:04 -04:00
7cab1c1932 Update for killing streams. Adding config structure. 2018-03-14 09:00:10 -04:00
f15503cac8 Update README.md 2018-03-14 08:56:49 -04:00
49c01e20af Update for killing streams. Adding config structure. 2018-03-14 08:54:57 -04:00
ec8fc85d72 Create config.ini 2018-03-14 08:51:41 -04:00
99a86693a3 Update for killing streams. Adding config structure. 2018-03-14 08:49:48 -04:00
a9ac1f0126 Update README.md 2018-03-14 08:38:46 -04:00
faa6b6ebae if recent_lst is empty
check if recently added is null or not. If null then exit, nothing to notify.
2018-03-13 11:18:57 -04:00
51801177c6 limited libraries to only show type 2018-03-07 10:12:58 -05:00
a7526edbdc added argparse
adding argparse to allow for calling from cmd.
2018-03-07 10:08:18 -05:00
7d175de571 Create plex_api_show_settings.py
very basic
2018-03-07 09:49:13 -05:00
e5fd561d0f Update plex_api_share.py 2018-03-03 01:19:07 -05:00
ce2dd986ea --shared, corrected examples
--shared              Display user's shared libraries.
2018-03-03 01:18:08 -05:00
f6f0f6af94 --add and --remove examples
updated comments to include --add and --remove examples.
2018-03-02 11:23:54 -05:00
fda36098ab multiple agents
allow for sending to multiple notification agents.
2018-02-21 15:37:28 -05:00
dad6341da8 added --kill
added --kill argument so as to kill then unshare. Can potentially remove ../utility/plex_api_parental_control.py now.
2018-02-16 10:26:59 -05:00
ecc3b8d467 no int, no romans
Check if "word" is a number and if it's a roman numeral. If so try the next "word"
2018-02-14 09:33:52 -05:00
81cb09ebf5 Update kill_trans_library.py 2018-02-14 08:34:27 -05:00
10686c6f26 library check
Actually check against the targeted library...
2018-02-14 08:34:10 -05:00
44d2082cec Create plex_popular_playlist.py 2018-02-12 11:29:12 -05:00
d67a51e68e Tautulli update
Adding notice about Tautulli compatibility.
2018-02-10 16:56:55 -05:00
01bca828ac Merge pull request #44 from KurtzPT/patch-1
Update kill_trans_pause.py
2018-02-08 10:05:43 -05:00
168ea61824 Update kill_trans_pause.py 2018-02-06 16:58:32 +00:00
7e560ffd9f improve content rating choice
content ratings are now pulled from plex instead of assuming the available content ratings.
2018-02-05 12:27:46 -05:00
73a1d701a8 Merge pull request #43 from blacktwin/blacktwin-patch-1
more options
2018-02-05 10:25:12 -05:00
ccceb2b799 argparse fix 2018-02-05 10:24:51 -05:00
5e55fed866 argparse fix
fixed argparse errors.
2018-02-05 08:47:31 -05:00
0090eda7de more options
argparse errors.
2018-02-05 01:20:51 -05:00
5325030cb6 fixed if 2018-02-03 18:04:20 -05:00
ce12c4a1bf simpler
Add only the devices that you want to kill on playback start.
2018-02-03 17:22:19 -05:00
8ffdbbb939 if session.transcodeSessions:
if stream is not copy or transcode then this entry will be null. If null then it would error out the script. Adding this if will clean up the error.
2018-01-26 10:23:07 -05:00
d69570ad44 Update kill_trans_library.py 2018-01-26 10:18:58 -05:00
a8f6cb31a0 Update kill_more_than.py 2018-01-26 09:18:40 -05:00
5855fb3297 session_key added
session_key from session that caused the concurrent trigger will be collected.
2018-01-26 09:16:03 -05:00
fab88eda03 Update kill_trans_library.py
add session_key arg and separate `if transcodeSessions`
If an active session was not transcoding then the script would error on the session and may not complete loop through all sessions.
2018-01-24 13:45:13 -05:00
50c4d3b665 label
not labels
2018-01-20 02:19:33 -05:00