Commit Graph

926 Commits

Author SHA1 Message Date
ad47db6587 adding call to home_stats
fix time calculations
add library refresh
2020-02-14 16:25:04 -05:00
ff0e834b9c Overhaul
reuse classes and methods from kill_stream
still using old methods for calculations
frameworks for using discord or slack from kill_stream
using plexapi CONFIG file for url and apikey
2020-02-13 09:30:57 -05:00
7b0befad71 Corrections for issue #207 2020-02-11 16:29:27 -05:00
71c2208fee Now works with Python 3.7
error found by slayerinokc in Plex Forums
2020-02-08 13:12:30 -05:00
514151e69b correct issue when using ratingKey with Plex to Plex
Issue reported in Plex forums.
2020-02-05 10:08:38 -05:00
22ff42a373 Merge remote-tracking branch 'origin/master' 2020-01-02 23:26:44 -05:00
1a892fe750 changing variable naming
reuse would cause cascading issue when using allUsers.
2020-01-02 23:25:47 -05:00
674095f5ba Update issue templates 2020-01-02 13:45:19 -05:00
837e733ca2 Merge remote-tracking branch 'origin/master' 2019-12-04 12:13:41 -05:00
9f680cf0ef Revert "save a loop searchEpisodes"
This reverts commit 65b424d
2019-12-04 12:13:10 -05:00
8a80b7b3ac Merge pull request #199 from JonnyWong16/master
Remove default subject and body for rich notification
2019-11-25 08:31:28 -05:00
55740a099a Remove default subject and body for rich notification 2019-11-24 22:38:04 -08:00
720dc4b7b4 Merge pull request #196 from JonnyWong16/plex-scripts
Add Plex modifying metadata scripts
2019-10-28 09:28:15 -04:00
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
78c644a20c Merge pull request #195 from JonnyWong16/tautulli-scripts
Add Tautulli triggered scripts
2019-10-28 09:27:55 -04:00
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
83bdf49148 Add Plex modifying metadata scripts 2019-10-27 15:59:14 -07:00
5f99b37cfe Add Tautulli triggered scripts 2019-10-27 15:58:42 -07:00
645c43708a Merge pull request #194 from blacktwin/limiterr_readme
update examples
2019-10-24 12:57:56 -04:00
f7f0e19394 update examples
include use of `--days` argument for rolling history
2019-10-23 15:07:07 -04:00
bac3e88ad8 loop correction 2019-10-23 14:56:31 -04:00
65b424d3cc save a loop searchEpisodes 2019-10-19 02:09:52 -04:00
c5f29ac39f Merge remote-tracking branch 'origin/master' 2019-10-14 17:33:12 -04:00
b5fd014c17 #172 update limit section for new history collector 2019-10-14 17:25:58 -04:00
82c7704fab starting work on #172
collect history from N days ago
2019-10-12 16:05:17 -04:00
4ac7313ff0 Merge pull request #189 from DirtyCajunRice/master
Add check for already-unshared libraries
2019-10-02 15:45:27 -04:00
cd809ba2f0 Add check for already-unshared libraries
Fixes #188
2019-10-02 13:42:33 -05:00
dce0dcfd23 adding check in user_lst to omit pending invites.
Closing PR #185
2019-09-27 09:38:34 -04:00
1cbdb149f7 Added apsces in the output 2019-09-11 21:29:55 -04:00
be28995340 Error log. likely item is missing metadata 2019-09-08 10:30:21 -04:00
438673df66 #184 fix for sort_by_date returning None 2019-09-07 23:31:21 -04:00
5d8d40d6ee sort_by_date function was "fixed" out of use. Correcting code to use
function correctly.
2019-07-29 11:26:50 -04:00
85f9dac29e adding logging. only errors will make it to the log file. 2019-07-29 11:20:52 -04:00
e73dca7557 move random and limit down 2019-07-24 08:12:55 -04:00
1fcee2d18f rename var for clarity 2019-07-24 08:11:15 -04:00
245d1d61c4 pull ratingKey not object 2019-07-24 08:10:18 -04:00
8cbdf2de55 #179 If duration is used convert to seconds from minutes 2019-07-22 16:03:50 -04:00
11bd4b1e9f last check for userFrom 2019-07-11 11:49:10 -04:00
63a0427d91 #163 fix for removing shared libraries. 2019-07-11 11:47:57 -04:00
852e355a36 #159 obsolete script.
using conditions are a better way to accomplish this does.
2019-06-25 15:17:40 -04:00
541dd56901 #159 obsolete script. Use newsletter. 2019-06-25 15:16:52 -04:00
b9c2ea66f2 extra print removed. 2019-06-25 14:59:28 -04:00
c80682787b clean up 2019-06-25 14:52:36 -04:00
740dc498e2 add syncing rating key from plex to plex 2019-06-25 14:50:48 -04:00
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
f011d53d8c Merge pull request #171 from Arcanemagus/style-cleanup
Massive style cleanup
2019-06-25 14:38:05 -04:00
60772450a0 Merge branch 'master' into style-cleanup 2019-06-25 14:37:47 -04:00
2d2d88f58c check if rating key is episode or movie and is watched. if not, kill script 2019-06-25 10:50:21 -04:00
1a13d98cd2 add sync of rating key from plex server 2019-06-25 10:32:18 -04:00
12a6875af9 clean up 2019-06-25 10:22:16 -04:00