Commit Graph

32 Commits

Author SHA1 Message Date
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
11bd4b1e9f last check for userFrom 2019-07-11 11:49:10 -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
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
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
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
0987874f44 if adding url and token don't check the config.ini 2018-09-08 16:57:30 -04:00
Blacktwin
286c65f9a2 SSL 2018-08-23 06:44:26 -04:00
Blacktwin
5b58e94ab8 shebang 2018-08-23 06:43:58 -04:00
Blacktwin
803743ae8d CONFIG addition. functioned marked_watch() 2018-07-11 06:49:57 -04:00
Blacktwin
32e256f111 marking series watched instead of episode. child not item. 2018-06-12 09:55:07 -04:00
Blacktwin
1ed70fb66e shows were being marked as watched if an episode was watched.
check each episode.
2018-06-12 09:55:07 -04:00
Blacktwin
dec77495c1 added support for admin account 2018-06-12 09:55:07 -04:00
Blacktwin
8c910be961 env and override correction 2018-06-12 09:55:07 -04:00
Blacktwin
fd893af4e9 token correction 2018-06-12 09:55:07 -04:00
Blacktwin
d1a16f2bcd update getting url and token variables 2018-06-12 09:55:07 -04:00
Blacktwin
bf97c0129a Create sync_watch_status.py 2018-06-12 09:55:06 -04:00