aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-06-12Fix AlbumIds filtering by Name instead of by IdMatt
2026-06-12Reconcile Seasons and EpisodesShadowghost
2026-06-12Fix duplicate key collisiontheguymadmax
2026-06-12Fix AudioDb album description not displayed when only base strDescription ↵Dennis M
field is populated TheAudioDB returns the English album description in the base strDescription field (no language suffix). The plugin previously only read strDescriptionEN, which is absent from the API response, so the Overview/Description field stayed empty for English (and any other language for which no localized strDescription<LANG> exists). Mirror the fallback already applied to AudioDbArtistProvider in #16606 and add the missing strDescription property to the Album DTO. Fixes #17080
2026-06-12Link up XMLTV background images and episode thumbnails with the internal ↵Shea Smith
program model
2026-06-12Merge remote-tracking branch 'upstream/master' into version-model-and-handlingShadowghost
2026-06-12Fix performanceShadowghost
2026-06-11Update polly monorepo to 8.7.0renovate[bot]
2026-06-11Update Microsoft to 10.0.9renovate[bot]
2026-06-10Translated using Weblate (English (United Kingdom))Andi Chandler
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/en_GB/
2026-06-10Merge pull request #17058 from nyanmisaka/fix-trickplay-deintBond-009
Fix duplicate trickplay images for interlaced videos
2026-06-10Merge pull request #16444 from dkanada/comic-providersBond-009
migrate local comic providers to server codebase
2026-06-10Merge pull request #17060 from jellyfin/renovate/dotnet-monorepoBond-009
Update dotnet monorepo to v10.0.9
2026-06-10Fix CleanName and CleanValue refreshShadowghost
2026-06-10Translated using Weblate (Chinese (Traditional Han script, Hong Kong))Lofuuzi
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/
2026-06-10Merge remote-tracking branch 'upstream/master' into version-model-and-handlingShadowghost
2026-06-09Coalesce alternate-version progress onto primary in resume filterShadowghost
2026-06-09Update dotnet monorepo to v10.0.9renovate[bot]
2026-06-09Merge pull request #17054 from nielsvanvelzen/pr-templateBond-009
Add code assistance section to PR template
2026-06-09Fix missing collection folder posters after initial scans.Elio Kuster
Fixes #1200
2026-06-09Fix duplicate trickplay images for interlaced videosnyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2026-06-08Add code assistance section to PR templateNiels van Velzen
2026-06-08Merge pull request #17042 from ↵Bond-009
Shadowghost/linked-children-local-alternate-priority Prefer local alternate versions when deduplicating linked children
2026-06-08Merge pull request #17041 from Shadowghost/media-source-handling-fixesBond-009
Media source handling fixes
2026-06-08Merge pull request #10841 from Bond-009/LiveTvImageFixBond-009
Refresh live TV channel image when remapped (alt #7843) (fixes #7834)
2026-06-08Assign correct season id and name to new episodesIvan Kara
2026-06-08Translated using Weblate (Serbian)nenadsuperzmaj
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sr/
2026-06-08Translated using Weblate (Greek)Thunderstrike116
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/
2026-06-08Translated using Weblate (Greek)skzeus
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/
2026-06-07Keep the queried item's media source as the playback default in ↵Shadowghost
MediaSourceManager
2026-06-07Include owned items when querying items endpointShadowghost
2026-06-07Fix MediaSegments for multi versionsShadowghost
2026-06-07Fix data extraction for alternative versionsShadowghost
2026-06-07Filter inaccessible alternative versionsShadowghost
2026-06-07Keep the queried item's media source as the playback defaultShadowghost
2026-06-07Drop linked alternate versions pointing at owned items in migrationShadowghost
(cherry picked from commit 40afd403a655ada6cfa30b577454bb766ea2099f)
2026-06-07Prefer local alternate versions when deduplicating linked childrenShadowghost
(cherry picked from commit 53f02a04ef7ff8f9d78c5f4e0924a0871b0e96fb)
2026-06-07Collapse version groups to the primary version in queriesShadowghost
2026-06-07Respect user permissions in version countShadowghost
2026-06-07Make ContinueWatching and NextUp version-awareShadowghost
2026-06-07Make resume queries version-awareShadowghost
2026-06-07Mark only linked alternate versions as grouped media sourcesShadowghost
2026-06-07Surface extras across all versionsShadowghost
2026-06-07Aggregate alternate versions via GetAllVersionsShadowghost
2026-06-07Add version-aware playback trackingShadowghost
2026-06-07Derive version-aware media source namesShadowghost
2026-06-07Merge pull request #16121 from Shadowghost/search-rebasedBond-009
Implement search providers
2026-06-07Merge pull request #16520 from beateixeira04/PlaylistPrimaryImageFixBond-009
fix(dto): prefer PlaylistsFolder primary image for playlists tiles
2026-06-07Merge pull request #17043 from Shadowghost/fix-lockhelper-test-cancellationtokenBond-009
Fix xUnit1051 in UserManagerLockHelperTests
2026-06-07Apply suggestions from code reviewTim Eisele
Co-authored-by: Bond-009 <bond.009@outlook.com>