JonnyWong16
|
b97d32671d
|
Remove unused library update functions
|
2020-07-15 21:21:17 -07:00 |
|
JonnyWong16
|
fbfedb2e62
|
Remove unused config keys
|
2020-07-15 21:04:22 -07:00 |
|
JonnyWong16
|
4a8748e322
|
Live TV library not being recreated after server identifier is changed
* Fixes Tautulli/Tautulli-Issues#261
|
2020-07-07 18:14:00 -07:00 |
|
JonnyWong16
|
17a01d65aa
|
Merge branch 'nightly' into python3
# Conflicts:
# plexpy/version.py
# plexpy/webserve.py
|
2020-05-16 16:22:10 -07:00 |
|
JonnyWong16
|
bfabbe3cdb
|
Fix library stuck as inactive in the database
|
2020-05-04 13:03:49 -07:00 |
|
JonnyWong16
|
d8f223327e
|
Merge branch 'nightly' into python3
# Conflicts:
# plexpy/activity_pinger.py
# plexpy/activity_processor.py
# plexpy/helpers.py
# plexpy/notifiers.py
# plexpy/version.py
# plexpy/webserve.py
|
2020-04-27 18:19:48 -07:00 |
|
JonnyWong16
|
ecfc3ed74f
|
Use server_id when retrieving library details
|
2020-04-23 22:30:32 -07:00 |
|
JonnyWong16
|
3ca4351aeb
|
Merge branch 'nightly' into python3
# Conflicts:
# plexpy/database.py
# plexpy/version.py
|
2020-04-12 21:35:29 -07:00 |
|
JonnyWong16
|
523e6421be
|
Don't delete library history if server_id doesn't match
|
2020-04-12 20:49:45 -07:00 |
|
JonnyWong16
|
0ed4b69b8f
|
Fix deleting database rows with Python3 list(map())
|
2020-04-12 19:17:57 -07:00 |
|
JonnyWong16
|
798c17706c
|
Merge branch 'nightly' into python3
# Conflicts:
# plexpy/database.py
# plexpy/datafactory.py
# plexpy/libraries.py
# plexpy/users.py
|
2020-04-10 15:25:18 -07:00 |
|
JonnyWong16
|
5f26d0085d
|
Simplify library undelete function
|
2020-04-10 14:07:15 -07:00 |
|
JonnyWong16
|
899d2fbf9d
|
Make library delete server_id optional
|
2020-04-10 14:03:32 -07:00 |
|
JonnyWong16
|
6a87dc9c40
|
Improve library delete/purge function
|
2020-04-10 14:00:19 -07:00 |
|
JonnyWong16
|
23de9616f1
|
Show library active status on Libraries table
|
2020-04-10 00:17:52 -07:00 |
|
JonnyWong16
|
198e7767dc
|
Add library is_active to database
|
2020-04-10 00:12:38 -07:00 |
|
JonnyWong16
|
ca2b4085c9
|
Fix if bad query_days passed to API
|
2020-04-09 18:33:02 -07:00 |
|
JonnyWong16
|
1d08069162
|
Rename time_queries to query_days
|
2020-04-09 18:30:46 -07:00 |
|
Mitch
|
d1f1763919
|
Allow custom time_queries for get_watch_stats
|
2020-04-05 20:03:57 +02:00 |
|
JonnyWong16
|
9e0153e962
|
Set PYTHON2 global variable
|
2020-04-04 07:57:51 -07:00 |
|
JonnyWong16
|
cc05552685
|
Remove from __future__ import absolute_import
|
2020-03-24 20:17:44 -07:00 |
|
JonnyWong16
|
82c09570c4
|
Update all future imports for Python 2
|
2020-03-23 22:11:42 -07:00 |
|
JonnyWong16
|
078685a2a3
|
Fix imports for Python 2
|
2020-03-23 22:11:41 -07:00 |
|
JonnyWong16
|
ad112e0a44
|
Remove list(dict.items()) -- >dict.items()
|
2020-03-21 18:31:55 -07:00 |
|
JonnyWong16
|
19d8c1be5a
|
Merge branch 'nightly' into python3
# Conflicts:
# plexpy/datafactory.py
# plexpy/libraries.py
# plexpy/logger.py
# plexpy/version.py
|
2020-03-19 19:40:05 -07:00 |
|
JonnyWong16
|
ecee50a5e4
|
Add option to change library background art
|
2020-03-03 12:24:05 -08:00 |
|
JonnyWong16
|
8d5bc88fd9
|
Merge branch 'nightly' into python3
# Conflicts:
# data/interfaces/default/current_activity_instance.html
# plexpy/activity_handler.py
# plexpy/graphs.py
# plexpy/helpers.py
# plexpy/pmsconnect.py
# plexpy/version.py
# plexpy/webserve.py
|
2020-02-29 15:26:33 -08:00 |
|
JonnyWong16
|
068cf17d0a
|
Only show graph series if the library type is present
|
2020-02-25 16:11:43 -08:00 |
|
JonnyWong16
|
1dd1c6f67f
|
Add fake Live TV library
|
2020-02-22 14:02:03 -08:00 |
|
JonnyWong16
|
e4b6d61098
|
Add option to retrieve history using guid
|
2020-02-19 23:57:55 -08:00 |
|
JonnyWong16
|
df851e67f9
|
Get additional Live TV metadata from metadata.provider.plex.tv
|
2020-02-17 20:52:16 -08:00 |
|
JonnyWong16
|
441e39d776
|
Add air date to tables for non-episodic Live TV
|
2020-02-17 13:37:58 -08:00 |
|
JonnyWong16
|
fa0b547b32
|
Fix library recenly watched missing live key
|
2020-02-17 10:51:44 -08:00 |
|
JonnyWong16
|
05afa0859c
|
Run futurize --unicode-literals
|
2019-11-23 19:21:10 -08:00 |
|
JonnyWong16
|
597cc9fe29
|
Run futurize --stage2
|
2019-11-23 19:16:51 -08:00 |
|
JonnyWong16
|
ab6196589b
|
Run futurize --stage1
|
2019-11-23 19:11:42 -08:00 |
|
JonnyWong16
|
c279057f91
|
Remove unicode strings
|
2019-11-23 14:37:26 -08:00 |
|
JonnyWong16
|
a83108282a
|
Fix add title to searchable media info fields
|
2019-08-14 22:50:23 -07:00 |
|
JonnyWong16
|
1c4d01d6ec
|
Fix libraries/users table respect grouping setting
|
2019-08-09 19:15:53 -07:00 |
|
JonnyWong16
|
133335a3fb
|
Check section_id > 0 when returning library details
|
2019-04-27 10:16:11 -07:00 |
|
JonnyWong16
|
24ed63e07c
|
Add undelete button to edit library/user modal
|
2019-04-13 22:56:32 -07:00 |
|
JonnyWong16
|
c70cc535e5
|
Add library agent to database
|
2018-10-13 17:23:36 -07:00 |
|
JonnyWong16
|
e567134ee1
|
Use default selected stream for media info in notifications
|
2018-07-06 19:41:03 -07:00 |
|
JonnyWong16
|
0fb79cba9f
|
Group plays on user and library pages
|
2018-06-21 18:52:56 -07:00 |
|
JonnyWong16
|
ba9f4a1f9e
|
Use track artist for music
|
2018-05-27 22:24:43 -07:00 |
|
JonnyWong16
|
32645c374e
|
Change to include libraries instead of exclude
|
2018-03-17 10:22:04 -07:00 |
|
JonnyWong16
|
a3643b4302
|
Fix typos
|
2018-03-10 20:54:21 -08:00 |
|
JonnyWong16
|
8dbb05931e
|
Fix library refresh when missing library
|
2018-03-08 18:23:12 -08:00 |
|
JonnyWong16
|
93e4853ea2
|
Fix delete media info cache
|
2018-02-14 11:19:53 -08:00 |
|
JonnyWong16
|
3c81100957
|
Fix media info table sorting
|
2018-02-02 23:03:48 -08:00 |
|