aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/BaseItem.cs
AgeCommit message (Collapse)Author
2021-12-14Cache BaseItemKindCody Robibero
2021-12-12Folder can't have extrascvium
2021-12-07Refactor extras parsingcvium
2021-11-16Fix some warningsBond_009
2021-11-09Fix some warningsBond_009
609 left
2021-11-06Remove ImageType.Screenshot and ItemFields.ScreenshotJoe Rogers
2021-11-03Minor improvementsBond_009
* Removed some allocations * Removed some useless abstractions
2021-11-02Change RemoveImages to array, improve download testJoe Rogers
2021-11-01Refactor to validate all images up frontJoe Rogers
2021-10-03Fix warning: Qualifier is redundant (#2149)KonH
2021-09-20Update LINQ query according to code review feedback.Dixin
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-09-19Fix extra folder type resolving.Dixin
2021-09-06Merge pull request #6257 from MrTimscampi/music-library-backdropdkanada
Use artist backdrop for generated library image
2021-08-28Remove more and more warningsCody Robibero
2021-08-13Fix warnings in MediaBrowser.ControllerRich Lander
2021-07-11Fix some warningsBond_009
2021-07-03Use artist backdrop for generated library imageMrTimscampi
2021-06-22Remove our own RemoveDiacritcs string extension in favor of Diacritics.NetBond_009
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-06-12Merge pull request #6096 from cvium/saving_private_ramBond-009
2021-06-07Merge pull request #6117 from LinFor/pr_originaltitle_in_lookupinfoClaus Vium
Add OriginalTitle to ItemLookupInfo
2021-06-06Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)Cody Robibero
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-05-27Add OriginalTitle to ItemLookupInfoPingWin
2021-05-24Remove some unnecessary allocationscvium
2021-05-13Reduce warnings in MediaBrowser.Controllercrobibero
2021-05-11Reduce warnings in MediaBrowser.Controller (#6006)Cody Robibero
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2021-05-05Code Clean up: Convert to null-coalescing operator ?? (#5845)BaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2021-04-17Group MethodsBaronGreenback
2021-02-13Minor improvementsBond_009
2021-02-10Create BaseItemKind enumcrobibero
2020-12-13Use a more descriptive function namecrobibero
2020-12-11Use typed UserManager GetPreferencecrobibero
2020-12-10Forgot to revert some other changes, dunno if neededcvium
2020-11-21Merge branch 'master' into defer_image_fetchingJoshua M. Boniface
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-11Fixes #4465 by adding the missing extras folders.Kayila
2020-10-27Use BaseItemManagercrobibero
2020-10-03Defer image pre-fetching until the end of a refresh/scancvium
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-22Enable TreatWarningsAsErrors for MediaBrowser.Controller in ReleaseBond_009
2020-08-21Make some methods asyncBond_009
2020-08-12Remove some LINQ queriescvium
2020-08-11Populate ThemeVideoIds and ThemeSongIdscvium
2020-07-22Review usage of string.Substring (part 1)Bond_009
Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice