aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities
AgeCommit message (Collapse)Author
2021-03-21Merge pull request #5457 from cvium/fix_double_artistBond-009
(cherry picked from commit a037e30b4118152be980ac7de218923a54f5895c) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-30Merge pull request #4771 from crobibero/typed-get-preferenceClaus Vium
Use typed UserManager GetPreference (cherry picked from commit 21d2e9ff0cc0933484b2a7768d7a36446b36616a) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-13Merge pull request #4757 from cvium/semi_revert_defer_image_loadingClaus Vium
(cherry picked from commit 0cddfbcff504ef99382f2eba8bd594b29ad6d39e) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-04Merge pull request #4242 from Spacetech/library_scan_speedClaus Vium
Increase library scan and metadata refresh speed
2020-12-02Move MetadataRefreshThrottler to BaseItemManagerGary Wilber
2020-12-01Merge pull request #4169 from stanionascu/bdiso-playbackJoshua M. Boniface
Playback (direct-stream/transcode) of BDISO/BDAV containers
2020-11-21Merge branch 'master' into library_scan_speedBaronGreenback
2020-11-21Merge branch 'master' into defer_image_fetchingJoshua M. Boniface
2020-11-20Merge pull request #4499 from crobibero/more-paramJoshua M. Boniface
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids
2020-11-19Merge remote-tracking branch 'upstream/master' into library_scan_speedGary Wilber
2020-11-19Merge pull request #4507 from BaronGreenback/SpellingJoshua M. Boniface
Corrects spelling in comments
2020-11-19Merge pull request #4342 from crobibero/base-item-managerClaus Vium
Add BaseItemManager
2020-11-18More spelling corrections.Greenback
2020-11-16Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.crobibero
2020-11-11Fixes #4465 by adding the missing extras folders.Kayila
2020-11-08Merge remote-tracking branch 'upstream/master' into library_scan_speedGary Wilber
2020-11-05Fix Persons, Genres and Studios endpointscvium
2020-11-02Merge pull request #4341 from Bond-009/minor6Anthony Lavado
Minor improvements
2020-10-28Merge branch 'master' into bdiso-playbackStan
2020-10-27Use BaseItemManagercrobibero
2020-10-17Fix buildBond_009
2020-10-17Use nameof where possibleBond_009
2020-10-12Fix SA 1116 warningsJan-Pieter Baert
2020-10-03Defer image pre-fetching until the end of a refresh/scancvium
2020-10-02fix parallelism when set to 0Gary Wilber
2020-10-01Switch to TPL dataflow for subfolder scanGary Wilber
2020-10-01Remove PlayableStreamFileNames as unusedStanislav Ionascu
Since ffmpeg can play and transcode ISO files and BDMV folders directly, there's no use of that property.
2020-09-30Increase library scan and metadata refresh speedGary Wilber
2020-09-28Fix SA1513, SA1514, SA1507, and SA1508Matt Montgomery
2020-09-04Merge pull request #3879 from cvium/fix_theme_songsBond-009
Populate ThemeVideoIds and ThemeSongIds
2020-09-03Sort by SortName after scanningClaus Vium
2020-09-02Add the item path to the ItemLookupInfo class.Erwin de Haan
This is important for the Shoko Anime Meatdata provider plugin.
2020-08-23Fix duplicateBond_009
2020-08-22Enable TreatWarningsAsErrors for MediaBrowser.Controller in ReleaseBond_009
2020-08-21Make some methods asyncBond_009
2020-08-20Make MediaBrowser.MediaEncoding warnings freeBond_009
2020-08-19More warnBond_009
2020-08-19Fix warningsBond_009
2020-08-12Remove some LINQ queriescvium
2020-08-11Populate ThemeVideoIds and ThemeSongIdscvium
2020-08-01Merge pull request #3578 from barronpm/displaypreferences-efcoreBond-009
Migrate Display Preferences to EF Core
2020-07-22Review usage of string.Substring (part 1)Bond_009
Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice
2020-07-17Migrate Display Preferences to EF CorePatrick Barron
2020-07-04Use Array.EmptyPatrick Barron
2020-06-23Revert ILoggerFactory usage in BaseItem.cscrobibero
2020-06-20brace multiline if statements (cont.)telans
2020-06-20brace multiline if statementstelans
2020-06-20fix SA1503 for one line if statementstelans
2020-06-20fix some documentation periodstelans
2020-06-20fix SA1119telans