JonnyWong16
10e62ca42d
Fix stats on live tv info pages
2024-04-01 19:02:52 -07:00
JonnyWong16
177962d626
Change live tv text to channel title
2024-04-01 19:02:52 -07:00
JonnyWong16
41693ee5f1
Remove synced items from UI
2024-03-24 15:46:57 -07:00
JonnyWong16
e3113ebd30
Fix configuration table None system language
2023-12-06 13:20:33 -08:00
JonnyWong16
98ceb0a81d
Add time formats to order of notification text modifiers
2023-12-03 13:45:13 -08:00
JonnyWong16
325271a88e
Update the stream duration on activity cards
...
* Fixes #2206
Some clients like Plexamp use the same sessionKey when the track changes.
2023-12-03 13:33:37 -08:00
JonnyWong16
98c363f559
Update Notification Text Modifiers modal with Time Formats
2023-11-13 11:28:53 -08:00
JonnyWong16
89aad6952b
Fix activity card overflow due to screen scaling
...
* Fixes #2033
2023-11-09 16:43:41 -08:00
JonnyWong16
32cf26884b
Add system language and sqlite version to configuration table
2023-10-26 11:05:51 -07:00
JonnyWong16
ab16adcffc
Add link from concurrent stream stats card to graphs page
2023-10-23 16:04:29 -07:00
herby2212
a31dcb5508
Quater values for History Watch Status ( #2179 )
...
* initial release
* change fillup orientation to clockwise
* fix indentation for css
* fix 50 percent circle orientation
* optimize colors and padding
2023-10-23 15:51:35 -07:00
JonnyWong16
fdc1dd3525
Add trigger time to notification and newsletter tables
2023-10-09 11:37:56 -07:00
JonnyWong16
62be48df9c
Change colour of max. concurrent stream series
2023-10-09 11:33:40 -07:00
JonnyWong16
0fa7553d97
Fix right float cog icon on mobile devices table
2023-10-09 11:27:46 -07:00
JonnyWong16
b18c31f431
Update table right flow overflow
2023-10-09 11:27:46 -07:00
herby2212
59fe34982e
Concurrent Streams per Day Graph ( #2046 )
...
* initial commit
* fix grouping in webserve
* remove event handler and adapt cursor
* optimize most concurrent calculation
* update branch from nightly and user filter
* max concurrent streams in graph
* made several changes mentioned in review
2023-10-07 13:45:11 -07:00
JonnyWong16
d91e561a56
Regroup history in separate thread and improve logging
2023-07-07 17:47:38 -07:00
Tom Niget
343a3e9281
Multiselect user filters ( #2090 )
...
* Extract user filter generation code into method
* Extend make_user_cond to allow lists of user IDs
* Update documentation for stats APIs to indicate handling of ID lists
* Use multiselect dropdown for user filter on graphs page
Use standard concatenation
Fix select style
Move settings to JS constructor
Change text for no users checked
Don't call selectAll on page init
Add it back
Remove attributes
Fix emptiness check
Allow deselect all
Only refresh if user id changed
* Show "N users" starting at 2 users
Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com>
* Use helper function split_strip
Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com>
* Move make_user_cond at bottom and make private
* Add new user picker to history page
* Fix copy-paste error
* Again
* Add CSS for bootstrap-select
---------
Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com>
2023-07-07 17:15:16 -07:00
JonnyWong16
b144e6527f
Add button to regroup play history
2023-07-07 14:36:44 -07:00
JonnyWong16
14648a4604
Fix live tv thumb hover on top libraries statistics card
2023-04-13 21:48:31 -07:00
JonnyWong16
b0921b5f4a
Fix history table sorting by play duration
2023-04-13 15:17:22 -07:00
JonnyWong16
2921c1fc30
Fix live tv thumb and art for top libraries statistics card
2023-04-13 14:48:19 -07:00
JonnyWong16
8664570a78
Don't show audio language for music on activity card
2023-03-14 12:21:45 -07:00
JonnyWong16
c90469b0b7
URI encode download logfile parameter
2023-03-03 22:37:57 -08:00
JonnyWong16
3d2959ee51
Use .setAttribute()
for QR code address parser
2023-03-03 22:25:01 -08:00
JonnyWong16
4274a29bd6
Use .text()
instead of .html()
to set graph range values
2023-03-03 22:22:29 -08:00
JonnyWong16
78a3d15039
Add history table to collection and playlist info pages
2023-03-03 10:22:02 -08:00
herby2212
0522253194
Add watch time & user stats for playlists ( #2012 )
2023-02-28 17:33:13 -08:00
herby2212
ae3d75bbe3
watch time & user stats for collections ( #1982 )
...
* user_stats for collection
* watch_time_stats for collection
* check for media_type to be compatible with API
* update API and datafactory optimizations
* beautify webserve class
* fix sql query build
* filter on suitable collections
* stats for collections of sub media type
* optimize array creation
2023-02-26 17:32:50 -08:00
JonnyWong16
ecb6d8b743
Move track artist to details tag on info page
2023-02-25 16:43:14 -08:00
JonnyWong16
e6d1712afd
Fix styling on collection info pages
2023-02-25 16:35:48 -08:00
JonnyWong16
ebe570d42f
Allow setting a custom Pushover sound
...
* Closes #2005
2023-02-21 11:12:56 -08:00
JonnyWong16
b1dd28e39b
Add setting to change video watched completion behaviour
2023-02-20 16:33:19 -08:00
herby2212
0959f28e95
Add edition detail field for movie info ( #1957 )
...
* edition addition for movie info
* swap position to match plex order
2023-01-28 14:09:11 -08:00
JonnyWong16
808ca348e8
Use source language instead of stream language on activity cards
2022-12-22 11:24:41 -08:00
JonnyWong16
d426c3e12e
Don't capitalize language and display "Unknown" on activity cards
2022-12-21 17:25:18 -08:00
JonnyWong16
8eed162367
Override direct play subtitle decision in stream data modal
2022-12-21 17:24:41 -08:00
JonnyWong16
fe1d850e1c
Display "Unknown" language in stream data modal
2022-12-21 17:24:14 -08:00
JonnyWong16
bcb9a9d6c6
Display subtitle forced in stream data modal
2022-12-21 17:02:10 -08:00
JonnyWong16
44419fb0bf
Display subtitle language in stream data modal
2022-12-21 16:35:15 -08:00
JonnyWong16
7c030ef362
Link watch statistics to info page using history metadata
...
* Closes #1882
2022-12-21 16:35:15 -08:00
FSCorrupt
8664b95ca1
Adding stream audio/sub language to activity card. ( #1900 )
...
* Update current_activity_instance.html
* Update index.html
* Make sure language is capitalized on activity card
Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com>
2022-12-21 16:26:32 -08:00
JonnyWong16
5f8fbe1230
Add meta color-scheme to newsletter template
...
* Allows CSS to support light and dark themes
2022-12-21 15:13:14 -08:00
JonnyWong16
100fdd1df1
Change export m3u8 to m3u extension
...
* m3u files are still encoded using UTF-8
2022-11-13 19:09:58 -08:00
JonnyWong16
7c8cea74e4
Fix padding on condition operator dropdown on small screens
2022-11-07 12:05:04 -08:00
JonnyWong16
a3ad40122d
Add months timeframe for newsletters
...
* Closes #1876
2022-11-07 11:26:13 -08:00
JonnyWong16
894eaf0365
Check IPv6 HTTP host when retrieving app URL
2022-11-07 10:41:49 -08:00
JonnyWong16
a9949a07da
Update filterer
...
* Clear condition operator if type changes
2022-10-10 18:05:14 +00:00
JonnyWong16
3c40f83738
Update filterer.jquery.js
2022-08-19 10:36:10 -07:00
JonnyWong16
84fb1a2dc2
Add quality profile tooltip
2022-08-18 16:35:06 -07:00