aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library
AgeCommit message (Expand)Author
2021-01-08Merge pull request #4906 from Spacetech/library_scan_ignore_inaccessibleBond-009
2021-01-06Fix 3169 and 2879 by making MusicArtistResolver run ahead of MusicAlbumResolverIan
2020-12-31Ignore inaccessible files during library scansGary Wilber
2020-12-30Merge pull request #4890 from nielsvanvelzen/4888-fix-search-hintsJoshua M. Boniface
2020-12-30Update Emby.Server.Implementations/Library/UserDataManager.csartiume
2020-12-30Update Emby.Server.Implementations/Library/UserDataManager.csartiume
2020-12-30Update Emby.Server.Implementations/Library/UserDataManager.csartiume
2020-12-30Split resume function for Audiobooksartiume
2020-12-30Fix limit parameter error for search hints endpointNiels van Velzen
2020-12-24Put json serializer options in private fieldDavid
2020-12-23Add missing FileStreamsDavid
2020-12-23Use streams instead of stringsDavid
2020-12-23Remove custom Json serializer from Emby.Server.ImplementationsDavid
2020-12-16Merge pull request #4771 from crobibero/typed-get-preferenceClaus Vium
2020-12-13Use a more descriptive function namecrobibero
2020-12-11remove opf extension for book typesartiume
2020-12-11Use typed UserManager GetPreferencecrobibero
2020-12-10Simplifycvium
2020-12-10Remove ImageFetcherPostScanTaskcvium
2020-12-08fix custom library ordernyanmisaka
2020-12-01Use GetParentItem where applicablecrobibero
2020-12-01fix inverted conditioncrobibero
2020-12-01Use Guid as API parameter type where possiblecrobibero
2020-11-21Update ImageFetcherPostScanTask.csBaronGreenback
2020-11-21Merge branch 'master' into defer_image_fetchingJoshua M. Boniface
2020-11-20Merge pull request #4499 from crobibero/more-paramJoshua M. Boniface
2020-11-18Fixes spelling.Greenback
2020-11-16Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.crobibero
2020-11-16Merge branch 'master' into emby-namig-nullableBaronGreenback
2020-11-15Merge remote-tracking branch 'upstream/master' into http-exceptioncrobibero
2020-11-14remove custom HttpExceptioncrobibero
2020-11-14Missed some stuffBond_009
2020-11-14Use string.Split(char) where possible instead of string.Split(char[])Bond_009
2020-11-10Merge remote-tracking branch 'jellyfin/master' into emby-namig-nullableStepan
2020-11-05Fix Persons, Genres and Studios endpointscvium
2020-11-02Merge pull request #4341 from Bond-009/minor6Anthony Lavado
2020-11-01Re-Sharper inspection issuesStepan
2020-11-01Enable nullable in Emby.NamingStepan
2020-10-17Use nameof where possibleBond_009
2020-10-14Merge pull request #4315 from Jan-PieterBaert/fix-warningsBond-009
2020-10-13Merge pull request #4199 from ryanpetris/livetv-lockingAnthony Lavado
2020-10-12Fix SA 1116 warningsJan-Pieter Baert
2020-10-06Add try-catch to avoid crashing the whole thingcvium
2020-10-03Add missing parameter comments.cvium
2020-10-03Fix xml doc commentcvium
2020-10-03Defer image pre-fetching until the end of a refresh/scancvium
2020-09-27better audio file checkGary Wilber
2020-09-27interlocked incrementGary Wilber
2020-09-26Increase scan speed for music librariesGary Wilber
2020-09-23Don't take a lock if there's no intention to manipulate the list of open stre...Ryan Petris