aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library
AgeCommit message (Collapse)Author
3 daysMerge pull request #17320 from TaterTechStudios/fix/item-correct-selectorCody Robibero
Fix: Fetch the correct row matching the most up to date file
3 daysMerge pull request #17254 from sjakub/attribute_aliasesCody Robibero
Add additional attribute aliases and improve attribute detection
4 daysAdd TVDB provider ID support for movies (#17255)theguymadmax
Add TVDB provider ID support for movies
4 daysMerge pull request #17365 from Shadowghost/fix-resume-perfBond-009
Fix Resume query performance
6 daysMerge pull request #17327 from ↵Bond-009
Shadowghost/remove-playbackpositionticks-mediasourceinfo Remove PlaybackPositionTicks from MediaSourceInfo
8 daysFix user data batch query perfShadowghost
8 daysMove GetUserDataBatch to use ResolveUserDataRow when item.UserData isn't ↵Jordan Rushing
preloaded
9 daysLimit similar items to user accessible librariesShadowghost
10 daysremove PlaybackPositionTicks from MediaSourceInfoShadowghost
10 daysFix: Fetch the correct row matching the most up to date fileJordan Rushing
2026-07-08Replaced string.Empty with ReadOnlySpan<char>.EmptyJakub Schmidtke
2026-07-07Added more aliases for attributesJakub Schmidtke
Adds tvdb alias for tvdbid and imdb alias for imdbid. It also fixes an issue where tmdb alias was being ignored if it was followed by something like "tmdbidfoo". The same issue prevented imdb pattern matching from working, if it was followed by something like "imdbidfoo". It also allows for detecting the first matching occurence, whether it was an alias or not. Finally, it ignores attributes with values consisting of only whitespaces.
2026-07-05Merge pull request #17044 from Shadowghost/version-model-and-handlingCody Robibero
Fixes for multi version handling
2026-07-03Fix ghost entries when deleting library pathstheguymadmax
2026-07-02Fix review commentsShadowghost
2026-06-21Merge pull request #17116 from theguymadmax/fix-root-folder-parsingBond-009
2026-06-19Surface the played version for resumeShadowghost
2026-06-18Merge pull request #17112 from theguymadmax/add-year-to-series-resolverBond-009
Fix series year lost during name parsing
2026-06-15Skip parsing root-level folders in SeriesResolvertheguymadmax
2026-06-15Fix series year lost during parsingtheguymadmax
2026-06-15improve book resolution from filenamedkanada
2026-06-12Fix performanceShadowghost
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-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-07Keep the queried item's media source as the playback default in ↵Shadowghost
MediaSourceManager
2026-06-07Filter inaccessible alternative versionsShadowghost
2026-06-07Add version-aware playback trackingShadowghost
2026-06-07Merge pull request #16121 from Shadowghost/search-rebasedBond-009
Implement search providers
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-03Do not set topParentId if OwnerIds are emptyShadowghost
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-27Merge pull request #16856 from Shadowghost/movie-recommendationsBond-009
Fix movie recommendations
2026-05-26Improve OriginalLanguage normalization and inheritance (#16829)Erik W
Improve OriginalLanguage normalization and inheritance
2026-05-26Fix external data pruning on item deletionShadowghost
2026-05-24Add batch method for people namesShadowghost
2026-05-24Merge remote-tracking branch 'upstream/master' into search-rebasedShadowghost
2026-05-22Use embedded queryShadowghost
2026-05-21Run tree-wide dotnet formatjakobkukla
2026-05-21Alternate solution to #7843 without extra propBond_009
2026-05-16Apply review suggestionsShadowghost
2026-05-16Apply review and sonar suggestionsShadowghost
2026-05-16Merge remote-tracking branch 'upstream/master' into search-rebasedShadowghost