aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2013-06-13fixes #347 - File Properties in Video file formats override local xmlLuke Pulverenti
2013-06-13fixes #334 - Server side indexing routine is falling downLuke Pulverenti
2013-06-13Set initial display media type at resolve timeLuke Pulverenti
2013-06-13Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowserLuke Pulverenti
2013-06-13removed unused propertiesLuke Pulverenti
2013-06-13Removed support for ParentalRating/Value tag in xmlEric Reed
2013-06-12Added poor man's multi-file movie supportLuke Pulverenti
2013-06-11removed null checks that are no longer neededLuke Pulverenti
2013-06-11Test rating for null before passing it into levelLuke Pulverenti
2013-06-11fixed issue of not seeing network sharesLuke Pulverenti
2013-06-10added a new MusicGenre entityLuke Pulverenti
2013-06-10removed some preemptive file filteringLuke Pulverenti
2013-06-10Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowserLuke Pulverenti
2013-06-10optimize ratings by cachingLuke Pulverenti
2013-06-10Added support for .mts video filesLuke
2013-06-10fixed ratings. moved them to static text filesLuke Pulverenti
2013-06-09Fixed bug #331Luis Miguel Almánzar
Fixed issue with incorrect season number when path contains a number.
2013-06-09moved IByReferenceItem to the controller projectLuke Pulverenti
2013-06-09call metadata savers after items are updatedLuke Pulverenti
2013-06-09added a providers assemblyLuke Pulverenti
2013-06-09added IMetadataSaverLuke Pulverenti
2013-06-09added EnableInternetProviders to BaseItemDtoLuke Pulverenti
2013-06-09set default valuesLuke Pulverenti
2013-06-09added LockedFields to BaseItemLuke Pulverenti
2013-06-09set DontFetchMeta at resolve timeLuke Pulverenti
2013-06-08added recursive unplayed countLuke Pulverenti
2013-06-07when getting season number from paths, only look at path file nameLuke Pulverenti
2013-06-06don't support two character languageLuke Pulverenti
2013-06-06removed dead codeLuke Pulverenti
2013-06-06support European encoding in xml filesLuke Pulverenti
2013-06-06support xbmc naming convention for subtitlesLuke Pulverenti
2013-06-05No ratings are reported as empty string not nullEric Reed
2013-06-05update subtitle resolutionLuke Pulverenti
2013-06-05added new image paramsLuke Pulverenti
2013-06-04Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowserLuke Pulverenti
2013-06-04fixes #324 - Server to return non-cropped images to clientsLuke Pulverenti
2013-06-04Null coalescing was not going to work anymore...Eric Reed
2013-06-04Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowserEric Reed
2013-06-04Fix other country ratingsEric Reed
2013-06-04added back image enhancer methodLuke Pulverenti
2013-06-04defer path creation when possibleLuke Pulverenti
2013-06-03re-factored some file system accessLuke Pulverenti
2013-06-03a little more kernel consolidationLuke Pulverenti
2013-06-02image delivery optimizationsLuke Pulverenti
2013-06-01reduce requests when images already existLuke Pulverenti
2013-06-01cleanup duplicate image downloadingLuke Pulverenti
2013-06-01exclude theme song from album resolutionLuke Pulverenti
2013-06-01don't allow theme songs to get mixed in with childrenLuke Pulverenti
2013-06-01added basic timeout detectionLuke Pulverenti
2013-06-01fixes #321 - Chapter extraction (again)Luke Pulverenti