Commit Graph

3444 Commits

Author SHA1 Message Date
viown 230925e159 Only connect to ServerConnections once (#6150)
* Only connect to ServerConnections once

* Fix initial login after wizard completion

* Fix login when refreshing login or select server page
2024-10-10 16:36:32 -04:00
Bill Thornton 52d4919df4 Merge pull request #5906 from gnattu/burn-subtitle-transcoding 2024-10-09 14:15:18 -04:00
Bill Thornton 38d095b3f3 Merge pull request #6168 from viown/fix-ui-freeze 2024-10-09 14:08:43 -04:00
viown fb2d4487f3 Fix UI freeze when opening same path 2024-10-09 20:15:00 +03:00
Ethan Messinger-Arns 0cc2b0698a Add option to control how long the screensaver takes to start (#6165)
* Added option to control how long the screensaver takes to start

* ESLint fixes

* Requested pull request fixes

* Alphabetized the translation string placement

* Simplified getter
2024-10-09 10:45:19 -04:00
gnattu da4265eb46 Merge branch 'master' into burn-subtitle-transcoding 2024-10-09 06:53:18 +08:00
Bill Thornton 0344889641 Merge pull request #6134 from viown/fix-error-on-profile-page-refresh
Fix crash on several pages
2024-10-08 17:10:20 -04:00
viown 07316cf870 Update playbackmanager.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-10-08 19:19:38 +03:00
viown c2c5228c06 Update playbackmanager.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-10-08 16:27:46 +03:00
viown ca4763512f Explicitly check for Live TV 2024-10-08 10:58:02 +03:00
viown 95e23875f4 Only specify mediaSourceId if index changed 2024-10-05 10:28:02 +03:00
viown c54db604d9 Fix LiveTV Playback 2024-10-05 08:47:03 +03:00
Bill Thornton 26f7f281cd Add playback subscriber abstraction 2024-10-01 13:41:40 -04:00
Bill Thornton 24b413c849 Merge pull request #5991 from lostb1t/feature/displayordercollection 2024-09-29 02:25:54 -04:00
lostb1t 6afd7a3d98 Use DateModifed for label 2024-09-28 16:36:01 +02:00
viown 1752d0bf1a Fix additional pages 2024-09-28 14:57:45 +03:00
Bill Thornton f405602bd0 Merge pull request #6039 from grafixeyehero/Add-details-react-view
Add detail view buttons
2024-09-27 23:47:14 -04:00
viown 4c31742cc5 Fix incorrect audio & subtitle index on next track 2024-09-27 13:49:43 +03:00
Bill Thornton a2676c25ce Merge pull request #5869 from gnattu/custom-audio-tag
Add non-standard multi-value audio tag support
2024-09-23 12:31:01 -04:00
Bill Thornton 3a414a2da3 Merge pull request #5226 from terite/terite-emby-linkbutton
use LinkButton instead of dangerouslySetInnerHTML
2024-09-23 12:27:37 -04:00
Bill Thornton 76bde38e22 Remove unused imports 2024-09-23 12:09:25 -04:00
Bill Thornton fbbc8a85f3 Revert search suggestion layout change 2024-09-23 12:01:38 -04:00
David Stensland 7011d09b4b use LinkButton in SearchSuggestions 2024-09-23 11:57:15 -04:00
David Stensland 10419dcd48 remove unnecessary escapeHTML in UserCardBox 2024-09-23 11:47:14 -04:00
David Stensland 6eb6d75797 use LinkButton in UserCardBox 2024-09-23 11:47:14 -04:00
David Stensland b27b559d21 replace LinkEditUserPreferences with LinkButton 2024-09-23 11:47:14 -04:00
gnattu fc9485c49d Remove more Promise.Resolve 2024-09-22 05:04:19 +08:00
Bill Thornton 23ee5e62a7 Merge pull request #6082 from thornbill/mixed-icon 2024-09-21 13:58:04 -04:00
gnattu e4c20df5ae Remove redundant Promise.resolve 2024-09-22 00:41:33 +08:00
Niels van Velzen a269dcbc10 Increase amount of home sections from 7 to 10 2024-09-21 15:32:13 +02:00
David Stensland 0d90ac39f1 use LinkButton in dashboard/users/SectionTabs 2024-09-21 03:03:01 -04:00
Bill Thornton 576dcd85a1 Merge pull request #5990 from scampower3/allow-season-episode-original-title-edit 2024-09-20 17:36:28 -04:00
viown b5a252e104 missing newline 2024-09-20 16:24:26 -04:00
viown fb0d1f8a8c Fix double click to de-select 2024-09-20 16:24:26 -04:00
gnattu e48321a2c4 Add option to always burn in subtitles if transcoding is triggered 2024-09-21 04:10:46 +08:00
Bill Thornton 6d0f0e85a6 Merge pull request #5688 from Arcus92/native-pgs
Add support for native PGS subtitle rendering without transcoding
2024-09-20 15:55:30 -04:00
viown 07cb21f13f Fix season play button not playing specials 2024-09-20 15:08:58 -04:00
Bill Thornton 5e17cbe505 Merge pull request #6071 from gnattu/bitrate-control
Separate bitrate control from resolution
2024-09-20 14:55:51 -04:00
Bill Thornton 9f1bccb0f2 Merge pull request #6046 from dmitrylyzo/fix-focus
Fix focus indication on tags, artist and album
2024-09-20 14:38:09 -04:00
LJQ f624fa1065 Use full path for imports 2024-09-21 02:00:16 +08:00
Bill Thornton 0e94a5aa3f Merge pull request #5881 from jellyfin/lyrics-library-options
Add lyric fetcher settings to library options
2024-09-20 13:55:12 -04:00
Bill Thornton 2abc648dcf Fix default icon handling and add tests 2024-09-18 15:31:15 -04:00
David Schulte da0a255bcc Apply suggestions from code review
Removed extra line breaks and using `classList.toggle` instead of `add` and `remove` to simplify code.

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-09-18 19:18:12 +02:00
David Schulte 8753f84335 Added client setting to enable experimental Pgs subtitle renderer. 2024-09-18 19:18:12 +02:00
Bill Thornton 414ae94312 Normalize item icons 2024-09-17 16:40:19 -04:00
gnattu d9d2f8d0be Cleanup removed function 2024-09-17 17:05:18 +08:00
gnattu 020dad8867 Increase reference bitrate for high efficiency codecs 2024-09-17 17:01:42 +08:00
gnattu 33a5533b11 Remove unused functions 2024-09-17 12:25:06 +08:00
Bill Thornton 818f90d05c Merge pull request #6043 from gnattu/fix-enum-transcode
Change encoding preset and play stats for server change
2024-09-16 00:24:16 -04:00
Bill Thornton e388dbe339 Merge pull request #6068 from thornbill/no-more-redirects 2024-09-14 16:52:12 -04:00