aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/BaseItem.cs
AgeCommit message (Collapse)Author
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
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
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
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
2017-10-30reset image dimensions on changesLuke Pulverenti
2017-10-22restore GetImageSize methodLuke Pulverenti
2017-10-22update image aspect ratio detectionLuke Pulverenti
2017-10-16support delete per libraryLuke Pulverenti
2017-10-03remove unneeded async signaturesLuke Pulverenti
2017-09-18update owned itemsLuke Pulverenti
2017-09-133.2.30.19Luke Pulverenti
2017-09-01fix skiasharp referenceLuke Pulverenti
2017-08-26remove async when there's nothing to awaitLuke Pulverenti
2017-08-26fix folder rip probeLuke Pulverenti
2017-08-24update active recordingsLuke Pulverenti
2017-08-19update live tv data transferLuke Pulverenti
2017-08-15update hdhr channel idsLuke Pulverenti