Nyanmisaka
c108e5c485
Translated using Weblate (Chinese (Simplified Han script))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
4 months ago
hoanghuy309
e21592f473
Translated using Weblate (Vietnamese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
4 months ago
Niels van Velzen
4dcae54035
Fix GetTrickplayTileImage operation name ( #12681 )
4 months ago
Niels van Velzen
39747ee80b
Fix media segment operation name ( #12682 )
4 months ago
Niels van Velzen
bcc818f397
Fix DeviceProfile.Id should be nullable ( #12679 )
4 months ago
Nyanmisaka
b162e9290b
Fix the diff between requested and actual resolution in RKMPP ( #12680 )
4 months ago
Nyanmisaka
62606e46b5
Translated using Weblate (Chinese (Simplified Han script))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
4 months ago
gnattu
56cf1a581c
Better bitrate and resolution normalization ( #12644 )
4 months ago
Cody Robibero
c97c2217a5
Merge pull request #12676 from gnattu/rework-burnin-during-transcoding
...
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
4 months ago
gnattu
4502024468
Remove all subtitle options from audio endpoints
...
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
4 months ago
gnattu
1346ebc134
Don't add subtitle option to audio endpoint
4 months ago
gnattu
c3e889cd41
Conditionally add burn in option for remote source
4 months ago
gnattu
d944f415f3
Let HLS Controller decide if subtitle should be burn in
...
Previously, we predicted whether the subtitle should be burned in with transcode reasons, but that was not accurate because the actual transcoding codec is only determined after the client has requested the stream. This pass through the option to the `DynamicHlsController` to handle the subtitle burn-in during the actual transcoding process. Now the client should be responsible to conditionally load the subtitle when this option is enabled.
4 months ago
l00d3r
38f80edc80
Translated using Weblate (Estonian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/et/
4 months ago
l00d3r
092e9e29f1
Translated using Weblate (Estonian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/et/
4 months ago
l00d3r
78638c72fb
Translated using Weblate (Estonian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/et/
4 months ago
Tim Eisele
9ff7575c85
Fix metadata merge for BoxSets ( #12583 )
4 months ago
renovate[bot]
41fb696ef6
Update github/codeql-action action to v3.26.8 ( #12672 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4 months ago
Nyanmisaka
e615b56a70
Fix RKMPP 2pass scaling in Trickplay ( #12675 )
4 months ago
Bond-009
e005c32151
Merge pull request #12673 from nyanmisaka/rkmppdec-nokey
...
Enable key-frame only decoding for RKMPP trickplay
4 months ago
nyanmisaka
7ab7f69916
Enable key-frame only decoding for RKMPP trickplay
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
4 months ago
Bas
2c0520b540
Translated using Weblate (Dutch)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
4 months ago
Cody Robibero
b8ccf7fa70
Merge pull request #12587 from Shadowghost/session-info-dto
4 months ago
Tim Eisele
d4bde14a01
Update src/Jellyfin.Extensions/Json/Converters/JsonDelimitedArrayConverter.cs
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
4 months ago
Nyanmisaka
93db8990d9
Enable HEVC RExt HW decoding for 4:2:2/4:4:4 content ( #12664 )
4 months ago
Brian Howe
03aa37731b
Watch library directories with perm errors ( #10684 )
4 months ago
Balázs Meskó
9c4bf48b4e
Translated using Weblate (Hungarian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
4 months ago
Shadowghost
5bfb7b5d11
Remove invalid test
5 months ago
Shadowghost
ffa1c370fd
Fix permission checks
5 months ago
Shadowghost
0a982e2bfd
Return empty response instead of not found
5 months ago
Shadowghost
7a2427bf07
Add SessionInfoDto, DeviceInfoDto and implement JsonDelimitedArrayConverter.Write
5 months ago
gnattu
569a41fc2a
Don't expose hwaccel type for non-admin ( #12663 )
5 months ago
gnattu
97d2f778f8
Only sort item by width when they have the same path ( #12626 )
5 months ago
gnattu
901573473d
Sort by version name before resolution sorting ( #12621 )
5 months ago
Cody Robibero
8c8972f0b5
Merge pull request #9374 from Shadowghost/fixup2
5 months ago
Chris Lee
0f9a8d8ee1
Translated using Weblate (Norwegian Bokmål)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
5 months ago
Shadowghost
5a5da33f44
Apply review suggestions
5 months ago
Shadowghost
2351eeba56
Rework PR 6203
5 months ago
gnattu
41ac5f8d76
Fix subtitle dar comparison when number not exact ( #12660 )
5 months ago
Cody Robibero
93b40b04cb
Merge pull request #12639 from gnattu/more-streambuilder-test
5 months ago
gnattu
b92fc7ea9d
Don't resolve trickplay folder during media scanning ( #12652 )
5 months ago
Nyanmisaka
d3e7f53d93
Fix some PGSSUB burn-in perf regressions ( #12655 )
5 months ago
sand14
2a6f7c1a40
Translated using Weblate (Romanian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ro/
5 months ago
Filipe Motta
523e0c927e
Translated using Weblate (Portuguese (Brazil))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
5 months ago
xwr
66bfb2b4f8
Translated using Weblate (Galician)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/gl/
5 months ago
Sebastião josé
7df938674e
Translated using Weblate (Portuguese (Brazil))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
5 months ago
NonameMissingNo
195142861c
Translated using Weblate (Hungarian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
5 months ago
gnattu
ffbfd46dea
Move progressive tests to old place
5 months ago
gnattu
3d43b834de
Remove redundant info
5 months ago
Dmitry Lyzo
77c6fd5ab2
Improve direct profile ranking
5 months ago