Commit Graph

214 Commits

Author SHA1 Message Date
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
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
1a892fe750 changing variable naming
reuse would cause cascading issue when using allUsers.
2020-01-02 23:25:47 -05:00
blacktwin
720dc4b7b4
Merge pull request #196 from JonnyWong16/plex-scripts
Add Plex modifying metadata scripts
2019-10-28 09:28:15 -04: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
Nicholas St. Germain
cd809ba2f0
Add check for already-unshared libraries
Fixes #188
2019-10-02 13:42:33 -05:00
blacktwin
1cbdb149f7 Added apsces in the output 2019-09-11 21:29:55 -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
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
60772450a0
Merge branch 'master' into style-cleanup 2019-06-25 14:37:47 -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
5179aa7175 Add check to see if serverTo and serverFrom are the same. If same, then
use ratingKey instead of searching by name.
2019-06-04 09:02:21 -04:00
Blacktwin
5e161997dc changed output title to use _prettyfilename 2019-05-28 12:39:20 -04:00
Blacktwin
47a8c1ecb4 fix for handling show libraries 2019-05-28 11:35:30 -04:00
Nicholas St. Germain
ed65e4e948 rename for arc :P 2019-05-02 15:11:25 -05:00
Nicholas St. Germain
ba5335c1f0 create ombi_to_tautulli_friendly_name_sync 2019-05-02 15:07:46 -05:00
Nicholas St. Germain
343c45d78e remove_inactive_users rework 2019-05-01 16:09:50 -05:00
dirtycajunrice
a8bd260f33
pep8 + desc 2019-04-23 23:33:57 -05:00
dirtycajunrice
6cd1231ec5
move past_days to used var 2019-04-23 23:28:29 -05:00
dirtycajunrice
926e72a685
force py3 in shebang 2019-04-23 22:22:34 -05:00
dirtycajunrice
1ed9a98bdd
add get_serial_transcoders.py 2019-04-23 22:22:19 -05:00
dirtycajunrice
a9d2225de0
use config where applicable 2019-04-23 21:18:55 -05:00
dirtycajunrice
2258b21b2c
cleaner 2019-04-22 15:19:43 -05:00
dirtycajunrice
f35c1a23b0
Omit local and admin id 2019-04-22 15:15:28 -05:00
Blacktwin
aa4448de15 Allow for username or email address to select account. 2019-03-25 23:47:11 -04:00
Blacktwin
5b4feb6208 description update 2019-03-18 22:13:29 -04:00
Blacktwin
d90d052696 docstring update 2019-03-18 21:08:03 -04:00
Blacktwin
599d9970ea comment updates 2019-03-18 21:06:36 -04:00
Blacktwin
0321b883eb example for manual sync from Tautulli user
remove pprint import
2019-03-18 12:14:37 -04:00
Blacktwin
5ae2e9f6d7 if ratingKey section cleanup. 2019-03-17 09:56:52 -04:00
Blacktwin
ef87f88e05 change for checking if episode is watched from fromUser 2019-03-15 16:21:21 -04:00
Blacktwin
aee131548b added manual runs for user to user from tautulli ratingKey 2019-03-15 11:59:24 -04:00
Blacktwin
8f02098655 clean up, reduce amount of times connecting to servers. 2019-03-15 00:58:46 -04:00
Blacktwin
e605979a16 total rewrite while resolving #146.
Now able to read watched status from Tautulli and apply to any user
on any owned server.
2019-03-14 13:07:41 -04:00
Blacktwin
80557f4a61 #146 Adding get_history from Tautulli, initial setup 2019-02-26 10:28:51 -05:00
Blacktwin
1adcc9e41b #144 Added ability to sync watched status across all owned servers 2019-02-25 00:20:45 -05:00
Blacktwin
cbc71bfc1a #144 adding servers as an arg. 2019-02-19 08:32:29 -05:00
Blacktwin
88f775e646 From finding in #142 2019-02-07 00:45:33 -05:00
Blacktwin
625948b73e #142 compare USER_LST against who watched each episode 2019-02-07 00:29:23 -05:00
Blacktwin
11715e1e6e Only users with libraries shared can be selected.
Should resolve #125
2019-01-06 09:03:47 -05:00
blacktwin
472e438967
Merge pull request #130 from DirtyCajunRice/master
Lots of Updates
2019-01-02 21:39:39 -05:00
dirtycajunrice
b5347e3304 mass guest access modification script 2018-12-19 18:43:30 -06:00