Shadowghost
5bfb7b5d11
Remove invalid test
5 months ago
Shadowghost
7a2427bf07
Add SessionInfoDto, DeviceInfoDto and implement JsonDelimitedArrayConverter.Write
5 months ago
gnattu
901573473d
Sort by version name before resolution sorting ( #12621 )
5 months ago
Shadowghost
5a5da33f44
Apply review suggestions
5 months ago
Shadowghost
2351eeba56
Rework PR 6203
5 months ago
gnattu
ffbfd46dea
Move progressive tests to old place
5 months ago
gnattu
3d43b834de
Remove redundant info
5 months ago
gnattu
118c583bff
Add Dolby Vision testing
...
Signed-off-by: gnattu <gnattuoc@me.com>
5 months ago
gnattu
b0e6c357f7
Restore progressive transcoding tests
...
Signed-off-by: gnattu <gnattuoc@me.com>
5 months ago
gnattu
af92b4370f
Fix safari test
...
Signed-off-by: gnattu <gnattuoc@me.com>
5 months ago
gnattu
cefcbcb2ac
Add mkv h264 ac3 tests
...
Signed-off-by: gnattu <gnattuoc@me.com>
5 months ago
gnattu
edc15c8e92
Add broken fps mkv test
...
Signed-off-by: gnattu <gnattuoc@me.com>
5 months ago
gnattu
6395f4889d
Update unit test for StreamBuilder to reflect current server and clients
...
Signed-off-by: gnattu <gnattuoc@me.com>
5 months ago
gnattu
90a00e1293
Only remove images in metadata folder by default ( #12631 )
5 months ago
Dmitry Lyzo
3da081ba86
Add audio ranking for transcoding profiles ( #12546 )
5 months ago
Bond-009
e10b986ea0
Backport pull request #12558 from jellyfin/release-10.9.z
...
Fix alt version name generation
Original-merge: 70f4f2e8c2
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
5 months ago
Bond-009
7631956451
Backport pull request #12550 from jellyfin/release-10.9.z
...
Create and use FormattingStreamWriter
Original-merge: cd2f2ca178
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
5 months ago
JPVenson
5ceedced1c
Feature/media segments plugin api ( #12359 )
5 months ago
Niels van Velzen
9afaa6ae4d
Merge pull request #12548 from Bond-009/utf8bom
...
Remove BOM from UTF-8 files
5 months ago
Bond-009
eaca25d456
Merge pull request #12549 from Bond-009/livetvcontrollertests
...
Add LiveTvController tests
5 months ago
Bond_009
1082f20c20
Add PluginsController tests
5 months ago
Bond_009
af4b810c5e
Add LiveTvController tests
5 months ago
Bond_009
97a02f5803
Remove BOM from UTF-8 files
...
I think some people need to change their IDE configuration ;)
5 months ago
gnattu
6c8ca30f7f
Prevent server from starting if the ffmpeg path is invalid ( #12463 )
5 months ago
Bond-009
6281cd707d
Merge pull request #11250 from nyanmisaka/fix-hwa-video-rotation
...
Fix the broken video orientation (+-90/180)
5 months ago
nyanmisaka
7ee9c9b7a0
Backport pull request #12374 from jellyfin/release-10.9.z
...
Fix compatibility between TranscodingThrottler and FFmpeg 7.0
Original-merge: ee0094d889
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Bond_009 <bond.009@outlook.com>
6 months ago
Nyanmisaka
2aa9cf4007
Merge branch 'master' into fix-hwa-video-rotation
6 months ago
Bond_009
0a0de6708e
Enable more analyser rules as errors
...
Also deduplicates a bit of code inside of SeasonPathParser and adds some more tests
6 months ago
TheMelmacian
d4eeafe53f
Fix: parsing of xbmc style multi episode nfo files ( #12268 )
6 months ago
Bond_009
d3f0346f04
Enable nullable for UserItemData
...
MetadataResult.GetOrAddUserData doesn't ever get used and is probably broken since the migration to .NET Core as it still expects a Guid for userId
6 months ago
gnattu
162ea38a95
Check MaxAudioChannels for directAudioStream candidates ( #12319 )
...
* Check MaxAudioChannels for directAudioStream candidates
The current stream builder logic does not check the channel limit when determining if the audio stream can be directly used, and this can cause some undesired effects:
- A high channel count surround sound stream might be picked even if a stereo one exists when the user requires stereo audio.
- The user's preferred audio codec might not be respected during the downmix because the requested codec is now forced to be the same as the original source.
Signed-off-by: gnattu <gnattuoc@me.com>
* Fix unit test
Signed-off-by: gnattu <gnattuoc@me.com>
* Set correct transcode reason and target channels for unit test
Signed-off-by: gnattu <gnattuoc@me.com>
* Match old stream selection behavior
Signed-off-by: gnattu <gnattuoc@me.com>
* Fix reason matching
Signed-off-by: gnattu <gnattuoc@me.com>
---------
Signed-off-by: gnattu <gnattuoc@me.com>
6 months ago
Nyanmisaka
00088c2954
Merge branch 'master' into fix-hwa-video-rotation
6 months ago
Bond-009
46fde9aa04
Backport pull request #12278 from jellyfin/release-10.9.z
...
Fix localization of audio title
Original-merge: f7a90b6383
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
6 months ago
Cody Robibero
b026772764
Move external url listing to provider for plugin use ( #12279 )
7 months ago
Erwin de Haan
3262f8dc2a
Add check for ProviderIds to prevent '=' from appearing in keys, also support '=' in the values. ( #12274 )
7 months ago
honestlywhoknows
072938289c
Update PremiereDateComparerTests
...
Add extra tests for edge cases, adjust dummy values for easier debugging
7 months ago
Adam
8933574ce9
Correct PremiereDateComparerTests
...
Correct PremiereDateComparerTests - Adjust expected values, add comments, add extra test
7 months ago
Adam
86835dd3c6
Create PremiereDateComparerTests
...
Create PremiereDateComparerTests to test PremiereDateComparer functionality.
7 months ago
Bond-009
79e9fe112c
Merge pull request #11204 from revam/fix-resolver-helper-init-values
...
Don't expect `BaseItem` to be a movie/video file.
7 months ago
Bond-009
bfe7d1ee3a
Backport pull request #12026 from jellyfin/release-10.9.z
...
Check hearing impared flags with equality instead of contains
Original-merge: a89678074e
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
7 months ago
Mikal Stordal
12ed1d6429
fix: update tests
8 months ago
Bond_009
55a25d7a42
Replace async void with async Task in tests
8 months ago
Shadowghost
f67e327b29
Backport pull request #11921 from jellyfin/release-10.9.z
...
Fix identify over NFO and replace all when NFO saving enabled
Original-merge: bfcc09db8a
Merged-by: joshuaboniface <joshua@boniface.me>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
8 months ago
Shadowghost
c554321495
Backport pull request #11935 from jellyfin/release-10.9.z
...
Fix dateadded and movie NFO recognition
Original-merge: 0c039145e5
Merged-by: joshuaboniface <joshua@boniface.me>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
8 months ago
Bond_009
e2c4e52f39
Add regressions tests for update library endpoint
8 months ago
thornbill
dc2db22c3d
Backport pull request #11873 from jellyfin/release-10.9.z
...
Fix FirstTimeSetupHandler allowing public access
Original-merge: 869dab2ba2
Merged-by: joshuaboniface <joshua@boniface.me>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
8 months ago
gnattu
8424ff5b61
Backport pull request #11857 from jellyfin/release-10.9.z
...
Fix ffprobe -user_agent parameter
Original-merge: d0336cd67e
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
8 months ago
Shadowghost
5d4880c497
Backport pull request #11743 from jellyfin/release-10.9.z
...
Fix replace logic
Original-merge: 2ddb15c784
Merged-by: joshuaboniface <joshua@boniface.me>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
8 months ago
thornbill
9a1a588857
Backport pull request #11651 from jellyfin/release-10.9.z
...
Fix FirstTimeSetupPolicy allowing guest access
Original-merge: 2cb052a119
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
9 months ago
Shadowghost
b063dfd2e3
Backport pull request #11648 from jellyfin/release-10.9.z
...
Fix series status parsing
Original-merge: c6c48a2b47
Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
9 months ago