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

164 commits

Author SHA1 Message Date
Bill Thornton
13c0dc0ea6 Remove ratings from video osd 2024-10-17 02:08:36 -04:00
Dmitry Lyzo
3025e9bf48 Ignore modified hotkeys 2024-09-14 02:03:38 +03:00
Dmitry Lyzo
b2676c1633 Prevent more default actions for hotkeys 2024-09-14 02:01:10 +03:00
Hunter Austin
de71d1ef46 Prevent default actions for hotkeys 2024-09-14 01:37:01 +03:00
Bill Thornton
a00c68d49a
Merge pull request #5193 from carlo-colombo/subtitle-offset-keybinding 2024-08-16 11:52:12 -04:00
Bill Thornton
92e5d692ea
Add uppercase variants
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-08-16 11:06:26 -04:00
Bill Thornton
94ffad42cd
Merge pull request #5913 from thornbill/index-refactor
Refactor app startup code
2024-08-16 11:05:32 -04:00
venkata nadha reddy
f8e428789b
Use production year for movies in video player (#5765)
* In video player, changes to display production year rather than release year for movies.

* making it consistent
2024-08-15 15:59:56 -04:00
Bill Thornton
056d802c56 Move globalize to lib 2024-08-14 14:00:09 -04:00
polyzen
da2d825625 Backport pull request #5829 from jellyfin-web/release-10.9.z
Display mute keyboard shortcut in uppercase

Original-merge: 7991d15177

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

Backported-by: thornbill <thornbill@users.noreply.github.com>
2024-08-05 11:14:41 -04:00
enter-a-random-username
1f1e9d5dad
Add chapter titles to trickplay popup (#5832) 2024-08-01 12:57:35 -04:00
polyzen
f3d2372d52 Backport pull request #5759 from jellyfin-web/release-10.9.z
Display previous/next keyboard shortcuts

Original-merge: 2d68f94ec6

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

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-07-21 01:53:32 -04:00
dmitrylyzo
fa9621e31a Backport pull request #5719 from jellyfin-web/release-10.9.z
Fix Trickplay thumbnail in older web engines

Original-merge: 9501c5097b

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

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-07-21 01:43:54 -04:00
Steve Hoffing
5ef0428bba use a 'keydown' listener in video/index.js instead 2024-07-09 23:51:51 -04:00
Steve Hoffing
e28b55721d play/pause when Enter is pressed on non-dragging position slider 2024-07-09 23:51:51 -04:00
Carlo Colombo
0e3f6fa77b subtitles offset keybinding 2024-06-26 17:16:26 +02:00
dmitrylyzo
5e8372c42d Backport pull request #5653 from jellyfin-web/release-10.9.z
Fix video OSD not fully hiding

Original-merge: 74a3bd8768

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-06-05 17:03:46 -04:00
thornbill
9813c3efb9 Backport pull request #5601 from jellyfin-web/release-10.9.z
Fix chapter markers not updating

Original-merge: 167515dbf0

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-25 11:50:54 -04:00
nielsvanvelzen
9cf57574fb Backport pull request #5563 from jellyfin-web/release-10.9.z
Fix chapter name XSS injection in progress bar

Original-merge: 7eb54e029f

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-25 11:50:39 -04:00
thornbill
017734a0bb Backport pull request #5517 from jellyfin-web/release-10.9.z
Fix video osd not hiding in experimental layout

Original-merge: ea1d069e90

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-17 13:52:45 -04:00
gnattu
f596b114da fix: don’t change volume when dialog is shown
The dialog on the player could present a large list, requiring scrolling to find the desired option, such as a subtitle or audio track in a huge language list. Changing the volume in these cases will be very annoying.
2024-04-21 01:06:39 +08:00
Nick
5a9378012c Additional code review 2024-03-23 09:31:07 -07:00
Nick
55d57eedcc Code review suggestions 2024-03-22 18:19:30 -07:00
Nick
44602d453e Only set trickplay data on new item info 2024-02-22 17:34:18 -08:00
Nick
7877a43482 Handle different trickplay resolutions 2024-02-11 22:26:49 -08:00
Nick
8045b95d93 Add trickplay functionality 2024-02-11 20:34:30 -08:00
Dmitry Lyzo
8c8e240792 Change behavior of arrow keys and Enter when OSD is hidden
(cherry picked from commit 76c55116ce)
2023-09-22 11:07:27 +03:00
Dmitry Lyzo
0381af80f1 Focus on corresponding button
(cherry picked from commit 884ce171ea)
2023-09-22 11:06:44 +03:00
Dmitry Lyzo
e7cb4ba670 Don't show OSD for Fullscreen and Mute
(cherry picked from commit 51bd2bef1a)
2023-09-22 11:03:57 +03:00
Bill Thornton
bb44ba022d
Merge pull request #4774 from thornbill/owner-of-a-lonely-if 2023-09-14 10:53:21 -04:00
Bill Thornton
20381bd3ec Fix all loneliness 2023-09-12 23:45:36 -04:00
Bill Thornton
d6bcc7466b Fix curly bracket issues 2023-09-12 17:29:03 -04:00
Bill Thornton
f35a8151e0 Add prefer optional chaining rule 2023-07-06 13:39:48 -04:00
Dmitry Lyzo
d80650e0dd Make rating button look like other buttons 2023-05-21 01:05:43 +03:00
fishbigger
a84bee544a Added ability to favorite item from video playback 2023-05-21 01:05:43 +03:00
Xavier-Do
a928b12c44 Fix white background on video refresh
When refreshing a /video page, since no player is available,
`getCurrentPlayer` will be empty and `bindToPlayer` will crash leading
to a redirect with `appRouter.goHome();`
This is also the case when navigating with previous then next in the
browser.

Before that that, the background is set in `viewbeforeshow` using
`setBackdropTransparency(TRANSPARENCY_LEVEL.Full);`

This will leave unexpected classes in the dom leading to a white
background on the main page.

This fixes proposes to reset the transparency before going to home
using `setBackdropTransparency(TRANSPARENCY_LEVEL.None);`
Anyway, this looks a little fragile and a deeper fix may be preferable
in the future.

Another solution would be to move the
`setBackdropTransparency(TRANSPARENCY_LEVEL.Full);` when the player is
ready but my understanding of the flow is not enough to now if it would
have any unexpected results.
2023-05-09 17:03:14 +02:00
Bill Thornton
d7d0d7305c
Merge pull request #4556 from thornbill/routes-cleanup
Cleanup routes
2023-05-04 13:02:33 -04:00
Dmitry Lyzo
81a2d878ca Fix query selector target
Cherry-picked from: 1fb5c4d95d
2023-05-03 01:23:44 +03:00
Bill Thornton
f96166657d Move remaining router components 2023-05-02 16:40:31 -04:00
Bill Thornton
f2726653ae Fix indentation issues 2023-04-19 01:56:05 -04:00
Bill Thornton
8cbb4f8cc0
Merge pull request #4435 from robert-hamilton36/VolumeScroll
Add video volume change on mouse scroll
2023-04-14 17:12:19 -04:00
FireGamer3
b56f83df9a Adds Ratings to both Video Player and Up Next Dialog Window 2023-04-13 20:14:30 -05:00
Bill Thornton
1451e4ece0
Merge pull request #4423 from thornbill/pluginify-syncplay 2023-03-29 23:15:04 -04:00
Bill Thornton
6f3aa2f1df Fix eslint issues 2023-03-29 00:38:22 -04:00
robert-hamilton36
b97d6d3441 add volume adjust onwheel scroll event 2023-03-17 10:59:21 +13:00
Bill Thornton
732ef8fdad Update SyncPlay references to use plugin 2023-03-15 16:55:34 -04:00
Bill Thornton
329cf77c81 Add eslint radix rule for parseInt 2023-03-09 00:20:11 -05:00
Netanel Henya
494c0ed434 cleanup: reorganized sass files to be in src/styles instead of src/assets/css 2023-02-26 01:01:31 +02:00
Ivan Schurawel
c3b50c6d73 fix code styling
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