Plugin: MP2Extended (2 Viewers)

FreakyJ

Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    @MrTechno
    just posted a new installer above your post^^ But untested by me ;)
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    @MrTechno

    Another node: Once I moved all the function I will push a new branch. Unfortunately this one doesn't work with msbuild yet. For more information see the ASP.Net Thread. But I think you followed this one already :)
     

    MrTechno

    Retired Team Member
  • Premium Supporter
  • February 27, 2011
    1,256
    511
    London
    Home Country
    United Kingdom United Kingdom
    just posted a new installer above your post^^ But untested by me ;)
    Ah I didn't see that? Built from your branch (DLNA + MP2Ext) or mine (DLNA + MP2Ext + MIA rework)? I haven't tested mine either and I don't recommend it for production systems because of the series screen issues.
     

    MrTechno

    Retired Team Member
  • Premium Supporter
  • February 27, 2011
    1,256
    511
    London
    Home Country
    United Kingdom United Kingdom
    The Asp.Net branch for MP2Ext is based on this: DLNA + MP2Ext + MIA rework
    Oh wow you've gone even further than me (y)

    Did you make changes to it other than adding the ASP .Net stuff? Should I merge that into the official branch as well?
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    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?
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    I Merged the Feat-MP2-500_AspNetServer branch int your DLNA + MP2Ext + MIA rework Branch.
    Than I started to make changes to MP2Ext.
    The result is the branch which I've just pushed. Does that make sense?
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    But as I said it won't compile, at least MP2Ext won't.
    The mainproblem is the in the ASP.Net Thread discussed issue with the references. Currently I have ~6 NugetPackages which are needed to compile MP2Ext + a custom OnlineVideos version.
    The second problem is that the commit is WIP :)
     

    Users who are viewing this thread

    Top Bottom