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

3497 commits

Author SHA1 Message Date
Bill Thornton
a3b5be0bb6
Merge pull request #5439 from thornbill/no-lyrics-when-no-lyrics 2024-05-01 12:34:18 -04:00
Bill Thornton
c2a5f1e05d
Merge pull request #5437 from thornbill/fix-item-state 2024-05-01 12:24:06 -04:00
Andrew Rabert
46c749c547 Fix+enhance playback sequence of episodes in a series/season
- Adds an option to a season's menu to `Play All From Here` (default
  behavior is to play only the specific season)
- Playback will start on the first unplayed episode, or at the beginning
  of the season
- After starting playback, navigation to prior episodes is immediately possible
  using the previous episode navigation button
- Fix previous button not navigating to previous episode when starting
  on a non-first episode (ex. episode 1 when starting playback on episode 2)
2024-05-01 11:46:14 -04:00
Bill Thornton
1b2c99a4ec
Merge pull request #5402 from dmitrylyzo/fix-livetv-loading
Show error message on playback failure
2024-05-01 02:35:21 -04:00
Bill Thornton
96eff86e3b Fix review feedback 2024-05-01 01:39:17 -04:00
Cody Robibero
931d981801 Add lyric settings to music library management 2024-04-30 18:48:32 -06:00
Bill Thornton
c95592d6e3 Hide lyrics button when there are no lyrics 2024-04-30 17:35:08 -04:00
Bill Thornton
23c15f8259 Fix usages of item in location state 2024-04-30 16:23:36 -04:00
Bill Thornton
873d8597a4 Fix undefined now playing item 2024-04-30 16:10:50 -04:00
Bill Thornton
8fcc4f340c
Merge pull request #5427 from jellyfin/audionormalization 2024-04-30 15:29:20 -04:00
Bill Thornton
573e9aba71
Merge pull request #5398 from ConnorS1110/fix-broken-next-episode-setting
Fix playing next episode when autoplay is disabled
2024-04-30 13:43:41 -04:00
Bill Thornton
a5ccf9a153
Merge pull request #5430 from thornbill/save-password-text 2024-04-29 15:44:32 -04:00
Bill Thornton
bc598c7c8e Update save password button label 2024-04-29 02:34:14 -04:00
Bill Thornton
32cd1e9307 Fix id param when creating playlists 2024-04-29 01:22:45 -04:00
Bond_009
e132332896 Use NormalizationGain instead of LUFS 2024-04-28 21:26:45 +02:00
Connor Smith
595983f102 Refactor translateItemsForPlayback 2024-04-25 21:28:58 -04:00
Connor Smith
13dfa62eb4 Fix incorrect flag check preventing expected behavior when navigating to next episode 2024-04-25 21:28:58 -04:00
Andrew Rabert
074467e018
Merge pull request #5416 from jellyfin/bond-multiparts
Check if there are multiple parts before requesting them
2024-04-24 13:17:01 -04:00
Andrew Rabert
f71cc8026a Include season id in request when retrieving episodes
This also fixes shuffling an individual season (broken since at least 10.8.13, probably earlier)
2024-04-24 13:09:36 -04:00
Andrew Rabert
27984fe083 Fix shuffling for shows 2024-04-24 12:55:36 -04:00
Bond_009
93f42e3469 Check if there are multiple parts before requesting them
If the property exists it should always be larger than 1 so the second
check isn't really needed
2024-04-24 18:24:36 +02:00
Bill Thornton
2d2003c8b9
Merge pull request #5413 from jellyfin/replaygaintag 2024-04-24 08:21:51 -04:00
Dmitry Lyzo
3a87e2c52e fix: show error message on playback failure 2024-04-24 11:50:53 +03:00
Dmitry Lyzo
b192795c90 fix: fix LiveTV loading not hide on fail 2024-04-24 11:46:07 +03:00
Dmitry Lyzo
eb463c0adb refactor: linearize promises 2024-04-24 11:46:07 +03:00
Bill Thornton
30c61649c4 Fix drawer covering now playing bar in experimental layout 2024-04-24 00:49:53 -04:00
Bond_009
b6bc8025b6 Revert "Merge pull request #4984 from TelepathicWalrus/use-replay-gain-tags"
This reverts commit 4ea5ca6bad, reversing
changes made to 40e7009081.
2024-04-23 23:02:44 +02:00
Bill Thornton
7158be9aaf
Merge pull request #5392 from thornbill/playlist-editor-ts 2024-04-21 23:43:44 -04:00
Bill Thornton
0e98ae44ab
Merge pull request #5371 from dmitrylyzo/fix-favorite-margin
Fix Favorite button margin
2024-04-21 14:32:11 -04:00
Bill Thornton
3f967f70f5
Merge pull request #4733 from robert-hamilton36/LyricsSupport
Add Lyric support
2024-04-21 14:29:28 -04:00
Bill Thornton
2ab12bc932 Ensure loading indicator is hidden 2024-04-21 12:08:39 -04:00
Bill Thornton
3d84e8ac08
Merge pull request #5331 from gnattu/fix-trickplay 2024-04-20 02:54:51 -04:00
Bill Thornton
05e03970f3 Move loading.hide to finally 2024-04-19 08:21:58 -04:00
Bill Thornton
633ae83611 Fix review feedback 2024-04-19 08:15:45 -04:00
Bill Thornton
0163da2df8 Use ts sdk for playlist editor 2024-04-16 09:16:54 -04:00
Bill Thornton
fa16daabb0 Fix type errors in playlist editor 2024-04-16 09:16:54 -04:00
Bill Thornton
d3c343be4a Convert playlist editor to ts 2024-04-16 09:16:54 -04:00
Dmitry Lyzo
b0f295d6e6 Remove margin from Favorite button in title
Previosly, the `listItemButton` class removed it.
2024-04-16 14:54:42 +03:00
Dmitry Lyzo
ed9bf4a665 Fix margin of Favorite button
`listItemButton` removes margin and should not be used for non-list items.
2024-04-16 14:54:42 +03:00
robert-hamilton36
c42b96df3e add Lyrics 2024-04-10 10:49:33 +12:00
btopherjohnson
0f0314afa4
Merge branch 'master' into EnableLibrary 2024-03-30 23:59:00 -07:00
Niels van Velzen
f882e8c5bb Fix unreleased status missing in metadata editor 2024-03-30 21:13:20 +01:00
btopherjohnson
ad3ed6de10
Merge branch 'master' into EnableLibrary 2024-03-29 17:42:31 -07:00
gnattu
f298387a86 fix: remove unused trickplay files 2024-03-30 08:10:35 +08:00
robert-hamilton36
53524bc95c add titles to buttons on now playing bar 2024-03-27 10:19:15 +03:00
Bill Thornton
a022a07620 Fix removed sdk function 2024-03-26 11:04:58 -04:00
Cody Robibero
b84e9250fa
Merge branch 'master' into EnableLibrary 2024-03-25 07:16:27 -06:00
Bill Thornton
1cfc4696f4
Merge pull request #5315 from dmitrylyzo/limit-supported-resolution
Add option to limit maximum supported video resolution
2024-03-25 03:49:03 -04:00
Bill Thornton
45609c0f86
Merge pull request #5316 from dmitrylyzo/enable-smooth-scroll
Add option to enable smooth scroll
2024-03-25 03:45:07 -04:00
Bill Thornton
d52c56eb2e Remove global ApiClient reference 2024-03-25 03:31:32 -04:00