viown
ef00d439b1
Fix play all & shuffle not working on genres ( #5949 )
...
* Fix play all/shuffle not working on genres
* re-order
* add check for genre type
* Update src/controllers/list.js
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-27 16:39:34 -04:00
Dmitry Lyzo
bc8b83be5e
Don't change volume if it is physically controlled
2024-06-27 12:58:13 +03:00
Dmitry Lyzo
fa4b109037
Fix loading hides too early
2024-06-07 14:46:36 +03:00
gnattu
a67fd2e5ac
Try EnableDirectStream when possible
...
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-05-30 00:12:00 +08:00
gnattu
6feb46fecb
Don't check specific reason
...
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-05-28 20:27:11 +08:00
gnattu
20e29b81b5
Always try transcode as last resort
2024-05-28 05:45:29 +08:00
gnattu
2b59a9f998
fix lint
2024-05-28 01:41:56 +08:00
gnattu
a66e4d6d1a
Allow VideoStreamCopy for remote source fallback
...
During LiveTV playback, a fallback is usually needed because the first attempt would be try to direct play the remote url of that channel. If that failed we should still allow stream copy because the playback would still success in this case. The server side will enforce the most compatible format (h264+ts) and still do transcoding if that condition is not met.
2024-05-28 01:33:29 +08:00
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
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
8fcc4f340c
Merge pull request #5427 from jellyfin/audionormalization
2024-04-30 15:29:20 -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
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
a709d9e2c0
Cancel playback on error
2024-03-25 01:26:25 -04:00
Bill Thornton
5a5a70dad0
Add playback error messages and fix error propogation
2024-03-25 01:26:25 -04:00
Bill Thornton
15d30ffaeb
Add new media error types
2024-03-25 01:26:25 -04:00
Bill Thornton
081d408b18
Add enum for media errors
2024-03-25 01:22:19 -04:00
Nick
8045b95d93
Add trickplay functionality
2024-02-11 20:34:30 -08:00
Dmitry Lyzo
ff48bd6229
Backport pull request #4837 from jellyfin/release-10.8.z
...
Fix playing empty item set
Original-merge: eb7fb6b39d
Merged-by: Bill Thornton <thornbill@users.noreply.github.com>
Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-11-08 16:30:15 -05:00
Bill Thornton
c2ec479567
Merge pull request #4741 from TelepathicWalrus/album-gain
...
Album gain
2023-10-18 16:47:43 -04:00
Marco
fa40c3feae
Merge branch 'master' into Sorting-Only-Thumbnail-Fix-5584
2023-10-16 21:15:04 +01:00
MrK
b33d927c08
Using lodash implementation to merge playback queries
2023-10-16 21:02:39 +01:00
Jason Beetham
8bf3a64cd7
Make the series and season Play button play the next episode
2023-10-11 10:11:34 +03:00
TelepathicWalrus
b1c46157da
Remove redundent else
2023-10-09 01:15:33 -04:00
TelepathicWalrus
c47c1cacb2
Add check to get albumlufs only for music
2023-10-09 01:15:33 -04:00
TelepathicWalrus
28558ce6e4
Add albumLUFS to mediaSource to prevent new DTO
2023-10-09 01:15:33 -04:00
MrK
d62a36a708
itemContextMenu only supports folders and using parentId instead for lists
...
Revert line change on playbackmanager.js
2023-10-02 23:25:57 +01:00
MrK
5d20523616
Reverting itemContextMenu changes to support folder/playlist ordering with the "Play" action
...
Code cleanup
2023-09-23 22:50:57 +01:00
MrK
af61ae047c
Added queryOptions to MusicGenre call on playbackmanager
...
UserSettings added param to function comment
2023-09-20 22:55:16 +01:00
MrK
ee791f9d0d
Changed from using sortOptions to using already implemented queryOptions
...
Null verification for parentid on shortcuts.js
itemContextMenu is now obeying to sorting
2023-09-20 17:44:55 +01:00
MrK
f922742d86
Contributors file updated correctly
...
Adds shortcuts.js function to get sort order
Added sort order technique to most types of media on playbackmanager.js
2023-09-18 19:36:21 +01:00
MrK
6cfcf36c3c
Fixing bug #5584 by sending the proper Sort params to the API
2023-09-17 23:27:44 +01: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
e382f72c21
Merge pull request #4773 from thornbill/consistent-curly-braces
2023-09-14 10:51:21 -04:00
Bill Thornton
20381bd3ec
Fix all loneliness
2023-09-12 23:45:36 -04:00
TheMelmacian
5d6756778b
apply suggested changes from code review
2023-09-12 23:36:20 +02:00
Bill Thornton
d6bcc7466b
Fix curly bracket issues
2023-09-12 17:29:03 -04:00
TheMelmacian
8ec943bc30
move function to get backdrop image to api-client utils
2023-09-09 15:24:52 +02:00
TheMelmacian
5df5f6cdb2
don't use random backdrop in item header
2023-07-20 00:04:04 +02:00
TheMelmacian
23a22d6b24
use random backdrop image in video player
2023-07-20 00:01:43 +02:00