aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Kernel.cs
AgeCommit message (Collapse)Author
2012-08-19Fixed some kernel/splash screen async startup issuesLukePulverenti Luke Pulverenti luke pulverenti
2012-08-19One async call leads to another, and another, all the way up the call stack...LukePulverenti Luke Pulverenti luke pulverenti
2012-08-19Added initial implementation of the metadata provider network, along with ↵LukePulverenti Luke Pulverenti luke pulverenti
the first few providers
2012-08-18Added an ffprobe helper classLukePulverenti Luke Pulverenti luke pulverenti
2012-08-18Slight re-work of ApplicationPaths so that we can have inherited versions ↵LukePulverenti Luke Pulverenti luke pulverenti
for the UI and Server
2012-08-18Added a VirtualFolder entity, a resolver, and a CollectionType property.LukePulverenti Luke Pulverenti luke pulverenti
2012-08-18Added a completely separate DTOBaseItem to remove the ApiBaseItemWrapper ↵LukePulverenti Luke Pulverenti luke pulverenti
mess and shrink json output size.
2012-08-17Removed more kernel methods and deprecated the Configuration and HtmlBrowser ↵LukePulverenti Luke Pulverenti luke pulverenti
projects. They've both been replaced by the new WebDashboard project.
2012-08-17Moved some logic into domain entities, which is possible now that we're ↵LukePulverenti Luke Pulverenti luke pulverenti
embracing DTO's
2012-08-17Consolidated handlers that return lists of items. Renamed ApiBaseItemWrapper ↵LukePulverenti Luke Pulverenti luke pulverenti
to ApiBaseItemContainer. Added Person and Studio DTO's to BaseItemWrapper
2012-08-17Made BaseJsonHandler strongly typed. Moved DTO entities to their own DTO ↵LukePulverenti Luke Pulverenti luke pulverenti
namespace in Model.
2012-08-14Added GetItemsWithPersonLukePulverenti Luke Pulverenti luke pulverenti
2012-08-14Implemented some IBN functionality - GetPerson, GetYear, GetStudio, GetGenreLukePulverenti Luke Pulverenti luke pulverenti
2012-08-12Fixed stdout/stderr deadlock issue that was causing ffmpeg to hang when ↵LukePulverenti Luke Pulverenti luke pulverenti
working with large files.
2012-08-11Added progress reporting to kernel.initLukePulverenti Luke Pulverenti luke pulverenti
2012-08-10Reworked audio transcoding to output directly to responseLukePulverenti Luke Pulverenti luke pulverenti
2012-08-02Uncommented ReloadConfiguration and updated GetAllUsers to return a dummy ↵LukePulverenti Luke Pulverenti luke pulverenti
user, in order to unblock UI development.
2012-08-01Add ApplicationPaths classebr11 Eric Reed spam
2012-07-31Added an ApiInteraction project that UI's can use to talk to the server. ↵LukePulverenti Luke Pulverenti luke pulverenti
Moved jsonserializer namespace from json to serialization, since we may be adding an xml serializer.
2012-07-31Consolidated users code into kernelLukePulverenti Luke Pulverenti luke pulverenti
2012-07-30Reworked CategoryInfo and added ImageType enumLukePulverenti Luke Pulverenti luke pulverenti
2012-07-26minor tweaks to mef composable partsLukePulverenti Luke Pulverenti luke pulverenti
2012-07-25Switched to MEF as a means to locate plugins and resolversLukePulverenti Luke Pulverenti luke pulverenti
2012-07-24Added new api handlers to get plugin informationLukePulverenti Luke Pulverenti luke pulverenti
2012-07-23Added an api call to pull down user configurationLukePulverenti Luke Pulverenti luke pulverenti
2012-07-21Added a BaseKernel for the UI and Server to share, and made some other minor ↵LukePulverenti Luke Pulverenti luke pulverenti
re-organizations.
2012-07-19Moved the http server to it's own assembly. added comments and made other ↵LukePulverenti Luke Pulverenti luke pulverenti
minor re-organizations.
2012-07-16All calls to get items now require passing in a userId. Made the model ↵LukePulverenti Luke Pulverenti luke pulverenti
project portable. Also filled in more api calls.
2012-07-15Switched to service stack json. Added more api enhancements.LukePulverenti Luke Pulverenti luke pulverenti
2012-07-12moved the http server to common, added more http handlersLukePulverenti Luke Pulverenti luke pulverenti
2012-07-12Added some resolver improvementsLukePulverenti Luke Pulverenti luke pulverenti
2012-07-12Initial check-inLukePulverenti Luke Pulverenti luke pulverenti