MBR#0001
19b756a507
Fix FFProbeVideoInfo downloading subtitles without considering internal streams
...
Currently "Skip if the video already contains embedded subtitles" and "Skip if the default audio track matches the download language" are ignored because the internal tracks are not loaded before downloading
This method is also triggered by the missing subtitles task (whenever a subtitle is downloaded) so if there are multiple languages configured, after first one is downloaded (valid) it runs it for other languages which might be internal
2026-05-02 21:07:13 +02:00
dkanada
c59d3bb21a
hide HLS controllers and update obsolete endpoints
2026-04-27 21:45:40 +09:00
Bond-009
5ed9fb11ac
Merge pull request #16649 from MBR-0001/removeGlobalSubtitleConfiguration
...
Skip libraries without enabled subtitle providers in SubtitleScheduledTask
2026-04-23 20:28:59 +02:00
John Corser
0d6484b7ec
Include item path in provider error log messages
...
Fixes #16622 - Error messages like 'Error in Probe Provider' now include
the media file path, making it easier to identify which file caused the
failure.
2026-04-19 13:32:06 -04:00
MBR-0001
a2eff41d66
Merge branch 'master' into removeGlobalSubtitleConfiguration
2026-04-18 17:14:31 +02:00
KGT1
1d44899606
Remove global subtitle configuration ( #14957 )
2026-04-18 17:06:46 +02:00
MBR-0001
d4a46bc629
Fix comparison
2026-04-16 22:34:13 +02:00
theguymadmax
5bad7b8ae3
Fix artist metadata not being fetched on initial library scan ( #16606 )
...
CodeQL / Analyze (csharp) (push) Has been cancelled
Tests / run-tests (macos-latest) (push) Has been cancelled
Tests / run-tests (ubuntu-latest) (push) Has been cancelled
Tests / run-tests (windows-latest) (push) Has been cancelled
OpenAPI Publish / OpenAPI - Publish Artifact (push) Has been cancelled
OpenAPI Publish / OpenAPI - Publish Unstable Spec (push) Has been cancelled
OpenAPI Publish / OpenAPI - Publish Stable Spec (push) Has been cancelled
Project Automation / Project board (push) Has been cancelled
Merge Conflict Labeler / Labeling (push) Has been cancelled
Stale PR Check / Check PRs with merge conflicts (push) Has been cancelled
Stale Issue Labeler / Check for stale issues (push) Has been cancelled
* Fix artist metadata not being fetched on initial library scan
* Update Emby.Server.Implementations/Library/Validators/ArtistsValidator.cs
Co-authored-by: Bond-009 <bond.009@outlook.com >
---------
Co-authored-by: Bond-009 <bond.009@outlook.com >
2026-04-14 18:38:01 +02:00
Dominic DeMarco
22f0507258
Record missing information
...
Fixes tonemapping checks by recording previously missing information when gathering video stream information from videos in a BDMV structure
2026-04-10 00:21:52 -07:00
Shadowghost
b846958f2c
Add additional validations
2026-04-06 11:37:45 +02:00
Joshua M. Boniface
8cecf53057
Fix GHSA-j2hf-x4q5-47j3 with improved sanitization
...
Co-Authored-By: Shadowghost <Ghost_of_Stone@web.de >
2026-04-06 11:37:45 +02:00
MBR-0001
142ba42883
Backport pull request #16539 from jellyfin/release-10.11.z
...
Fix subtitle saving
Original-merge: f51c63e244
Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com >
Backported-by: Bond_009 <bond.009@outlook.com >
2026-04-06 05:19:32 -04:00
Bond-009
568e26c534
Merge pull request #15593 from dkanada/book-provider-ids
...
include external IDs and URLs for book providers
2026-03-23 21:25:11 +01:00
Bond_009
b346370dfc
Fix build
2026-02-15 11:28:42 +01:00
Bond-009
d0809ce58b
Merge pull request #16236 from theguymadmax/fix-season-unknown
...
Fix episodes appearing in Season Unknown incorrectly and prevent unnecessary virtual season creation
2026-02-15 10:48:55 +01:00
Bond-009
1311f66f72
Merge pull request #16144 from DerMaddis/series-production-year
...
Stale PR Check / Check PRs with merge conflicts (push) Has been cancelled
CodeQL / Analyze (csharp) (push) Has been cancelled
OpenAPI / OpenAPI - HEAD (push) Has been cancelled
OpenAPI / OpenAPI - BASE (push) Has been cancelled
OpenAPI / OpenAPI - Difference (push) Has been cancelled
OpenAPI / OpenAPI - Publish Unstable Spec (push) Has been cancelled
OpenAPI / OpenAPI - Publish Stable Spec (push) Has been cancelled
Tests / run-tests (macos-latest) (push) Has been cancelled
Tests / run-tests (ubuntu-latest) (push) Has been cancelled
Tests / run-tests (windows-latest) (push) Has been cancelled
Project Automation / Project board (push) Has been cancelled
Merge Conflict Labeler / Labeling (push) Has been cancelled
Stale Issue Labeler / Check for stale issues (push) Has been cancelled
TmdbSeriesProvider: Set ProductionYear field
2026-02-14 12:35:54 +01:00
saltpi
dce91cf8c8
Backport pull request #16116 from jellyfin/release-10.11.z
...
Fix TMDB image URLs missing size parameter
Original-merge: caa05c1bf2
Merged-by: Bond-009 <bond.009@outlook.com >
Backported-by: Bond_009 <bond.009@outlook.com >
2026-02-14 05:57:23 -05:00
theguymadmax
2757c18312
Fix episodes appearing in Season Unknown incorrectly and prevent unnecessary virtual season creation
2026-02-13 11:52:10 -05:00
DerMaddis
e73ebc9741
TmdbSeriesProvider: Set ProductionYear in SearchResult mappers
2026-02-13 12:03:58 +01:00
Riri
7b10888c95
Remove handling for 5-letter language codes in TMDb language normalization
2026-02-01 15:33:07 +08:00
DerMaddis
0a1dd56af6
TmdbSeriesProvider: Set ProductionYear field
2026-01-30 14:24:11 +01:00
dkanada
0413a8b6d2
include external IDs and URLs for book providers
2026-01-29 19:45:31 +09:00
theguymadmax
dad6f650bc
Backport pull request #16066 from jellyfin/release-10.11.z
...
Fix TMDB crew department mapping
Original-merge: 673f617994
Merged-by: crobibero <cody@robibe.ro >
Backported-by: Bond_009 <bond.009@outlook.com >
2026-01-28 12:11:25 -05:00
Gladtbam
b97f5b809d
fix: Resolve CA1849/CA2007 synchronous IO in EpubImageProvider ( #16124 )
CodeQL / Analyze (csharp) (push) Has been cancelled
OpenAPI / OpenAPI - BASE (push) Has been cancelled
OpenAPI / OpenAPI - HEAD (push) Has been cancelled
OpenAPI / OpenAPI - Difference (push) Has been cancelled
OpenAPI / OpenAPI - Publish Unstable Spec (push) Has been cancelled
OpenAPI / OpenAPI - Publish Stable Spec (push) Has been cancelled
Tests / run-tests (macos-latest) (push) Has been cancelled
Tests / run-tests (ubuntu-latest) (push) Has been cancelled
Tests / run-tests (windows-latest) (push) Has been cancelled
Project Automation / Project board (push) Has been cancelled
Merge Conflict Labeler / Labeling (push) Has been cancelled
Stale PR Check / Check PRs with merge conflicts (push) Has been cancelled
Stale Issue Labeler / Check for stale issues (push) Has been cancelled
2026-01-27 19:40:12 -07:00
Niels van Velzen
6ed633ce42
Merge pull request #15604 from dkanada/opf-metadata
...
extract local metadata from OPF and EPUB files
2026-01-27 11:31:27 +01:00
MarcoCoreDuo
09edca8b7a
Backport pull request #15899 from jellyfin/release-10.11.z
...
Fix watched state not kept on Media replace/rename
Original-merge: 8433b6d8a4
Merged-by: joshuaboniface <joshua@boniface.me >
Backported-by: Bond_009 <bond.009@outlook.com >
2026-01-18 11:30:38 -05:00
Shadowghost
f9fd34b11e
Backport pull request #15872 from jellyfin/release-10.11.z
...
Be more strict about PersonType assignment
Original-merge: b56de6493f
Merged-by: crobibero <cody@robibe.ro >
Backported-by: Bond_009 <bond.009@outlook.com >
2026-01-18 11:30:37 -05:00
Bond_009
9e480f6efb
Update to .NET 10.0
2026-01-14 18:55:47 +01:00
Bond_009
6c8395ff87
Fix build
2025-12-29 10:06:22 +01:00
Bond_009
82b2e7773f
Pass cancellation token to GetReleaseGroupResultAsync
2025-12-29 10:05:46 +01:00
Collin-Swish
c728e97bda
Backport pull request #15858 from jellyfin/release-10.11.z
...
Fix playlist item de-duplication
Original-merge: 78e3702cb0
Merged-by: crobibero <cody@robibe.ro >
Backported-by: Bond_009 <bond.009@outlook.com >
2025-12-28 07:22:38 -05:00
theguymadmax
afc083e9fa
Backport pull request #15766 from jellyfin/release-10.11.z
...
Fix backdrop images being deleted when stored with media
Original-merge: 12c5d6b636
Merged-by: crobibero <cody@robibe.ro >
Backported-by: Bond_009 <bond.009@outlook.com >
2025-12-28 07:22:24 -05:00
theguymadmax
8e2ed40a8b
Backport pull request #15680 from jellyfin/release-10.11.z
...
Fix ItemAdded event triggering when updating metadata
Original-merge: fb65f8f853
Merged-by: crobibero <cody@robibe.ro >
Backported-by: Bond_009 <bond.009@outlook.com >
2025-12-28 07:22:14 -05:00
theguymadmax
3460d1de3c
Backport pull request #15563 from jellyfin/release-10.11.z
...
Save item to database before providers run to prevent FK errors
Original-merge: c491a918c2
Merged-by: crobibero <cody@robibe.ro >
Backported-by: Bond_009 <bond.009@outlook.com >
2025-12-03 14:04:20 -05:00
dkanada
d95bab41a1
improve genre support from OPF metadata
2025-11-23 21:40:52 +09:00
dkanada
820e208bdc
fix runtime exception from incorrect argument to XDocument method
2025-11-23 21:37:56 +09:00
MBR#0001
73fd6721f6
Skip library if all subtitle providers are disabled
2025-11-22 17:39:43 +01:00
KGT1
41c1c5f7bf
remove global subtitle configuration
2025-11-22 17:15:09 +01:00
dkanada
6963d95880
extract local metadata from OPF and EPUB files
2025-11-22 16:25:59 +09:00
theguymadmax
2af43e0131
Backport pull request #15529 from jellyfin/release-10.11.z
...
CodeQL / Analyze (csharp) (push) Has been cancelled
OpenAPI / OpenAPI - HEAD (push) Has been cancelled
OpenAPI / OpenAPI - BASE (push) Has been cancelled
OpenAPI / OpenAPI - Difference (push) Has been cancelled
OpenAPI / OpenAPI - Publish Unstable Spec (push) Has been cancelled
OpenAPI / OpenAPI - Publish Stable Spec (push) Has been cancelled
Tests / run-tests (macos-latest) (push) Has been cancelled
Tests / run-tests (ubuntu-latest) (push) Has been cancelled
Tests / run-tests (windows-latest) (push) Has been cancelled
Project Automation / Project board (push) Has been cancelled
Merge Conflict Labeler / Labeling (push) Has been cancelled
Fix movie titles using folder name when NFO saver is enabled
Original-merge: f8e012582a
Merged-by: crobibero <cody@robibe.ro >
Backported-by: Bond_009 <bond.009@outlook.com >
2025-11-17 14:09:14 -05:00
theguymadmax
7e25089c08
Backport pull request #15508 from jellyfin/release-10.11.z
...
Fix playlist DateCreated and DateLastMediaAdded not being set
Original-merge: 078f9584ed
Merged-by: crobibero <cody@robibe.ro >
Backported-by: Bond_009 <bond.009@outlook.com >
2025-11-17 14:09:12 -05:00
theguymadmax
4e68a5a078
Backport pull request #15472 from jellyfin/release-10.11.z
...
Fix series DateLastMediaAdded not updating when new episodes are added
Original-merge: abfbaca336
Merged-by: crobibero <cody@robibe.ro >
Backported-by: Bond_009 <bond.009@outlook.com >
2025-11-17 14:09:06 -05:00
IceStormNG
26ac2ccd74
Backport pull request #15441 from jellyfin/release-10.11.z
...
Fix System.NullReferenceException when people's role is null (10.11.z)
Original-merge: 5a9a8363f4
Merged-by: Bond-009 <bond.009@outlook.com >
Backported-by: Bond_009 <bond.009@outlook.com >
2025-11-17 14:08:59 -05:00
vinnyspb
871de372ff
Backport pull request #15325 from jellyfin/release-10.11.z
...
Update file size when refreshing metadata
Original-merge: f994dd6211
Merged-by: crobibero <cody@robibe.ro >
Backported-by: Joshua M. Boniface <joshua@boniface.me >
2025-11-02 21:58:44 -05:00
ivanjx
3f2ebc4179
Backport pull request #15113 from jellyfin/release-10.11.z
...
Add season number fallback for OMDB and TMDB plugins
Original-merge: 618ec4543e
Merged-by: crobibero <cody@robibe.ro >
Backported-by: Bond_009 <bond.009@outlook.com >
2025-10-27 15:43:14 -04:00
Erik W
2c7d2d4719
Handle es-419 in TMDb ( #14946 )
2025-10-13 13:47:16 -06:00
theguymadmax
f5d42ee180
Fix artist external Url
2025-10-09 01:14:49 -05:00
Cody Robibero
ff0a1b999f
Handle xx as TMDb no language for backdrops ( #14941 )
2025-10-04 21:04:35 +02:00
gnattu
0a0aaefad5
Fix mka-style tagging key ( #14936 )
2025-10-02 17:33:31 -06:00
Corentin Malbet
71ebb1f456
Fixing the UFID field value giving a warning and not being correctly processed ( #14851 )
Stale PR Check / Check PRs with merge conflicts (push) Has been cancelled
Stale Issue Labeler / Check for stale issues (push) Has been cancelled
CodeQL / Analyze (csharp) (push) Has been cancelled
OpenAPI / OpenAPI - HEAD (push) Has been cancelled
OpenAPI / OpenAPI - BASE (push) Has been cancelled
Tests / run-tests (macos-latest) (push) Has been cancelled
Tests / run-tests (ubuntu-latest) (push) Has been cancelled
Tests / run-tests (windows-latest) (push) Has been cancelled
Project Automation / Project board (push) Has been cancelled
Merge Conflict Labeler / Labeling (push) Has been cancelled
OpenAPI / OpenAPI - Difference (push) Has been cancelled
OpenAPI / OpenAPI - Publish Unstable Spec (push) Has been cancelled
OpenAPI / OpenAPI - Publish Stable Spec (push) Has been cancelled
2025-09-26 14:24:59 -06:00