JonnyWong16
|
ad195f0969
|
Fix deleteing more than 1000 history entries at the same time
|
2020-07-08 12:27:20 -07:00 |
|
JonnyWong16
|
7f9d46eac3
|
Fix Cloudinary upload for Python 2
|
2020-06-03 20:41:57 -07:00 |
|
JonnyWong16
|
d8080fe506
|
Fix creating self-signed certificates on Python 3
* Fixes Tautulli/Tautulli-Issues#248
|
2020-06-01 16:40:25 -07:00 |
|
JonnyWong16
|
39e1caec0f
|
Add delete file helper function
|
2020-05-23 16:02:07 -07:00 |
|
JonnyWong16
|
6c8b425fb3
|
Improve browsing for path on Windows
|
2020-05-08 17:54:14 -07:00 |
|
JonnyWong16
|
12effd643f
|
Sort folders and files in file browser
|
2020-05-03 17:13:17 -07:00 |
|
JonnyWong16
|
980c4f7618
|
Add option to upload or browse for a database file to import
|
2020-05-03 14:33:25 -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
|
9b11fd4f18
|
Remove all MaxMind/GeoLite2 settings
|
2020-04-27 17:43:00 -07:00 |
|
JonnyWong16
|
9e9ad72dc2
|
Remove past imports
|
2020-04-10 15:52:55 -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
|
0886d133a8
|
Divide file size by 2^10 but display SI units
(cherry picked from commit ae9df92d28 )
|
2020-04-08 22:56:16 -07:00 |
|
JonnyWong16
|
ae9df92d28
|
Divide file size by 2^10 but display SI units
|
2020-04-08 22:55:56 -07:00 |
|
JonnyWong16
|
d75744bb4a
|
Merge branch 'nightly' into python3
|
2020-04-07 18:40:01 -07:00 |
|
JonnyWong16
|
47610323b0
|
Fix API grouping parameter not defaulting to match setting
|
2020-04-07 18:18:16 -07:00 |
|
JonnyWong16
|
9e0153e962
|
Set PYTHON2 global variable
|
2020-04-04 07:57:51 -07:00 |
|
JonnyWong16
|
fb395fc2e9
|
Merge branch 'nightly' into python3
# Conflicts:
# plexpy/datafactory.py
|
2020-04-03 21:10:32 -07:00 |
|
JonnyWong16
|
aac705f465
|
Put import OpenSSL in try/except block for self-signed certificates
|
2020-04-03 21:05:44 -07:00 |
|
JonnyWong16
|
573ff3f2a6
|
Fix scripts to work with both Python 2 and 3
|
2020-04-02 00:03:41 -07:00 |
|
JonnyWong16
|
c1a7b3753c
|
Merge branch 'nightly' into python3
|
2020-03-29 10:30:15 -07:00 |
|
JonnyWong16
|
8fdd0ba0d9
|
Merge pull request #1363 from aaronldunlap/master
Change humanFileSize to default to SI notation
|
2020-03-29 10:18:14 -07:00 |
|
JonnyWong16
|
f72d93216c
|
Add helper function for timestamp
|
2020-03-28 14:50:45 -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
|
a675c2c4f2
|
Fix Cloudinary image upload
|
2020-03-21 19:12:06 -07:00 |
|
JonnyWong16
|
ad112e0a44
|
Remove list(dict.items()) -- >dict.items()
|
2020-03-21 18:31:55 -07:00 |
|
JonnyWong16
|
56a66976e6
|
Fix creating self-signed certificates
* Python 3 does not support tuple unpacking in arguments
|
2020-03-19 20:57:12 -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
|
d8b1db536c
|
Fix file size notification parameter truncated to integer (Fixes Tautulli/Tautlli-Issues#226)
|
2020-03-17 09:37:10 -07:00 |
|
JonnyWong16
|
5045e406a1
|
Update urllib.parse imports
|
2020-02-29 15:33:30 -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
|
02fd9edbbf
|
Add value == 1 to helper.bool_true
|
2020-02-22 22:49:34 -08:00 |
|
JonnyWong16
|
9edbe6af37
|
Add helper to cast API parameter true to bool
|
2020-02-22 22:33:49 -08:00 |
|
JonnyWong16
|
5480d09a0b
|
Add library and user page helper functions
|
2020-02-20 10:13:27 -08:00 |
|
JonnyWong16
|
5fad0a1d97
|
Refactor page helper functions
|
2020-02-20 09:00:10 -08:00 |
|
JonnyWong16
|
fe0557dcc1
|
Add helper function for info page
|
2020-02-20 00:00:04 -08:00 |
|
JonnyWong16
|
d752d46676
|
Update pms_image_proxy with helper function and encode URL params
|
2020-02-19 19:57:56 -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 |
|
aaronldunlap
|
aa5affe366
|
Change humanFileSize to default to SI notation
|
2020-01-23 17:09:39 -06:00 |
|
JonnyWong16
|
485609fbb9
|
Merge branch 'nightly' into python3
# Conflicts:
# plexpy/__init__.py
# plexpy/helpers.py
# plexpy/logger.py
# plexpy/version.py
|
2020-01-19 16:40:19 -08:00 |
|
JonnyWong16
|
e321c5b197
|
Fix GeoLite2 update log message to correct number of days from setting
|
2020-01-04 11:50:48 -08:00 |
|
JonnyWong16
|
7d71086a41
|
Verify MaxMind license key and GeoLite2 database path before allowing install
|
2020-01-02 21:28:11 -08:00 |
|
JonnyWong16
|
c31d3ffd6c
|
Download from MaxMind using urllib3 using certifi
|
2020-01-01 10:10:52 -08:00 |
|
JonnyWong16
|
6af96332fa
|
Use tar.extractall instead of tar.extract
|
2019-12-30 14:29:19 -08:00 |
|
JonnyWong16
|
e334a0fc8b
|
Change GeoLite2 tar extraction
|
2019-12-30 14:19:12 -08:00 |
|
JonnyWong16
|
54bbbb36a6
|
Fix Geolite2 db extraction on Windows
|
2019-12-30 13:58:56 -08:00 |
|
JonnyWong16
|
ee91da2ff1
|
Force reinstall of GeoLite2 database
|
2019-12-25 13:43:12 -08:00 |
|
JonnyWong16
|
3b44a3afd2
|
Add setting for GeoLite2 database update interval
|
2019-12-25 12:51:59 -08:00 |
|