aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/LibraryManager.cs
AgeCommit message (Collapse)Author
2020-06-11Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # MediaBrowser.Controller/Library/ILibraryManager.cs # MediaBrowser.Providers/Users/UserMetadataService.cs
2020-06-07Force configuration paths to not be ignored.crobibero
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-06-03Fix buildBond-009
2020-06-03Merge pull request #3203 from Bond-009/warn18Vasily
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
2020-06-01Move logic of computing Blurhash components to ImageProcessorVasily
Also rename last few instances of GetImageHash to GetImageBlurHash for clarity
2020-05-29Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release modeBond_009
2020-05-28Convert non-local image to local before computing blurhashVasily
2020-05-28Do not compute dimensions or blurhash for remote imagesVasily
2020-05-27Make sure blurhash is recomputed if image changed or metadata refresh toggledVasily
2020-05-27Handle errors during blurhash generation so it does not fail the scanVasily
2020-05-26Apply suggestions from code reviewVasily
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
2020-05-21Rename Hash to BlurHash in all properties and methods for clarityVasily
2020-05-21Fix nullref for imageProcessor in LibraryManagerVasily
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-19More small optimizationsVasily
2020-05-19Compute hash only when one is not computed in DB, small optimizations here ↵Vasily
and there
2020-05-19Fix nullref exceptionVasily
2020-05-19Fix compilation after rebaseVasily
2020-05-18Add endpoint to update all items in libraryJesús Higueras
2020-05-18Add BlurHash support to backendJesús Higueras
2020-05-12Initial migration codePatrick Barron
2020-04-20Create ApplicationHost logger correctlyMark Monteiro
2020-04-20Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-11Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-11DvdLib: remove dependency on MediaBrowser.ModelBond_009
2020-04-10Merge pull request #2755 from Bond-009/dbcleanupVasily
Clean up SqliteItemRepository
2020-04-04Register and construct LibraryManager correctlyMark Monteiro
2020-04-03Clean up SqliteItemRepositoryBond_009
2020-04-01Remove duplicate array of extras directory namesMark Monteiro
2020-03-11Merge branch 'master' into warn17Bond-009
2020-03-02Merge pull request #2436 from dkanada/musicVasily
Add config options for MusicBrainz
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2020-02-23Merge pull request #2427 from Bond-009/minordkanada
Minor improvements
2020-02-22add config options for musicbrainzdkanada
2020-02-19Minor improvementsBond_009
2020-02-19Update Emby.Server.Implementations/Library/LibraryManager.csUlrich Wagner
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-02-19Curly braces on new linesUlrich Wagner
2020-02-19Omitting the parameter ExtraChaptersUlrich Wagner
2020-02-19Update Emby.Server.Implementations/Library/LibraryManager.csUlrich Wagner
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-02-19Update Emby.Server.Implementations/Library/LibraryManager.csUlrich Wagner
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-02-19Constructor of the LibraryManager takes the mediaEncoder as parameterUlrich Wagner
2020-02-19Update Emby.Server.Implementations/Library/LibraryManager.csUlrich Wagner
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-02-19Update Emby.Server.Implementations/Library/LibraryManager.csUlrich Wagner
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-02-19Update Emby.Server.Implementations/Library/LibraryManager.csUlrich Wagner
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-02-19Update Emby.Server.Implementations/Library/LibraryManager.csUlrich Wagner
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-02-19Only reading the result of GetMediaInfo if it completed successfullyUlrich Wagner
2020-02-17#2407: Prefer MP4-Metadata for episodesUlrich Wagner
2020-02-05Merge branch 'master' into namingBond-009