Commit Graph

420 Commits

Author SHA1 Message Date
Bill Thornton 3a784ad928 Merge pull request #4403 from thornbill/eslint-radix
Add eslint radix rule for parseInt
2023-03-10 15:22:32 -05:00
ThaUnknown 71e9b46a81 chore: update JASSUB
fix: error event handling
fix: default font
2023-03-10 15:45:01 +01:00
Zourlo 2848f6295b Merge branch 'master' into blurred-pdf-fixed 2023-03-10 17:40:27 +09:00
dann-merlin 7858e524eb Merge branch 'master' into fix_long_getItems_request_URL 2023-03-10 01:31:42 +00:00
Dmitry Lyzo 2c4d065e0e Backport pull request #4362 from jellyfin/release-10.8.z
Fix subtitle offset reset when seeking progressive stream

Original-merge: af27e084d5fd6d7f0372b8f10a5eff339c73866c

Merged-by: Bill Thornton <thornbill@users.noreply.github.com>

Backported-by: crobibero <cody@robibe.ro>
2023-03-09 19:43:07 -05:00
dann-merlin f516e18fb9 Merge branch 'master' into fix_long_getItems_request_URL 2023-03-09 22:35:38 +00:00
Bill Thornton d2f10a577e Merge pull request #4399 from knackebrot/hls.js-1.3
Update hls.js to 1.3.4
2023-03-09 15:30:37 -05:00
Bill Thornton 329cf77c81 Add eslint radix rule for parseInt 2023-03-09 00:20:11 -05:00
Bill Thornton 64ecc3eae7 Add plugin types 2023-03-08 11:08:19 -05:00
Merlin Danner 1a069b49be Rename getItemsHelper.ts to getItems.ts 2023-03-08 02:39:17 +00:00
Merlin Danner d5e9541010 Fix too long URLs on getItems with many ids 2023-03-08 02:39:17 +00:00
knackebrot 52363c59d9 Update hls.js to 1.3.4 2023-03-06 11:39:00 +01:00
Ivan Schurawel c0fc93dedc fix: cancel debounce on player unmount 2023-03-02 16:22:06 +09:00
Ivan Schurawel 4c71de4815 chore: use smaller debounce time 2023-03-02 16:22:06 +09:00
Ivan Schurawel acdbf59b50 chore: add debounce to setSubtitleOffset 2023-03-02 16:22:06 +09:00
Ivan Schurawel 032d03d201 fix: don't set temp variable 2023-03-02 16:22:06 +09:00
Ivan Schurawel 2caa2851b9 fix: use correct name
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2023-03-02 16:22:06 +09:00
Ivan Schurawel f20ee0b2ea fix: disable track mode to force clear active cues 2023-03-02 16:22:06 +09:00
Ivan Schurawel f2fd96aced fix: clear stuck subtitle track cues 2023-03-02 16:22:06 +09:00
TelepathicWalrus 993d6d81a9 Merge branch 'jellyfin:master' into audio-normalization 2023-02-25 15:00:46 +00:00
Cas cd52499849 Merge branch 'master' into jassub 2023-02-22 19:19:56 +01:00
ThaUnknown 35e588e175 fix: canvas positioning, worker escheck 2023-02-22 19:18:00 +01:00
Ivan Schurawel 4ca927991f Update src/plugins/htmlVideoPlayer/plugin.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2023-02-21 09:16:32 -05:00
Ivan Schurawel 89ec4cf9cf chore: implement feedback 2023-02-21 09:16:32 -05:00
Ivan Schurawel fb68bb1419 fix: define options before setting secondary track 2023-02-21 09:16:32 -05:00
Ivan Schurawel fe970743f1 chore: remove fix for stuck track cues 2023-02-21 09:16:32 -05:00
Ivan Schurawel c7f31c0fac fix: pass player to playbackManager 2023-02-21 09:16:32 -05:00
Ivan Schurawel 6c0a173361 use whole subtitles element
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2023-02-21 09:16:32 -05:00
Ivan Schurawel b1e397c4bc fix: use correct stream, code safety, race conditions, update css 2023-02-21 09:16:32 -05:00
Ivan Schurawel abc663f6f6 fix: update ssa/ass checks, custom track location, offsets 2023-02-21 09:16:32 -05:00
Ivan Schurawel 49bae6b67c fix: failed lint check 2023-02-21 09:16:32 -05:00
Ivan Schurawel 8fd9d83d8e chore: refactor check, move consts 2023-02-21 09:16:32 -05:00
Ivan Schurawel 9ddafb063b fix: limit secondary to non-SSA/ASS subtitles 2023-02-21 09:16:32 -05:00
Ivan Schurawel f33699ad8a fix: only show secondary if primary sill valid, remove resolveOnClick 2023-02-21 09:16:32 -05:00
Ivan Schurawel e01124cbca chore: use specific method for checking track 2023-02-21 09:16:32 -05:00
Ivan Schurawel e871300265 chore: refactor destroyCustomTrack method 2023-02-21 09:16:32 -05:00
Ivan Schurawel 529e70222a fix: update custom renderer logic/custom track spacing 2023-02-21 09:16:32 -05:00
Ivan Schurawel 348de5ac7f feat: resume secondary track for current session 2023-02-21 09:16:32 -05:00
Ivan Schurawel 256084ffb8 fix: correctly apply offsets/hide existing for certain browsers 2023-02-21 09:16:32 -05:00
Ivan Schurawel ab993886c1 feat: add custom rendered secondary tracks 2023-02-21 09:16:32 -05:00
Ivan Schurawel 145aea184f feat: add native secondary subtitle support 2023-02-21 09:16:32 -05:00
ThaUnknown 6f0a8631af feat: migrate to JASSUB 2023-02-15 15:42:23 +01:00
Zourlo a935cb66ed Update plugin.js 2023-02-13 05:41:22 +09:00
Zourlo d8e22f68bd Update plugin.js 2023-02-13 05:34:38 +09:00
Zourlo fa7a9aaee6 Blurred pdf
Blurred pdf may happen if the screen is small. I modified pdfPlayer to avoid it.
2023-02-12 21:59:22 +09:00
TelepathicWalrus 31a957af24 Add catch if LFUS is null 2023-02-02 14:08:37 +00:00
TelepathicWalrus ba6db57913 Tidy code 2023-02-01 10:46:08 +00:00
Telepathic Walrus 6f0fb8c0ce Updated to use LUFS term instead of normalization 2023-01-31 18:27:43 +00:00
Telepathic Walrus de09fd4d36 Add option to enable/disable normalization 2023-01-30 20:36:11 +00:00
Telepathic Walrus 5edebd9070 Use normalization value from server 2023-01-30 18:47:38 +00:00