blacktwin
8a80b7b3ac
Merge pull request #199 from JonnyWong16/master
...
Remove default subject and body for rich notification
2019-11-25 08:31:28 -05:00
JonnyWong16
55740a099a
Remove default subject and body for rich notification
2019-11-24 22:38:04 -08:00
blacktwin
720dc4b7b4
Merge pull request #196 from JonnyWong16/plex-scripts
...
Add Plex modifying metadata scripts
2019-10-28 09:28:15 -04:00
blacktwin
0f8cbc77ef
Merge pull request #197 from Arcanemagus/print_raw_error_response
...
Print raw response when JSON fails to parse
2019-10-28 09:28:07 -04:00
blacktwin
78c644a20c
Merge pull request #195 from JonnyWong16/tautulli-scripts
...
Add Tautulli triggered scripts
2019-10-28 09:27:55 -04:00
Landon Abney
66ac37b34e
Print raw response when JSON fails to parse
...
If the response to the Tautulli API fails to parse correctly include the
raw output in the message to make it easier to diagnose when the
response isn't actually raw JSON from a Tautulli server (e.g. a proxy
server).
2019-10-27 20:04:36 -07:00
JonnyWong16
83bdf49148
Add Plex modifying metadata scripts
2019-10-27 15:59:14 -07:00
JonnyWong16
5f99b37cfe
Add Tautulli triggered scripts
2019-10-27 15:58:42 -07:00
blacktwin
645c43708a
Merge pull request #194 from blacktwin/limiterr_readme
...
update examples
2019-10-24 12:57:56 -04:00
blacktwin
f7f0e19394
update examples
...
include use of `--days` argument for rolling history
2019-10-23 15:07:07 -04:00
blacktwin
bac3e88ad8
loop correction
2019-10-23 14:56:31 -04:00
blacktwin
65b424d3cc
save a loop searchEpisodes
2019-10-19 02:09:52 -04:00
blacktwin
c5f29ac39f
Merge remote-tracking branch 'origin/master'
2019-10-14 17:33:12 -04:00
blacktwin
b5fd014c17
#172 update limit section for new history collector
2019-10-14 17:25:58 -04:00
blacktwin
82c7704fab
starting work on #172
...
collect history from N days ago
2019-10-12 16:05:17 -04:00
blacktwin
4ac7313ff0
Merge pull request #189 from DirtyCajunRice/master
...
Add check for already-unshared libraries
2019-10-02 15:45:27 -04:00
Nicholas St. Germain
cd809ba2f0
Add check for already-unshared libraries
...
Fixes #188
2019-10-02 13:42:33 -05:00
blacktwin
dce0dcfd23
adding check in user_lst to omit pending invites.
...
Closing PR #185
2019-09-27 09:38:34 -04:00
blacktwin
1cbdb149f7
Added apsces in the output
2019-09-11 21:29:55 -04:00
blacktwin
be28995340
Error log. likely item is missing metadata
2019-09-08 10:30:21 -04:00
blacktwin
438673df66
#184 fix for sort_by_date returning None
2019-09-07 23:31:21 -04:00
Blacktwin
5d8d40d6ee
sort_by_date function was "fixed" out of use. Correcting code to use
...
function correctly.
2019-07-29 11:26:50 -04:00
Blacktwin
85f9dac29e
adding logging. only errors will make it to the log file.
2019-07-29 11:20:52 -04:00
Blacktwin
e73dca7557
move random and limit down
2019-07-24 08:12:55 -04:00
Blacktwin
1fcee2d18f
rename var for clarity
2019-07-24 08:11:15 -04:00
Blacktwin
245d1d61c4
pull ratingKey not object
2019-07-24 08:10:18 -04:00
Blacktwin
8cbdf2de55
#179 If duration is used convert to seconds from minutes
2019-07-22 16:03:50 -04:00
Blacktwin
11bd4b1e9f
last check for userFrom
2019-07-11 11:49:10 -04:00
Blacktwin
63a0427d91
#163 fix for removing shared libraries.
2019-07-11 11:47:57 -04:00
Blacktwin
852e355a36
#159 obsolete script.
...
using conditions are a better way to accomplish this does.
2019-06-25 15:17:40 -04:00
Blacktwin
541dd56901
#159 obsolete script. Use newsletter.
2019-06-25 15:16:52 -04:00
Blacktwin
b9c2ea66f2
extra print removed.
2019-06-25 14:59:28 -04:00
Blacktwin
c80682787b
clean up
2019-06-25 14:52:36 -04:00
Blacktwin
740dc498e2
add syncing rating key from plex to plex
2019-06-25 14:50:48 -04:00
Blacktwin
165e851cbc
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# notify/notify_added_custom.py
# notify/notify_on_added.py
# utility/sync_watch_status.py
2019-06-25 14:40:47 -04:00
blacktwin
f011d53d8c
Merge pull request #171 from Arcanemagus/style-cleanup
...
Massive style cleanup
2019-06-25 14:38:05 -04:00
blacktwin
60772450a0
Merge branch 'master' into style-cleanup
2019-06-25 14:37:47 -04:00
Blacktwin
2d2d88f58c
check if rating key is episode or movie and is watched. if not, kill script
2019-06-25 10:50:21 -04:00
Blacktwin
1a13d98cd2
add sync of rating key from plex server
2019-06-25 10:32:18 -04:00
Blacktwin
12a6875af9
clean up
2019-06-25 10:22:16 -04:00
Blacktwin
f9e4ce2ff3
#159 obsolete script. Use newsletter.
2019-06-25 09:32:36 -04:00
Blacktwin
f37d735e24
#159 obsolete script.
...
using conditions are a better way to accomplish this does.
2019-06-25 09:30:04 -04:00
Blacktwin
d341092675
simplified code
2019-06-24 15:14:15 -04:00
Landon Abney
2be0e376f8
Massive style cleanup
...
Adds a basic `setup.cfg` file with configurations for flake8 and pylama,
fixes some basic issues with essentially every file including:
* Many, many, whitespace line cleanups
* Several unused variables and imports
* Missing coding and shabang lines
* Minor style fixes to more closely align with PEP8
* Turn `print` into function calls for Python 2/3 compat
* A few minor bugs
* Things like using an undefined `i` in `stream_limiter_ban_email.py`
2019-06-20 23:55:11 -07:00
Blacktwin
ca5f4fb271
example for --libraryShares
2019-06-17 23:28:10 -04:00
Blacktwin
caebf46e83
add --libraryShares argument
...
Shows all shares by library.
2019-06-17 23:25:05 -04:00
Blacktwin
8edde2242f
Add searching for episodes with multiple filters or searches
2019-06-17 22:23:56 -04:00
Blacktwin
672a2abaf4
clean up
2019-06-16 02:52:49 -04:00
Blacktwin
0689a760d8
clean tautulli section watched list
2019-06-16 01:36:05 -04:00
Blacktwin
9a28bbf9cb
clean up
2019-06-16 00:29:40 -04:00