Commit graph

2929 commits

Author SHA1 Message Date
JonnyWong16
81dc790a0c
Revert "Remove get_settings API command"
This reverts commit c39f89356c.
2022-01-15 16:16:24 -08:00
JonnyWong16
c35cbb06e2
Remove tokens from downloaded config 2022-01-15 16:14:20 -08:00
JonnyWong16
ce0cdf9ce6
Remove tokens from downloaded database 2022-01-15 16:13:53 -08:00
JonnyWong16
6742ce613a
Do not import pms_token or jwt_secret 2022-01-15 16:12:14 -08:00
JonnyWong16
206a175839
Add logger warning message when authentication is disabled 2022-01-05 15:56:23 -08:00
JonnyWong16
16f20c941c
Add advanced config setting to enable Plex XML shortcuts 2022-01-05 15:56:01 -08:00
JonnyWong16
f8048a01a6
Validate settings when saving config 2022-01-05 15:52:09 -08:00
JonnyWong16
3c3d72850f
Remove PMS token from UI 2022-01-05 14:04:33 -08:00
JonnyWong16
b7937b8740
Proxy PMS downloads json through server 2022-01-05 14:04:33 -08:00
JonnyWong16
d943877e76
Proxy token check through server 2022-01-05 11:17:35 -08:00
JonnyWong16
c39f89356c
Remove get_settings API command 2022-01-05 10:53:25 -08:00
JonnyWong16
2410eb3380
v2.8.1 2022-01-04 13:43:43 -08:00
JonnyWong16
925a16e66d
Add total time result to user player stats 2022-01-03 12:55:42 -08:00
JonnyWong16
3fc2368078
Add total time result to library user stats 2022-01-03 12:45:25 -08:00
JonnyWong16
094b2211c3
Add grouping and query_days parameters for item stats API 2022-01-03 12:45:25 -08:00
JonnyWong16
1e61f1332e
Clean __pycache__ and .pyc after update 2021-12-16 11:07:35 -08:00
JonnyWong16
8d832730f2
Update exporter docs collection/playlist note 2021-12-16 10:13:04 -08:00
JonnyWong16
a944f5ae06
v2.8.0 2021-12-15 20:16:36 -08:00
JonnyWong16
9432fee1ba
Fix get_history when media_type == 'all' 2021-12-04 13:06:53 -08:00
JonnyWong16
d5d3766f90
Improve Plex log reader 2021-11-29 21:25:48 -08:00
JonnyWong16
eee5402c80
Add before and after parameter to get_history API command 2021-11-29 20:00:31 -08:00
JonnyWong16
045bfb9502
v2.8.0-beta 2021-11-28 14:32:14 -08:00
JonnyWong16
98d02d0b89
Add missing column to sessions table 2021-11-13 21:03:34 -08:00
Niccolò Maggioni
90f3e9ac85
Make all calls honor VERIFY_SSL_CERT setting (#1541)
* Make PmsConnect honor VERIFY_SSL_CERT setting

* Make all websockets and WebUI tests honor VERIFY_SSL_CERT setting

Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com>
2021-11-13 21:03:12 -08:00
JonnyWong16
93cb067454
Update get_metadata_childern to include all artist album types
* Fixes #1559
2021-11-06 21:44:55 -08:00
JonnyWong16
cd85269fe5
Add Gotify notification agent 2021-11-06 20:48:52 -08:00
JonnyWong16
274801ee0b
Add note for music provider 3rd party API 2021-11-06 19:53:29 -08:00
JonnyWong16
ef60ce5bb0
Add Microsoft Teams webhook notification agent
* Closes #1514
2021-11-06 19:53:29 -08:00
JonnyWong16
ecb66f39c9
Add dynamic anonymous redirect service setting 2021-10-24 21:27:27 -07:00
JonnyWong16
acef75f10a
Fix arrow.timestamp() method 2021-10-22 11:07:05 -07:00
herby2212
c6ff8940b4
Add watch time and user stats to info pages (#1471)
* watch time stats for show

* watch time stats for movie

* User Stats for movies and shows

* implementation for missing media types

* cleanup

* no data + rescrict guest access implementation

Co-authored-by: herby2212 <jannes.nagel@gmx.de>
2021-10-21 17:33:29 -07:00
JonnyWong16
b9d4f57a4e
Fix history Live TV filter when combined with other filters 2021-10-19 17:54:28 -07:00
JonnyWong16
5fd17040be
Fix total plays graph
* arrow.timestamp() function instead of attribute
2021-10-16 11:30:03 -07:00
JonnyWong16
bb45062fde
Fix Windows systray import 2021-10-15 18:56:43 -07:00
JonnyWong16
94ef9b30c7
Add album and track exporter fields
* album.formats and album.subformats
* album.hasSonicAnalysis and track.hasSonicAnalysis
2021-10-15 18:14:36 -07:00
JonnyWong16
91e0d4b403
Revert "Restrict plexapi to Python>=3.7"
This reverts commit fdde2c6143.
2021-10-15 18:01:23 -07:00
JonnyWong16
fdde2c6143
Restrict plexapi to Python>=3.7 2021-10-15 02:00:35 -07:00
JonnyWong16
1a70729243
Update MQTT notification agent 2021-10-15 02:00:35 -07:00
JonnyWong16
50aa8faa8d
Fix arrow get timestamp from integer 2021-10-15 02:00:35 -07:00
JonnyWong16
d2e84886f6
Fix jwt encoding 2021-10-15 02:00:35 -07:00
JonnyWong16
6d0fcf0970
Remove unused logger functions 2021-10-15 02:00:35 -07:00
JonnyWong16
5e6126ecbd
Fix system timezone string 2021-10-15 02:00:35 -07:00
JonnyWong16
5f22ad26ad
v2.7.7 2021-10-14 23:15:26 -07:00
JonnyWong16
e34e775f41
Set different client ID when fetching a new Plex token 2021-10-11 21:24:58 -07:00
JonnyWong16
ef8557b50a
Keep docker mount log message when check is disabled 2021-10-09 16:51:18 -07:00
JonnyWong16
a49175b3b1
Add advanced setting to disable docker mount check 2021-10-09 16:42:35 -07:00
JonnyWong16
f4073c30ac
Move docker mount log message 2021-10-09 16:35:10 -07:00
JonnyWong16
9d4d740e8a
Add docker mount warning log message on startup 2021-10-09 16:15:38 -07:00
JonnyWong16
8f3a108f3b
Add docker mount warning message 2021-10-09 16:11:21 -07:00
JonnyWong16
9fddcf3057
Fix replacement of colon and exclamation outside of eval expression 2021-09-27 00:50:25 -07:00