aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/BaseItem.cs
AgeCommit message (Collapse)Author
2020-04-20Remove JsonIgnore from the DateLastSaved property of BaseItemAnthony Lavado
2020-04-19Minor improvementsBond_009
2020-04-07Merge pull request #2696 from mark-monteiro/fix-extrasVasily
Display Extras With Unknown Types
2020-04-01Code review suggestionsMark Monteiro
2020-04-01Add ExtraType.Unknown enum value and use it instead of nullMark Monteiro
2020-03-28Simplify logic; remove unnecessary methodsMark Monteiro
2020-03-28Do not assign an invalid value of zero to ExtraTypeMark Monteiro
2020-03-28Display extras with an unknown typeMark Monteiro
2020-03-24Remove unused usingsBond_009
2020-03-22Add missing null check when retrieving extrasMark Monteiro
2020-03-18Merge pull request #2549 from dkanada/refactordkanada
Refactor some provider classes
2020-03-11Merge pull request #2502 from JustAMan/baseitem-equalsBond-009
Adds BaseItem.Equals method that compares items by their Id
2020-03-09remove unused files and fix some future warningsdkanada
2020-03-05Add inheritdoc comment and squash simple method bodiesVasily
2020-03-05Follow code review suggestionsVasily
2020-03-04Implement BaseItem.GetHashCode overrideVasily
2020-03-03Lower log level for BaseItem.Equals to debugVasily
2020-03-02Speed up equality comparison of BaseItemVasily
2020-02-27Apply suggestions from code reviewVasily
Co-Authored-By: Claus Vium <cvium@users.noreply.github.com>
2020-02-27Simplify AlphanumericComparer, reduce code duplicationVasily
2020-01-10Merge branch 'master' into warn12Bond_009
2019-12-11More warnings (removed)Bond_009
2019-11-04Merge remote-tracking branch 'origin/master' into media-attachments-cleanAndrew Mahone
2019-10-29Fix more warningsBond_009
2019-10-22Retrieve media attachments in BaseItem.Andrew Mahone
2019-10-15Fix Json serialization errorBond_009
2019-09-26Fix SetImage to avoid out of range exception (#1798)Anthony Lavado
* Fix SetImage to avoid out of range exception * Actually use the new images we've retrieved
2019-09-23Fix multiple mistakes and warningsBond_009
2019-09-02Fix warnings, improve performance (#1665)Bond-009
* Fix warnings, improve performance `QueryResult.Items` is now a `IReadOnlyList` so we don't need to allocate a new `Array` when we have a `List` (and `Items` shouldn't need to be mutable anyway) * Update Providers .csproj to latest C# * Remove extra newline from DtoService.cs * Remove extra newline from UserLibraryService.cs
2019-08-19Fix LocalTrailers playback.SL1288
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-05-16Review changesClaus Vium
Untested
2019-05-02Enforce extras folder structure according to Emby's wikiClaus Vium
2019-05-01Change owner and parent id of extras to the main media itemClaus Vium
2019-03-08Fix errorBond-009
2019-03-07Quick nullref fixBond-009
2019-03-07Cleanup/simplificationBond-009
* Removed useless copies/allocations * Reduced unneeded complexity
2019-02-20Only refresh metadata if extras changedTorsten
2019-02-19Populate video extras againTorsten
2019-01-30Merge branch 'master' into cultureBond-009
2019-01-29Merge pull request #726 from EraYaN/remove-wrappers-for-system-ioVasily
Clean up IFileSystem wrappers around stdlib.
2019-01-28Unwrapped `GetFileNameWithoutExtension`Erwin de Haan
2019-01-28Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile`Erwin de Haan
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan
2019-01-28Fix default aspect ratioClaus Vium
2019-01-27Fix more analyzer warningsBond_009
2019-01-26Change default aspect ratio to 2/3 from 0Claus Vium
2019-01-26Change image dimentions from double to intBond_009
Rename ImageSize -> ImageDimensions
2019-01-24Eliminate some compile warnings (#600)hawken
* Remove some unused variables * remove duplicate "using .." by sorting and deduping the list * Remove things that already exist in the parent class (in one case I moved some documentation to the parent) * EntityBodyData and and NextSearch were never set (only read), removed * _timeout was never read, subsequently _timer became unused. part of a TODO timeout functionality that was not implemented yet
2019-01-20Minor improvements to library scan codeBond_009