1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
Commit graph

2773 commits

Author SHA1 Message Date
TelepathicWalrus
993d6d81a9
Merge branch 'jellyfin:master' into audio-normalization 2023-02-25 15:00:46 +00:00
Ivan Schurawel
0ebf6c6899 chore: simplify valid secondary track checks 2023-02-21 09:16:32 -05:00
Ivan Schurawel
ab75013d60 Revert "fix: ensure secondary index is valid"
This reverts commit 01dfad4996d2bdc96a8506b6d0c4542bfd15bc3b.
2023-02-21 09:16:32 -05:00
Ivan Schurawel
698abb929b Revert "fix: check if primary supports secondary track"
This reverts commit e3e0348daeded50ed641c8def9a2619aff4f49bf.
2023-02-21 09:16:32 -05:00
Ivan Schurawel
3d3a0c43b3 chore: ensure check has valid track 2023-02-21 09:16:32 -05:00
Ivan Schurawel
50eb5f277d fix: check if primary supports secondary track 2023-02-21 09:16:32 -05:00
Ivan Schurawel
3c0ace3386 fix: ensure secondary index is valid 2023-02-21 09:16:32 -05:00
Ivan Schurawel
95a705a893 Update src/components/playback/playbackmanager.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
c74c0cddde chore: clear and set secondary track for continued plays 2023-02-21 09:16:32 -05:00
Ivan Schurawel
2a1ff26ad9 clean up code
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2023-02-21 09:16:32 -05:00
Ivan Schurawel
5a217ca084 set secondary sub index after player succeeds
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2023-02-21 09:16:32 -05:00
Ivan Schurawel
e5c05b4ebc Update error logging in src/components/playback/playbackmanager.js src/components/playback/playbackmanager.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2023-02-21 09:16:32 -05:00
Ivan Schurawel
c68d01a0f0 Update error logging in src/components/playback/playbackmanager.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2023-02-21 09:16:32 -05:00
Ivan Schurawel
69265e2118 Update src/components/playback/playbackmanager.js
Update error logging

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-02-21 09:16:32 -05:00
Ivan Schurawel
a50fae3b7d chore: simplify/refactor to reuse existing method 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
9ddafb063b fix: limit secondary to non-SSA/ASS subtitles 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
145aea184f feat: add native secondary subtitle support 2023-02-21 09:16:32 -05:00
Bill Thornton
8fe1584e20
Merge pull request #3652 from 1337joe/prefer-embedded-extras-titles 2023-02-11 19:11:14 -05:00
Joe Rogers
0c583b5b10
Fix indentation 2023-02-11 11:29:38 -05:00
Joe Rogers
16e51aa319
Convert if/else add/remove statements to toggle
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-02-10 22:34:20 -05:00
Bill Thornton
52e5cce3ff
Merge pull request #4183 from SenorSmartyPants/SeriesTimerUI
Display whole channel icon and new/repeat/live/premiere flags on timer list
2023-02-08 17:25:01 -05:00
SenorSmartyPants
5c51b4b985 Code review changes implemented 2023-02-07 13:12:19 -06:00
Joe Rogers
2682fe2067 Add option to allow extras to use embedded titles 2023-02-07 11:50:30 -05:00
TelepathicWalrus
c8c8bad046 Move checkbox to advanced so it always appears 2023-02-02 17:01:03 +00:00
TelepathicWalrus
ba6db57913 Tidy code 2023-02-01 10:46:08 +00:00
Telepathic Walrus
de09fd4d36 Add option to enable/disable normalization 2023-01-30 20:36:11 +00:00
Bond_009
826f9dd7fc Fix AlphaPicker movies library 2023-01-24 20:26:21 +01:00
Dmitry Lyzo
abed235b50 Backport pull request #4263 from jellyfin/release-10.8.z
Fix change audio track

Original-merge: 9139153d16

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2023-01-22 14:08:02 -05:00
Dmitry Lyzo
5e6de2d7db Backport pull request #4243 from jellyfin/release-10.8.z
Fix HTML escaping in MediaSession and on remote page

Original-merge: ae907cd8a6

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2023-01-22 14:07:08 -05:00
h3llrais3r
fb244080de Changes after review 2023-01-19 23:55:38 -05:00
h3llrais3r
c74717cd6d Use react fragment instead of div 2023-01-19 23:55:38 -05:00
h3llrais3r
b019eef37b Simplify logic 2023-01-19 23:55:38 -05:00
h3llrais3r
53aaa35a3b Show total count when no pagination is applied
If no pagination is applied (or disabled in the settings), there is no view on how many items you have in your library. By showing the pagination text (without the pagination buttons) it's still visible for the user how many items are listed in the library.
2023-01-19 23:55:38 -05:00
Bill Thornton
a3bbe02af2 Add experimental display mode option 2023-01-13 10:48:47 -05:00
Bill Thornton
f84e45dc96
Merge branch 'master' into stylelint-vendor-prefix 2023-01-05 12:22:57 -05:00
Oleg Shevchenko
440dbc3176 Add ability to specify half hour for access schedule 2023-01-05 00:30:13 -05:00
Bill Thornton
1eafb235e2 Use array.flat instead of concat.apply 2023-01-04 23:41:51 -05:00
Markus Ongyerth
d54a89d10a Integrate review feedback
* Add ignore statement for linter
* Don't shadow variable names
2023-01-04 23:41:51 -05:00
Markus Ongyerth
17eede9062 Add DownloadAll to translations 2023-01-04 23:41:51 -05:00
Markus Ongyerth
9bef06f466 Add DownloadAll for season and series 2023-01-04 23:41:51 -05:00
Rob Farraher
6c4a3ec6f1 Add getAdditionalParts method to playbackmanager
Adds support for seamless playback of multipart Movies.
When a movie with an additional part is played,
enqueue the additional parts in the playlist.
2023-01-04 16:38:24 -05:00
edvwib
d58f2e8ec4 Enable Stylelint rules for vendor prefixes
This commit also removes a bunch of vendor prefixes that were in the styles
but are no longer needed since PostCSS and Autoprefixer handles generating
them.
2022-12-20 23:49:26 +01:00
Bill Thornton
19f416580c Add eslint rules for sonar issues 2022-12-16 21:12:05 -05:00
Bill Thornton
90c08d856c
Merge pull request #4116 from thornbill/add-api-context
Add api and user context
2022-12-15 11:49:22 -05:00
Bill Thornton
5db9384c9c Fix currentApiClient return type to include undefined 2022-12-08 14:32:50 -05:00
Christophe Van de Poel
de486ded16 Fix unlimited pagination
Update src/components/common/Pagination.tsx

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2022-11-29 10:14:30 +01:00