aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities
AgeCommit message (Collapse)Author
2021-11-18Query MediaSourceManager directly in image providersJoe Rogers
Add doc comments/minor tweaks to AudioImageProvider
2021-11-17Query media streams by type instead of filteringJoe Rogers
2021-11-16Fix some warningsBond_009
2021-11-16Fix buildcvium
2021-11-16Remove unused dependenciescvium
2021-11-09Fix some warningsBond_009
down to 580
2021-11-09Fix some warningsBond_009
609 left
2021-11-08Fix and disable new dotnet6 warningsCody Robibero
2021-11-06Remove ImageType.Screenshot and ItemFields.ScreenshotJoe Rogers
2021-11-04Remove unused IHasScreenshots interfaceBond_009
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-26Remove all instances of en-US cultureCody Robibero
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-09Fix some warningsBond_009
2021-09-06Merge pull request #6257 from MrTimscampi/music-library-backdropdkanada
Use artist backdrop for generated library image
2021-09-05Merge pull request #6089 from BaronGreenback/IsRoot_fixClaus Vium
Set UserRootFolder.IsRoot to true
2021-09-03Fix some warningsBond_009
2021-09-03Merge pull request #6358 from MrTimscampi/audio-peopleBond-009
2021-08-28Remove more and more warningsCody Robibero
2021-08-16Enable people for audio filesMrTimscampi
2021-08-15Update per feedbackRich Lander
2021-08-15Update MediaBrowser.Controller/Entities/IHasMediaSources.csRich Lander
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-08-13Fix warnings in MediaBrowser.ControllerRich Lander
2021-08-11Update MediaBrowser.Controller/Entities/Folder.csRich Lander
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-07-26Update AggregateFolder.csRich Lander
2021-07-23Fix more warningsRich Lander
2021-07-23Update MediaBrowser.Controller/Entities/AggregateFolder.csRich Lander
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-07-23Update MediaBrowser.Controller/Entities/AggregateFolder.csRich Lander
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-07-23Fix partial set of MediaBrowser.Controller/Entities warningsRich Lander
2021-07-20Merge pull request #6281 from crobibero/controller-warn-04Bond-009
2021-07-11Fix some warningsBond_009
2021-07-10[CA1801] Parameter is never used. Remove the parameter or use it in the ↵Cody Robibero
method body.
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 #6172 from Bond-009/nullable6Claus Vium
Remove useless nullable directives
2021-06-12Merge pull request #6096 from cvium/saving_private_ramBond-009
2021-06-11Remove useless nullable directivesBond_009
2021-06-07Merge pull request #6156 from Bond-009/minor14Claus Vium
Minor fixes
2021-06-07Merge pull request #6071 from BaronGreenback/DLNAFolderFixPart1Claus Vium
Make DLNA folders to work as expected.
2021-06-07Merge pull request #6117 from LinFor/pr_originaltitle_in_lookupinfoClaus Vium
Add OriginalTitle to ItemLookupInfo
2021-06-06Minor fixesBond_009
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-22Merge branch 'master' into IsRoot_fixBaronGreenback