Commit Graph

582 Commits

Author SHA1 Message Date
Blacktwin
7cab1c1932 Update for killing streams. Adding config structure. 2018-03-14 09:00:10 -04:00
blacktwin
f15503cac8
Update README.md 2018-03-14 08:56:49 -04:00
Blacktwin
49c01e20af Update for killing streams. Adding config structure. 2018-03-14 08:54:57 -04:00
blacktwin
ec8fc85d72
Create config.ini 2018-03-14 08:51:41 -04:00
blacktwin
99a86693a3 Update for killing streams. Adding config structure. 2018-03-14 08:49:48 -04:00
blacktwin
a9ac1f0126
Update README.md 2018-03-14 08:38:46 -04:00
blacktwin
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
blacktwin
51801177c6
limited libraries to only show type 2018-03-07 10:12:58 -05:00
blacktwin
a7526edbdc
added argparse
adding argparse to allow for calling from cmd.
2018-03-07 10:08:18 -05:00
blacktwin
7d175de571
Create plex_api_show_settings.py
very basic
2018-03-07 09:49:13 -05:00
blacktwin
e5fd561d0f
Update plex_api_share.py 2018-03-03 01:19:07 -05:00
blacktwin
ce2dd986ea
--shared, corrected examples
--shared              Display user's shared libraries.
2018-03-03 01:18:08 -05:00
blacktwin
f6f0f6af94
--add and --remove examples
updated comments to include --add and --remove examples.
2018-03-02 11:23:54 -05:00
blacktwin
fda36098ab
multiple agents
allow for sending to multiple notification agents.
2018-02-21 15:37:28 -05:00
blacktwin
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
blacktwin
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
blacktwin
81cb09ebf5
Update kill_trans_library.py 2018-02-14 08:34:27 -05:00
blacktwin
10686c6f26
library check
Actually check against the targeted library...
2018-02-14 08:34:10 -05:00
blacktwin
44d2082cec
Create plex_popular_playlist.py 2018-02-12 11:29:12 -05:00
blacktwin
d67a51e68e
Tautulli update
Adding notice about Tautulli compatibility.
2018-02-10 16:56:55 -05:00
blacktwin
01bca828ac
Merge pull request #44 from KurtzPT/patch-1
Update kill_trans_pause.py
2018-02-08 10:05:43 -05:00
KurtzPT
168ea61824
Update kill_trans_pause.py 2018-02-06 16:58:32 +00:00
blacktwin
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
blacktwin
73a1d701a8
Merge pull request #43 from blacktwin/blacktwin-patch-1
more options
2018-02-05 10:25:12 -05:00
blacktwin
ccceb2b799
argparse fix 2018-02-05 10:24:51 -05:00
blacktwin
5e55fed866
argparse fix
fixed argparse errors.
2018-02-05 08:47:31 -05:00
blacktwin
0090eda7de
more options
argparse errors.
2018-02-05 01:20:51 -05:00
blacktwin
5325030cb6
fixed if 2018-02-03 18:04:20 -05:00
blacktwin
ce12c4a1bf
simpler
Add only the devices that you want to kill on playback start.
2018-02-03 17:22:19 -05:00
blacktwin
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
blacktwin
d69570ad44
Update kill_trans_library.py 2018-01-26 10:18:58 -05:00
blacktwin
a8f6cb31a0
Update kill_more_than.py 2018-01-26 09:18:40 -05:00
blacktwin
5855fb3297
session_key added
session_key from session that caused the concurrent trigger will be collected.
2018-01-26 09:16:03 -05:00
blacktwin
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
blacktwin
50c4d3b665
label
not labels
2018-01-20 02:19:33 -05:00
blacktwin
129befb08c
Create plex_api_invite.py 2018-01-19 14:51:49 -05:00
blacktwin
ad5fcb6d75
Update message.
previous message was related to another script.
2018-01-11 14:45:15 -05:00
blacktwin
25698107fb
Instruction correction
Paused not start
2018-01-11 13:59:42 -05:00
blacktwin
ce252afcb4
Update kill_trans_pause.py 2018-01-08 18:37:19 -05:00
blacktwin
5998395f27
sleep(interval)
sleep time should be constant value and not an increasing value.
2018-01-06 10:53:50 -05:00
blacktwin
465d47b668
Update kill_trans_exp_audio.py 2018-01-03 11:37:26 -05:00
blacktwin
a2f0d09bfe
except for non transcoding sessions
if not transcoding would error out instead of continuing.
2018-01-03 11:37:02 -05:00
blacktwin
3a8a46bfd0
lib arg description
default is actually blank and not all libraries.
2018-01-03 11:03:53 -05:00
blacktwin
a349b1c3cb
support for multiple users 2018-01-03 10:57:00 -05:00
blacktwin
a6aacee41b
pass instead of exit() 2018-01-03 08:50:00 -05:00
blacktwin
0989d2d824
transcode not trancode.... 2018-01-03 08:46:08 -05:00
blacktwin
c81dcf6477
players 2018-01-02 23:57:27 -05:00
blacktwin
7a008e5dbc
Create remove_inactive_users.py 2017-12-17 16:49:47 -05:00
blacktwin
67c743bb7f
if fix 2017-12-13 13:03:28 -05:00
blacktwin
d229a22b55
Update kill_trans_library.py 2017-12-13 13:02:37 -05:00