Commit graph

188 commits

Author SHA1 Message Date
JonnyWong16
f3fa9601c0
Rework exporter to allow exporting individual files from library 2020-10-14 12:48:08 -07:00
JonnyWong16
36aa795c52
Add min_version parameter to register_device API command 2020-10-12 11:56:55 -07:00
JonnyWong16
a39c6c1047
Improve sorting of json and xml export attributes 2020-10-11 16:03:16 -07:00
JonnyWong16
3be9c84f2b
Add attribute sort helper function 2020-10-08 19:53:57 -07:00
JonnyWong16
881f37f731
Change default sig of human duration function 2020-10-08 19:53:32 -07:00
JonnyWong16
842a76aae1
Update dict_to_xml helper function 2020-10-04 01:35:11 -07:00
JonnyWong16
34c9ede9c9
Add m3u8 export file format 2020-10-02 19:42:24 -07:00
JonnyWong16
627129dd95
Improve XML export 2020-10-01 21:13:07 -07:00
JonnyWong16
0ba755e463
Make collection titles searchable in table 2020-10-01 19:43:10 -07:00
JonnyWong16
2c360b6472
Fix searching in collections and playlist table 2020-09-30 22:41:28 -07:00
JonnyWong16
f151bb1451
Add datatables processing to collections and playlists tables 2020-09-30 22:09:19 -07:00
JonnyWong16
454235dd9a
Add XML export format 2020-09-30 00:04:27 -07:00
JonnyWong16
26fb9a6803
Add option for custom fields to the export modal 2020-09-28 23:47:32 -07:00
JonnyWong16
e9f37d578e
Refactor exporter 2020-09-27 11:27:16 -07:00
JonnyWong16
8f4da14611
Add collection export levels 2020-09-27 00:08:55 -07:00
JonnyWong16
7eedb14834
Refactor exporter into Export class 2020-09-20 20:34:31 -07:00
JonnyWong16
35cdef1340
Add hdr attribute to media export 2020-09-20 12:27:42 -07:00
JonnyWong16
07a9bdbde3
Add more stream export attributes 2020-09-20 11:23:19 -07:00
JonnyWong16
eb63f89b1f
Add helper functions for export levels 2020-09-20 11:23:19 -07:00
JonnyWong16
b897212050
Update human_file_size helper function 2020-09-20 11:23:19 -07:00
JonnyWong16
3f6612fe9a
Update human_duration helper function 2020-09-20 11:23:19 -07:00
JonnyWong16
d3704fcee6
Add ability for custom calculated attributes for exporting 2020-09-20 11:23:19 -07:00
JonnyWong16
0ff363b6ee
Add export helper functions 2020-09-20 11:23:19 -07:00
JonnyWong16
9ad95f51d4
Fix whois lookup failing in some instances 2020-09-06 13:57:42 -07:00
JonnyWong16
d80cf232c8
Add multi-column sorting to datatables API commands 2020-08-26 18:32:06 -07:00
JonnyWong16
4285b55c15
Update timestamp helper functions 2020-08-03 10:29:45 -07:00
JonnyWong16
f582f781f3
Update helpers.now function 2020-08-02 13:48:10 -07:00
JonnyWong16
a675202537
Browse path starting from from current value 2020-07-18 15:19:42 -07:00
JonnyWong16
7b69ed4cec
Add browse function to settings with a folder or file 2020-07-16 19:27:14 -07:00
JonnyWong16
40ecf56904
Fix Cloudinary upload for non-ASCII characters on Python 2 2020-07-10 21:57:53 -07:00
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