aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/BaseItem.cs
AgeCommit message (Expand)Author
2020-02-27Apply suggestions from code reviewVasily
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
2019-09-23Fix multiple mistakes and warningsBond_009
2019-09-02Fix warnings, improve performance (#1665)Bond-009
2019-08-19Fix LocalTrailers playback.SL1288
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-05-16Review changesClaus Vium
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
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
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
2019-01-24Eliminate some compile warnings (#600)hawken
2019-01-20Minor improvements to library scan codeBond_009
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ControllerErwin de Haan
2019-01-11Merge branch 'dev' into code-cleanupErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
2019-01-07remove trailing whitespacehawken
2019-01-03Post GPL cleanupBond_009
2018-12-30Fix build post GPL changeBond_009
2018-12-30Fix exception loggingBond_009
2018-12-30Remove the need for NullLoggerBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-12-28Remove custom ToArray extensionBond_009
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-11-25update library changed notifierLuke Pulverenti
2017-11-05support track selection before playbackLuke Pulverenti
2017-11-03update download progress reportingLuke Pulverenti