Commit Graph

1049 Commits

Author SHA1 Message Date
blacktwin
034d772ac0 creating defaults for actions 2020-04-13 14:22:03 -04:00
blacktwin
4a7d69e620
Merge pull request #204 from JonnyWong16/tautulli-scripts
Check remove first in hide_episode_spoilers.py
2020-04-13 13:45:57 -04:00
blacktwin
aac5518ddf condense size and rating to value arg 2020-04-09 16:13:32 -04:00
blacktwin
d38ee9c341 update single quotes to double 2020-04-09 16:05:16 -04:00
blacktwin
7dde481636 fix prints under select watched to be similar to unwatched 2020-04-09 15:51:40 -04:00
blacktwin
c160b66e3f add rating and size selectors and args 2020-04-09 15:48:46 -04:00
blacktwin
844e780cd0 todo update 2020-04-09 15:48:22 -04:00
blacktwin
8ad42fb3e7 #210 expand exception to anything
actually report the offending section id
2020-03-16 10:34:55 -04:00
blacktwin
86b471b5d2 add methods to add collections and labels 2020-03-12 15:51:35 -04:00
blacktwin
5f942142f3 a custom name must be provided for labels or collections 2020-03-12 15:50:59 -04:00
blacktwin
0100aa4246 add label and collection to jbop selections 2020-03-12 15:50:34 -04:00
blacktwin
7e47ee66e4 creation of plex_dance script 2020-03-11 16:09:57 -04:00
blacktwin
a5c5ef3710 add total size of whats been found 2020-03-09 11:52:14 -04:00
blacktwin
98f4fe0742 add check for show media type
gather show location and total size from episodes
2020-03-09 11:51:40 -04:00
blacktwin
1073642054 restructure Metadata class to use get 2020-03-09 11:50:37 -04:00
blacktwin
a7286fb811 update output of show unwatched
include file_size
2020-03-08 11:42:26 -04:00
blacktwin
9d5143ab56 add size conversion method 2020-03-08 11:41:19 -04:00
blacktwin
bc3f41e0ef double check file_size in metadata class 2020-03-08 11:40:43 -04:00
blacktwin
ca38dc30a5 potential fix for #208
section id is printed for user to investigate issue
2020-03-03 11:41:04 -05:00
blacktwin
0b6f3c9a6b print out correction after->before 2020-02-26 14:57:52 -05:00
blacktwin
c38138b41b print out correction after->before 2020-02-26 14:56:51 -05:00
blacktwin
a8e3de7aae creation of media manager
to obsolete other watched/unwatched scripts
can currently:
show watched by users from libraries or rating key
show or delete unwatched items that were added before a date from libraries
2020-02-26 14:52:15 -05:00
blacktwin
ad47db6587 adding call to home_stats
fix time calculations
add library refresh
2020-02-14 16:25:04 -05:00
blacktwin
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
blacktwin
7b0befad71 Corrections for issue #207 2020-02-11 16:29:27 -05:00
blacktwin
71c2208fee Now works with Python 3.7
error found by slayerinokc in Plex Forums
2020-02-08 13:12:30 -05:00
blacktwin
514151e69b correct issue when using ratingKey with Plex to Plex
Issue reported in Plex forums.
2020-02-05 10:08:38 -05:00
blacktwin
22ff42a373 Merge remote-tracking branch 'origin/master' 2020-01-02 23:26:44 -05:00
blacktwin
1a892fe750 changing variable naming
reuse would cause cascading issue when using allUsers.
2020-01-02 23:25:47 -05:00
blacktwin
674095f5ba Update issue templates 2020-01-02 13:45:19 -05:00
JonnyWong16
6d7285cb51
Check remove first in hide_episode_spoilers.py
The default `blur` made it skip the remove option
2019-12-19 14:09:58 -08:00
blacktwin
837e733ca2 Merge remote-tracking branch 'origin/master' 2019-12-04 12:13:41 -05:00
blacktwin
9f680cf0ef Revert "save a loop searchEpisodes"
This reverts commit 65b424d
2019-12-04 12:13:10 -05:00
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