Reply to thread

I am a bit confused :ROFLMAO:

So to make sure that we are on the same page, I've just pushed my WIP branch (won't compile)

https://github.com/FreakyJ/MediaPortal-2/commits/FEAT_MIA_DLNA_MP2Ext_AspNet


If you take a look at the last commit you will see my changes, basically I do the folowwing broing work:

- add a Controller (and Remove the xyzRequestHandler)

- change the function Headers in every api function: public dynamic Process(IHttpRequest request, IHttpSession session) to for example public WebBoolResult Process(int scheduleId, int? channelId = null, string title = null, DateTime? startTime = null, DateTime? endTime = null, WebScheduleType? scheduleType = null, int? preRecordInterval = null, int? postRecordInterval = null, string directory = null, int? priority = null)

- remove the now  unnecessary checks and change some variable names.


Do you have any unmerged changes?


Top Bottom