aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2026-06-20Translated using Weblate (Portuguese (Portugal))AfmanS
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/
2026-06-19Reorder ValidatePeopletheguymadmax
2026-06-19Surface the played version for resumeShadowghost
2026-06-19Remove orphaned peopletheguymadmax
2026-06-18Merge pull request #14935 from JadedRain/masterBond-009
Fixed "Deleting media that is still being watched in SyncPlay results in errors"
2026-06-18Merge pull request #17112 from theguymadmax/add-year-to-series-resolverBond-009
Fix series year lost during name parsing
2026-06-17Merge pull request #17087 from dkanada/book-resolverBond-009
improve book resolution from filename
2026-06-16Translated using Weblate (Indonesian)Darren
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/id/
2026-06-15Skip parsing root-level folders in SeriesResolvertheguymadmax
2026-06-15Translated using Weblate (Kannada)Rohith
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/kn/
2026-06-15Fix series year lost during parsingtheguymadmax
2026-06-15Translated using Weblate (Spanish (Argentina))Franco Castillo
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_AR/
2026-06-15improve book resolution from filenamedkanada
2026-06-12Merge remote-tracking branch 'upstream/master' into version-model-and-handlingShadowghost
2026-06-12Fix performanceShadowghost
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-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-09Fix missing collection folder posters after initial scans.Elio Kuster
Fixes #1200
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-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-07Fix MediaSegments for multi versionsShadowghost
2026-06-07Fix data extraction for alternative versionsShadowghost
2026-06-07Filter inaccessible alternative versionsShadowghost
2026-06-07Respect user permissions in version countShadowghost
2026-06-07Make ContinueWatching and NextUp version-awareShadowghost
2026-06-07Add version-aware playback trackingShadowghost
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-07Apply suggestions from code reviewTim Eisele
Co-authored-by: Bond-009 <bond.009@outlook.com>
2026-06-07Merge pull request #16941 from Shadowghost/fix-external-data-pruningBond-009
Fix external data pruning on item deletion
2026-06-07Omit external trickplay directory if itme has no pathShadowghost
2026-06-07Translated using Weblate (Greek)skzeus
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/
2026-06-06Address PR commentDavid Federman
2026-06-03Do not set topParentId if OwnerIds are emptyShadowghost
2026-06-03Address PR commentDavid Federman
2026-06-02Reject unsafe plugin package names in installerDavid Federman
2026-06-01Merge pull request #16967 from Shadowghost/fix-recently-added-postersBond-009
Fix recently added episode links and posters
2026-06-01Only resolve symlinks on playback (#16965)Tim Eisele
Only resolve symlinks on playback
2026-05-31Merge remote-tracking branch 'upstream/master' into search-rebasedShadowghost
2026-05-31Fix similarity (#16942)Tim Eisele
Fix similarity
2026-05-31Add support for VobSub subtitle streams (#16552)Neptune
* Add support for VobSub subtitle streams * update logic to determine separate extraction for VobSub subtitles * simplify VobSub extraction logic and fix ffmpeg command * Match `ExtractAllExtractableSubtitlesMKS` with `ExtractAllExtractableSubtitlesInternal` Matroska's VobSub option * Add a comments clarify why MKS was used, and remove the redundant VobSub extension branch * remove redundant VobSub format check * fix type errors
2026-05-30Merge remote-tracking branch 'upstream/master' into search-rebasedShadowghost
# Conflicts: # Emby.Server.Implementations/Library/LibraryManager.cs # Jellyfin.Server.Implementations/Item/PeopleRepository.cs # MediaBrowser.Controller/Library/ILibraryManager.cs # MediaBrowser.Controller/Persistence/IPeopleRepository.cs
2026-05-30only fetch language codes for the requested library when generating filter ↵TheMelmacian
values
2026-05-29Remove the unused NowPlayingQueueFullItems session property from session ↵PCEWLKR
DTOs and associated references