aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities
AgeCommit message (Collapse)Author
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
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
Add full stop at end of comments (SA1629)
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-15fix SA1111telans
2020-06-15fix SA1508telans
2020-06-15fix SA1005telans
2020-06-13Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj
2020-06-13Merge pull request #3254 from crobibero/iloggerdkanada
Use typed logger where possible
2020-06-11Fix build errorsPatrick Barron
2020-06-11Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # MediaBrowser.Controller/Library/ILibraryManager.cs # MediaBrowser.Providers/Users/UserMetadataService.cs
2020-06-09Fix a small number of compile warningsaled
2020-06-09Merge pull request #3258 from aled/2149-fix-a-small-number-of-compile-warnings-1Bond-009
Fix a small number of compile warnings
2020-06-07Apply review suggestions and fix bugPatrick Barron
2020-06-06Fix a small number of compile warningsaled
2020-06-06Make books resumable and have duration of 1 secondDaniyar Itegulov
2020-06-05Use typed logger where possiblecrobibero
2020-06-04Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs # Emby.Server.Implementations/Library/UserManager.cs # Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs # Emby.Server.Implementations/Sorting/IsPlayedComparer.cs # Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs # Emby.Server.Implementations/TV/TVSeriesManager.cs # Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs
2020-05-28Convert non-local image to local before computing blurhashVasily
2020-05-26Fix a bug in Emby.Notifications and clean upPatrick Barron
2020-05-26Make SonarCloud less angryPatrick Barron
2020-05-21Rename Hash to BlurHash in all properties and methods for clarityVasily
2020-05-20Make blurhash be computed during regular scans if it was not already computedVasily
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-18Add BlurHash support to backendJesús Higueras
2020-05-12Initial migration codePatrick Barron