Bill Thornton
2280d98785
Restore promise rejects
2024-05-21 12:08:21 -04:00
Bill Thornton
70b9aa4611
Fix playback interceptor rejecting
2024-05-20 17:49:41 -04:00
gnattu
c0b86a39c7
Only connect to manuall addresses specified by user
...
This should never be enabled on the web because users are not expected to connect to an address they don't specify. For specific use cases like auto endpoint switching between networks, this should be managed by DNS or the router itself, not by the application.
Having an address that is not always connectable causes our Android users to be unable to reliably connect to the server. It also breaks many reverse-proxy setups, as this address exposed by the server usually bypasses the proxy unless explicitly configured by the user. This has far more negative impact than the benifit it brings.
2024-05-20 22:37:19 +08:00
Bill Thornton
c0467b1f13
Fix video osd not hiding in experimental layout
2024-05-15 14:56:59 -04:00
Bill Thornton
a358d34ea9
Merge pull request #5507 from thornbill/min-server-version
2024-05-15 00:05:19 -04:00
Bill Thornton
d17c35acc3
Fix stored credentials not updating on logout
2024-05-14 17:16:12 -04:00
Bill Thornton
f980e38530
Set the minimum server version to match the sdk
2024-05-14 17:01:38 -04:00
Bill Thornton
8ee5ad72d1
Merge pull request #5477 from thornbill/fix-now-playing-dash
...
Fix now playing bar rendering under drawer
2024-05-10 13:10:30 -04:00
Bill Thornton
29b5bce2f8
Fix now playing bar rendering under drawer
2024-05-10 12:24:38 -04:00
gnattu
070dd2ac8e
don’t set save lyrics locally as default
2024-05-10 15:45:29 +08:00
Bill Thornton
f002d540a2
Fix role and type display on people cards
2024-05-08 13:56:06 -04:00
Bill Thornton
9b635ca497
Merge pull request #5463 from thornbill/fix-recently-added-mixed
...
Fix recently added for mixed libraries
2024-05-07 14:23:31 -04:00
Bill Thornton
d98978eb1e
Fix recently added for mixed libraries
2024-05-07 14:05:00 -04:00
Pithaya
caf028b721
Support person types for books
2024-05-06 16:14:39 -04:00
Bill Thornton
ebc6d274bd
Merge pull request #5251 from scampower3/missing-people-types
...
Add missing options for people metadata editor
2024-05-06 16:12:46 -04:00
Bill Thornton
bae48c4023
Cleanup logs and make playlists public by default
2024-05-06 03:10:52 -04:00
Bill Thornton
6c226ba59f
Add permission check for removing playlist item
2024-05-06 03:02:12 -04:00
Joshua M. Boniface
7700f15fd9
Merge pull request #5453 from thornbill/playlist-access-checks
...
Add permission check to playlist editor
2024-05-05 21:37:51 -04:00
Joshua M. Boniface
6987bbf71d
Merge pull request #5440 from jellyfin/lyric-library-management
...
Add lyric settings to music library management
2024-05-05 21:34:22 -04:00
Joshua M. Boniface
df0af31bb3
Merge branch 'master' into playlist-access-checks
2024-05-05 21:31:13 -04:00
Joshua M. Boniface
56d5a8aae2
Merge pull request #5449 from thornbill/new-playlist-public
...
Add public access option when creating playlist
2024-05-05 21:30:28 -04:00
Bill Thornton
048d07e1a1
Add error messages for playlist editor
2024-05-05 14:34:56 -04:00
Bill Thornton
e13f0ba234
Add edit permission check for adding to playlist
2024-05-05 04:50:48 -04:00
Bill Thornton
8fa2fd071f
Add public access option when creating playlist
2024-05-05 03:22:29 -04:00
Dmitry Lyzo
f1220600eb
Add Video Advanced section
2024-05-05 01:48:00 +03:00
Dmitry Lyzo
275e18457e
Add TrueHD enabling option
2024-05-05 01:36:40 +03:00
Dmitry Lyzo
ce15adba69
Add DTS enabling option
2024-05-05 01:36:40 +03:00
Cody Robibero
be4836ffd3
remove lyric fetcher management (not supported)
2024-05-04 10:34:20 -06:00
Andrew Rabert
10198f9056
Show "99+" in unplayed indicator when more 100 or more new items
2024-05-02 16:14:13 -04:00
Andrew Rabert
ee0dfed858
Fix unplayed count styling when navigating back
2024-05-01 17:06:08 -04:00
Bill Thornton
a3259477dc
Merge pull request #5423 from nvllsvm/season_playallfromhere
2024-05-01 12:39:23 -04:00
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