Nyanmisaka
93db8990d9
Enable HEVC RExt HW decoding for 4:2:2/4:4:4 content ( #12664 )
2024-09-19 07:14:18 -06:00
Brian Howe
03aa37731b
Watch library directories with perm errors ( #10684 )
2024-09-19 07:12:32 -06:00
Balázs Meskó
9c4bf48b4e
Translated using Weblate (Hungarian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
2024-09-19 00:41:54 -04:00
Marc Brooks
6dc61a430b
Sort embedded collections in Nfo files
...
Because the Nfo files emit the collections as they are in-memory, the
files are not stable in format, genres, tags, albums, people, etc. are emitted in random orders. Add ordering of the collections when emitting the Nfo files so the file remains stable (unchanged) when underlying media information doesn't change.
In the process of this, it became clear that most of the providers and probes don't trim the strings like people's names, genre names, etc. so did a pass of Trim cleanup too.
Specific ordering: (alphabetical/numeric ascending after trimming blanks and defaulting to zero for missing numbers)
BaseItem: Directors, Writers, Trailers (by Url), Production Locations, Genres, Studios, Tags, Custom Provider Data (by key), Linked Children (by Path>LibraryItemId), Backdrop Images (by path), Actors (by SortOrder>Name)
AlbumNfo: Artists, Album Artists, Tracks (by ParentIndexNumber>IndexNumber>Name)
ArtistNfo: Albums (by Production Year>SortName>Name)
MovieNfo: Artists
Fix Debug build lint
Fix CI debug build lint issue.
Fix review issues
Fixed debug-build lint issues.
Emits the `disc` number to NFO for tracks with a non-zero ParentIndexNumber and only emit `position` if non-zero.
Removed the exception filtering I put in for testing.
Don't emit actors for MusicAlbums or MusicArtists
Swap from String.Trimmed() to ?.Trim()
Addressing PR feedback
Can't use ReadOnlySpan in an async method
Removed now-unused namespace
2024-09-18 20:33:18 -05:00
Shadowghost
5bfb7b5d11
Remove invalid test
2024-09-18 16:18:14 +02:00
Shadowghost
ffa1c370fd
Fix permission checks
2024-09-18 16:10:13 +02:00
Shadowghost
0a982e2bfd
Return empty response instead of not found
2024-09-18 16:04:29 +02:00
Shadowghost
7a2427bf07
Add SessionInfoDto, DeviceInfoDto and implement JsonDelimitedArrayConverter.Write
2024-09-18 15:42:15 +02:00
gnattu
569a41fc2a
Don't expose hwaccel type for non-admin ( #12663 )
2024-09-18 07:25:28 -06:00
gnattu
97d2f778f8
Only sort item by width when they have the same path ( #12626 )
2024-09-18 07:22:53 -06:00
gnattu
901573473d
Sort by version name before resolution sorting ( #12621 )
2024-09-18 07:22:33 -06:00
Cody Robibero
8c8972f0b5
Merge pull request #9374 from Shadowghost/fixup2
2024-09-18 07:21:43 -06:00
Chris Lee
0f9a8d8ee1
Translated using Weblate (Norwegian Bokmål)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
2024-09-18 03:41:35 -04:00
Shadowghost
5a5da33f44
Apply review suggestions
2024-09-17 23:34:12 +02:00
Shadowghost
2351eeba56
Rework PR 6203
2024-09-17 20:35:23 +02:00
gnattu
41ac5f8d76
Fix subtitle dar comparison when number not exact ( #12660 )
2024-09-17 07:08:16 -06:00
Cody Robibero
93b40b04cb
Merge pull request #12639 from gnattu/more-streambuilder-test
2024-09-16 11:03:14 -06:00
gnattu
b92fc7ea9d
Don't resolve trickplay folder during media scanning ( #12652 )
2024-09-16 10:47:12 -06:00
Nyanmisaka
d3e7f53d93
Fix some PGSSUB burn-in perf regressions ( #12655 )
2024-09-16 10:47:02 -06:00
sand14
2a6f7c1a40
Translated using Weblate (Romanian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ro/
2024-09-15 20:41:35 -04:00
Filipe Motta
523e0c927e
Translated using Weblate (Portuguese (Brazil))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
2024-09-15 20:41:34 -04:00
xwr
66bfb2b4f8
Translated using Weblate (Galician)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/gl/
2024-09-14 13:41:36 -04:00
Sebastião josé
7df938674e
Translated using Weblate (Portuguese (Brazil))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
2024-09-14 13:41:36 -04:00
NonameMissingNo
195142861c
Translated using Weblate (Hungarian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
2024-09-14 13:41:36 -04:00
gnattu
ffbfd46dea
Move progressive tests to old place
2024-09-14 03:28:14 +08:00
gnattu
3d43b834de
Remove redundant info
2024-09-14 01:34:06 +08:00
Dmitry Lyzo
77c6fd5ab2
Improve direct profile ranking
2024-09-14 01:26:51 +08:00
gnattu
6a5f22fc2f
Revert "Return more precise transcoding reasons"
...
This reverts commit de8bb15c
Signed-off-by: gnattu <gnattuoc@me.com>
2024-09-14 01:24:57 +08:00
gnattu
118c583bff
Add Dolby Vision testing
...
Signed-off-by: gnattu <gnattuoc@me.com>
2024-09-14 01:23:41 +08:00
Bond-009
2f602deb5a
Merge pull request #12642 from jellyfin/renovate/ci-deps
...
Update github/codeql-action action to v3.26.7
2024-09-13 18:11:09 +02:00
renovate[bot]
1e94511f79
Update github/codeql-action action to v3.26.7
2024-09-13 15:31:51 +00:00
gnattu
b0e6c357f7
Restore progressive transcoding tests
...
Signed-off-by: gnattu <gnattuoc@me.com>
2024-09-13 23:26:48 +08:00
gnattu
af92b4370f
Fix safari test
...
Signed-off-by: gnattu <gnattuoc@me.com>
2024-09-13 23:19:35 +08:00
gnattu
cefcbcb2ac
Add mkv h264 ac3 tests
...
Signed-off-by: gnattu <gnattuoc@me.com>
2024-09-13 23:17:33 +08:00
gnattu
5913db991b
Improve readability
...
Signed-off-by: gnattu <gnattuoc@me.com>
2024-09-13 22:46:36 +08:00
gnattu
edc15c8e92
Add broken fps mkv test
...
Signed-off-by: gnattu <gnattuoc@me.com>
2024-09-13 18:20:07 +08:00
gnattu
de8bb15c78
Return more precise transcoding reasons
...
Using the first profile's reason is somewhat arbitrary, as many clients' first profile may not be the most compatible one. For instance, browsers often set WebM as the first profile, which doesn’t support common codecs like H.264 and AAC by design. This causes `VideoCodecNotSupported` and `AudioCodecNotSupported` to be returned, even if the browser supports those codecs. Only use those reasons when all profiles indicate that the codec is not supported.
Signed-off-by: gnattu <gnattuoc@me.com>
2024-09-13 18:19:05 +08:00
gnattu
6395f4889d
Update unit test for StreamBuilder to reflect current server and clients
...
Signed-off-by: gnattu <gnattuoc@me.com>
2024-09-13 15:44:03 +08:00
Niels van Velzen
7d178aad0b
Merge pull request #12636 from gnattu/fix-ci
...
Remove redundant newline to fix CI
2024-09-13 07:34:38 +02:00
gnattu
3c64e1d33f
Remove redundant newline to fix CI
...
Signed-off-by: gnattu <gnattuoc@me.com>
2024-09-13 10:07:10 +08:00
Josh Hood
a529edaad1
Translated using Weblate (Cornish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/kw/
2024-09-12 18:41:36 -04:00
Ruben Teixeira
acbe4082a8
Translated using Weblate (Portuguese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
2024-09-12 18:41:36 -04:00
BromTeque
ac55682260
Translated using Weblate (Norwegian Bokmål)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
2024-09-12 18:41:35 -04:00
gnattu
90a00e1293
Only remove images in metadata folder by default ( #12631 )
2024-09-12 13:45:38 -06:00
Bond-009
6b646e24ea
Don't extract chapter images if chapters are <1s long on average ( #11832 )
2024-09-12 13:44:57 -06:00
gnattu
62712aa12c
Add option to always burn in subtitles if transcoding is triggered ( #12430 )
2024-09-12 09:53:21 -06:00
gnattu
0ff7f28753
Enable BWDIF VideoToolbox deint filter when available ( #12634 )
2024-09-12 09:52:24 -06:00
Nyanmisaka
6deebb4498
Fix QSV presets may be empty ( #12633 )
2024-09-12 09:52:03 -06:00
felix920506
751e12e5b5
Translated using Weblate (Chinese (Traditional))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
2024-09-11 16:41:36 -04:00
Nyanmisaka
074d9aa5d5
Translated using Weblate (Chinese (Simplified))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
2024-09-11 16:41:36 -04:00