Commit graph

2981 commits

Author SHA1 Message Date
JonnyWong16
5ace9e163d
Set default library count to 0 2022-09-12 16:47:06 -07:00
JonnyWong16
0a6b12329c
Link to MusicBrainz track for notifications 2022-09-09 16:14:31 -07:00
JonnyWong16
41b796e007
v2.10.4 2022-09-05 11:07:25 -07:00
JonnyWong16
ac520d656b
Add "does not begin with" and "does not end with" condition operators 2022-08-19 10:41:02 -07:00
JonnyWong16
85dda97e52
Fix library stats not shown for libraries without history
* Fixes #1818
2022-08-18 10:02:32 -07:00
JonnyWong16
8114079eac
Fix album count showing 0 2022-08-11 09:46:15 -07:00
JonnyWong16
24f05a03c0
v2.10.3 2022-08-09 17:20:12 -07:00
JonnyWong16
2a83502ca1
Username log filter longer than 3 characters 2022-08-09 17:02:47 -07:00
JonnyWong16
0bf1329d03
Add guides to Artist, Album, and Track export attributes 2022-08-09 17:02:47 -07:00
JonnyWong16
c1f433ab60
Add languageTag to export attribute 2022-08-09 16:44:41 -07:00
JonnyWong16
e7b96ed9ae
Only filter usernames >= 3 characters
* Fixes #1806
2022-08-03 10:52:58 -07:00
JonnyWong16
4ae1f6cef9
Allow fallback to another pms image 2022-08-01 14:48:35 -07:00
JonnyWong16
3631e723bc
Add last played metadata to library stats 2022-08-01 14:47:16 -07:00
JonnyWong16
ddcf350353
Add last played metadata to home stats top_libraries and top_users 2022-08-01 14:46:32 -07:00
JonnyWong16
c45ded5a98
Implement X-Plex-Container-Size for retrieving library items
PMS 1.28 log warning
```
Missing X-Plex-Container-Size header. This will fail with status code 400 in the future.
```
2022-07-24 14:13:22 -07:00
JonnyWong16
85eaed57e0
Clean up lookup table unique constraints on start up 2022-07-18 15:33:37 -07:00
JonnyWong16
6e6de11aaa
Cache usernames for log filter
* Fixes #1705
2022-07-18 15:31:23 -07:00
JonnyWong16
9f1b7de623
Add show_year notification parameter 2022-07-14 18:45:00 -07:00
JonnyWong16
aeb572f211
Add parent_year and grandparent_year to get_metadata_details 2022-07-14 18:39:59 -07:00
JonnyWong16
b598e9fc0c
Make sure token is saved before populating server dropdown list 2022-07-14 16:14:10 -07:00
JonnyWong16
b6cb946ae2
Add json support for MQTT notifications 2022-07-14 12:29:12 -07:00
JonnyWong16
746d44922e
v2.10.2 2022-07-03 15:32:18 -07:00
JonnyWong16
ec99a2f3d9
Fix updating cron default value in newsletter table 2022-07-03 15:22:25 -07:00
JonnyWong16
285fa3a0f5
Clear user friendly name if equal to username 2022-07-03 15:22:25 -07:00
JonnyWong16
98433a7c54
Fix username not showing on home stats cards 2022-07-03 15:22:25 -07:00
JonnyWong16
15fb052716
Fix stream audio info when playing a secondary track 2022-06-04 17:57:57 -07:00
JonnyWong16
ebbd66d056
Fix empty recently added error message 2022-06-03 09:41:36 -07:00
JonnyWong16
a2c589fca4
v2.10.1 2022-06-01 10:18:41 -07:00
JonnyWong16
1bd5168156
Fix OneSignal device validation
* OneSignal changed to only accept `app_id` as a query parameter instead of in the payload
2022-06-01 09:42:47 -07:00
JonnyWong16
0576920b89
Add support for mbid:// guids in notification parameters
* Requires PMS 1.27.0.5849
2022-05-31 10:57:44 -07:00
JonnyWong16
ca3c2b09cf
Add grandparent_guids and parent_guids to get_metadata_details 2022-05-31 10:57:44 -07:00
JonnyWong16
fffd936b0f
Change shared_libraries to list for get_user 2022-05-28 15:03:52 -07:00
JonnyWong16
bd83c8d55c
Remove server_token from get_users 2022-05-28 15:03:24 -07:00
JonnyWong16
b905e0139c
Add continent to geoip lookup 2022-05-28 08:51:10 -07:00
JonnyWong16
b9b844dd38
Check for a blank user_id when retrieving user details 2022-05-25 11:37:32 -07:00
JonnyWong16
e9d370a4b4
v2.10.0 2022-05-23 10:57:21 -07:00
JonnyWong16
bb01141cfc
Fix parsing Windows path on Linux for notification filename parameter 2022-05-20 10:57:58 -07:00
JonnyWong16
9967786997
Add new exporter fields for PlexAPI 4.11.0 2022-05-18 11:25:25 -07:00
JonnyWong16
27b72663d4
Fix platform in get_home_stats and get_user_player_stats API docs 2022-05-16 21:25:18 -07:00
JonnyWong16
f08687b960
Fix Dolby Vision detection
* Plex renamed "Dolby Vision" to "DoVi" in the display title.
2022-05-12 13:11:14 -07:00
JonnyWong16
1f7ddd4d01
Disable PlexAPI auto-reloading when fetching collections/playlists 2022-05-12 13:11:14 -07:00
JonnyWong16
df54df5e65
Set PlexAPI log level to debug 2022-04-26 11:02:07 -07:00
JonnyWong16
1371cfa889
Trigger on_stop notification after successful db write
* Prevent race condition from querying the db using the notification trigger
2022-04-14 20:54:07 -07:00
JonnyWong16
ab24116b1b
Fix get_users_table API docs 2022-04-12 13:28:13 -07:00
JonnyWong16
d4002b2e2b
Change values to int instead of "Checked" in users and libraries table
* get_users_table: allow_guest, do_notify, keep_history
* get_libraries_table: do_notify, do_notify_created, keep_history
2022-04-12 12:43:12 -07:00
JonnyWong16
b0950abdd9
v2.9.7 2022-04-11 15:26:25 -07:00
JonnyWong16
a9860fe62a
Fix managed users no username 2022-04-11 15:10:53 -07:00
JonnyWong16
dd389b0f94
v2.9.6 2022-04-10 15:48:32 -07:00
JonnyWong16
a2fac2b11c
Improve display of dynamic range on activity cards
* Ref #1654. Thanks @herby2212.
2022-04-09 17:52:17 -07:00
JonnyWong16
4862aee9a1
Add hidden user title (Full Name) column to users table 2022-04-08 20:03:05 -07:00