gnattu
298fe97ab2
Add new tonemap mode options
...
Signed-off-by: gnattu <gnattuoc@me.com>
5 months ago
Bond_009
95200ad225
Improve error message when image extraction times out
...
The exception will get logged higher up the call stack.
5 months ago
Bond_009
d352d883d3
Use Apple reccomended values for HLS CODECS
5 months ago
gnattu
6c8ca30f7f
Prevent server from starting if the ffmpeg path is invalid ( #12463 )
5 months ago
Cody Robibero
8c3f3c503b
Merge pull request #11665 from Bond-009/getuserbyid
5 months ago
gnattu
639d75bd83
Fix noautorotate cli for videotoolbox ( #12530 )
5 months ago
stanol
48e7c6c904
Translated using Weblate (Ukrainian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/uk/
5 months ago
Fedor M
c887c79160
Translated using Weblate (Russian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
5 months ago
Matthieu Delorme
1dca643fb1
Translated using Weblate (French)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
5 months ago
Andi Chandler
f96d8e025a
Translated using Weblate (English (United Kingdom))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/en_GB/
5 months ago
Lukáš Kucharczyk
c0e0f176a8
Translated using Weblate (Czech)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
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
d447207489
Apply suggestions from code review
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
5 months ago
Niels van Velzen
ed572467aa
Merge pull request #12524 from nyanmisaka/fix-filter-ffmpeg7
...
Adjust filters to adapt FFmpeg 7.0
5 months ago
Josh Hood
3e46650957
Translated using Weblate (Cornish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/kw/
5 months ago
Kityn
85a8ef3513
Translated using Weblate (Polish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pl/
5 months ago
Bas
70dcfd325b
Translated using Weblate (Dutch)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
5 months ago
renovate[bot]
9f249e3eed
Update github/codeql-action action to v3.26.5 ( #12508 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
5 months ago
nyanmisaka
5ef7ab540a
Adjust filters to adapt FFmpeg 7.0
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
5 months ago
Josh Hood
a640baeea7
Added translation using Weblate (Cornish)
5 months ago
gnattu
29d5344ba7
fix typo
...
Signed-off-by: gnattu <gnattuoc@me.com>
5 months ago
gnattu
e31c6d3934
Add SubContainer support to CodecProfile
...
Currently, when specifying codec profiles, the client can only specify profiles applied to direct containers, with no way to apply a profile specifically to HLS or a specific HLS container. This limitation is not suitable for more complex client codec support scenarios.
To address this, a SubContainer field is added to CodecProfile. The client can now specify the main container as "hls" to apply the profile exclusively to HLS streams. Additionally, the SubContainer field allows the profile to be applied to a specific HLS container.
Currently, this is only used in StreamBuilder for HLS streams. Further changes may be required to extend its usage.
Signed-off-by: gnattu <gnattuoc@me.com>
5 months ago
dmitrylyzo
ca4bd57b8d
Backport pull request #12499 from jellyfin/release-10.9.z
...
Apply all codec conditions
Original-merge: fff4477a93
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
5 months ago
nyanmisaka
fd73b0cac0
Backport pull request #12493 from jellyfin/release-10.9.z
...
Fix bitstream filter not applied to videos in TS container
Original-merge: 078ee1f2de
Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
5 months ago
nielsvanvelzen
cb83dc2664
Backport pull request #12490 from jellyfin/release-10.9.z
...
Set Content-Disposition header to attachment for image endpoints
Original-merge: 9645955629
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
5 months ago
gnattu
2fd9418af0
Backport pull request #12443 from jellyfin/release-10.9.z
...
Check attachment path for null before use
Original-merge: 122da8f447
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
5 months ago
scampower3
1ca2c4b4e1
Backport pull request #12425 from jellyfin/release-10.9.z
...
Don't force non-virtual when all episodes in season are isMissing=true
Original-merge: be949af59e
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
5 months ago
ikelos
bdb2d81687
Backport pull request #12415 from jellyfin/release-10.9.z
...
Include AVIF extension for support images
Original-merge: 5027e3cd53
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
5 months ago
fredrik-eriksson
fa638388b4
Backport pull request #12414 from jellyfin/release-10.9.z
...
Revert "NextUp query respects Limit (#11956 )"
Original-merge: 9810d22d96
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
5 months ago
Bond-009
73fe6fc4b6
Merge pull request #12507 from gnattu/fix-SA1508-lyrics
...
Fix SA1508 in LyricScheduledTask
5 months ago
gnattu
7da787609b
Fix SA1508 in LyricScheduledTask
...
Signed-off-by: gnattu <gnattuoc@me.com>
5 months ago
Bond-009
7691b11f33
Merge pull request #12454 from theguymadmax/local-svg
...
Allow svg for local images
5 months ago
Bond-009
549c01c736
Merge pull request #12457 from lostb1t/feature/boxset-sort
...
Add support for ItemSortBy values in BoxSet
5 months ago
Bond-009
e211445034
Merge pull request #12397 from crobibero/lyrics-finale
...
Add lyrics library options, add download scheduled task
5 months ago
Bond-009
dea69e800f
Merge pull request #12485 from jellyfin/renovate/asynckeyedlock-7.x
...
Update dependency AsyncKeyedLock to v7.0.1
5 months ago
Bond-009
80bdfd1d98
Merge pull request #12498 from scampower3/pass-seriesdisplayorder-seasoninfo
...
Pass Series Display Order information to SeasonInfo
5 months ago
Ovidiu Popa
f090071db2
Translated using Weblate (Romanian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ro/
5 months ago
Bond-009
d5d85d121a
Merge pull request #12497 from jellyfin/renovate/ci-deps
...
Update github/codeql-action action to v3.26.4
5 months ago
LJQ
bfec336549
Pass Series Display Order information to SeasonInfo
5 months ago
renovate[bot]
bf25284b93
Update github/codeql-action action to v3.26.4
5 months ago
Evan Jarrett
6eec6c9957
fix number parser
5 months ago
houching
207261a2cf
Translated using Weblate (Khmer (Central))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/km/
5 months ago
Cody Robibero
c9e800af64
Update Emby.Server.Implementations/Localization/Core/en-US.json
...
Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
5 months ago
renovate[bot]
854e1e7a4f
Update dependency z440.atl.core to v6 ( #12426 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
5 months ago
renovate[bot]
5ec573d92a
Update dependency AsyncKeyedLock to v7.0.1
5 months ago
Bond-009
7c628e9e4f
Merge pull request #12471 from eltociear/patch-2
...
chore: update BaseSqliteRepository.cs
5 months ago
Bond-009
e06af011d6
Merge pull request #12480 from jellyfin/renovate/microsoft
...
Update dependency Microsoft.NET.Test.Sdk to v17.11.0
5 months ago
renovate[bot]
28562804f7
Update dependency Microsoft.NET.Test.Sdk to v17.11.0
5 months ago
Bond-009
567adb8caa
Merge pull request #12398 from bpauquette/patch-5
...
Update XmlTvListingsProvider.cs to fix the record series button missing on many programs
5 months ago
Bond-009
98e5f56066
Merge pull request #12473 from jellyfin/renovate/ci-deps
...
Update github/codeql-action action to v3.26.3
5 months ago