home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 2
Plugin Development
Featured Plugins
MP2Extended
Plugin: MP2Extended
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="FreakyJ" data-source="post: 1168335" data-attributes="member: 106003"><p>I am a bit confused <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite20" alt=":ROFLMAO:" title="ROFL :ROFLMAO:" loading="lazy" data-shortname=":ROFLMAO:" /></p><p>So to make sure that we are on the same page, I've just pushed my WIP branch (won't compile)</p><p><a href="https://github.com/FreakyJ/MediaPortal-2/commits/FEAT_MIA_DLNA_MP2Ext_AspNet" target="_blank">https://github.com/FreakyJ/MediaPortal-2/commits/FEAT_MIA_DLNA_MP2Ext_AspNet</a></p><p></p><p>If you take a look at the last commit you will see my changes, basically I do the folowwing broing work:</p><p>- add a Controller (and Remove the xyzRequestHandler)</p><p>- 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)</p><p>- remove the now unnecessary checks and change some variable names.</p><p></p><p>Do you have any unmerged changes?</p></blockquote><p></p>
[QUOTE="FreakyJ, post: 1168335, member: 106003"] 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) [URL]https://github.com/FreakyJ/MediaPortal-2/commits/FEAT_MIA_DLNA_MP2Ext_AspNet[/URL] 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? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Plugin Development
Featured Plugins
MP2Extended
Plugin: MP2Extended
Contact us
RSS
Top
Bottom