Webinterface plugin (2 Viewers)

Maschine

Retired Team Member
  • Premium Supporter
  • June 15, 2004
    768
    86
    Germany
    Home Country
    Germany Germany
    samuel337 said:
    But, we'll see what the web interface dev says (I'm responsible for the MP communication bit). I'd love to work on it and add all sorts of new stuff, but I don't have the time :cry:

    Hmm, I think this would be too much effort for too little "results". To realize something like a guest account we would have to change the complete login system (well, actually we then had to do our own while we now use Apache's access control, which is easy to set up and rock solid though).

    If the people you want to "impress" are your friends, maybe you just ask them kindly not to change anything and well then you'll have to trust them ;-)

    Maschine
     

    Marcusb

    Retired Team Member
  • Premium Supporter
  • February 16, 2005
    1,995
    29
    Melbourne
    Hey guys, you were right, the plugin was not allowed in the configuration settings.
    I've activated it now and all works great,

    Thanks heaps guys. Don't worry about the guest account, at least now I have multiple logins I am able to change passwords once people have had a look around (and after I check for "strange" recording schedules :))
     

    Cojo

    Portal Member
    September 1, 2004
    28
    0
    Home Country
    Sweden Sweden
    Hi. I have made a small modifikation of the webgui so you get a better view of all the chanels.
    Just make a backup of the "guide.php" and "style.css" before you copy my modified files into the "\htdocs\webscheduler" folder so you can restore it if you don't like what i have done.

    Feel free to use it how ever you want...

    Click here to download
     

    Maschine

    Retired Team Member
  • Premium Supporter
  • June 15, 2004
    768
    86
    Germany
    Home Country
    Germany Germany
    Cojo, what you have done there is really nice :) I love the look and really would like to integrate this into the webinterface! Thanks for your work and keep the good ideas coming.

    We are currently doing some major changes to the webinterface! For example there is support for AM/PM time now and a lot of great stuff is going to come. If you want to do some further improvements please contact me before so I can send you the current developement-version. So we won't have any conflict with your and my code.

    Looking forward and thanks again!
    Maschine
     
    W

    winand

    Guest
    samuel337 said:
    Just realised something - you need to change this as well as the port for the web service (hosted by Apache as well) has changed as well.

    Goto Mediaportal\MPWebControl\htdocs\webscheduler and open functions.php in notepad. Find this line:
    Code:
    	$wsdl_url   = 'http://localhost/MPExtControlWS/service.asmx?WSDL';

    and change it to:
    Code:
    	$wsdl_url   = 'http://localhost:<port>/MPExtControlWS/service.asmx?WSDL';

    replacing <port> with your new port number.

    I'm not sure about your apache and IIS issue - AFAIK, they should work together.

    Sam

    I changed the line, and Apache works fine at port 82 now.
    BUT.. still Apache and IIS won't run together.
    So it's :

    IIS on port 80
    OR
    Apache on port 82..

    Aren't there more locations where I have to change something?
     

    Crapz

    Retired Team Member
  • Premium Supporter
  • September 8, 2004
    12
    0
    IIS & Apache server

    you cant run them on the same IP thats the problem :)

    you have to add a extra ip to you NIC Fig. 01
    i add a extra ip called 10.0.0.99
    nic.jpg


    then you need to chage
    "C:\Program Files\Team MediaPortal\MediaPortal\MPWebControl\apache\conf\httpd.conf"
    that where i have my file :) it's in the httpd.conf file the listen line.
    mine is
    Listen 10.0.0.99:8888

    then it's time to change
    "C:\Program Files\Team MediaPortal\MediaPortal\MPWebControl\htdocs\webscheduler\functions.php"

    $wsdl_url = 'http://10.0.0.99:8888/MPExtControlWS/service.asmx?WSDL';

    "i cant call it Localhost any more, it has to be the Extra ip numer you add above"

    now you have to add the rooles in your firewall to but that your headacke :D

    restart the Apache server service and the it running :D

    and my spelling is bad i now but you still get im for free :D
     

    pgoth

    Portal Member
    May 18, 2005
    5
    0
    Sweden
    Error in webGUI?

    Hi,

    I've scheduled a weekly recording in MP but in the webGUI it reads "Record every day at this time". So the text that is displayed in the webGUI is incorrect..
     

    Maschine

    Retired Team Member
  • Premium Supporter
  • June 15, 2004
    768
    86
    Germany
    Home Country
    Germany Germany
    Re: Error in webGUI?

    Hi pgoth,

    thanks for your hint! The whole webinterface is being improved a lot at the moment. Almost a comlete redesign. With the update to come you will have a much better series handling (this was just done like quick'n dirty in the previous releases). So be patient and wait some days for the upcoming release :)

    Maschine
     

    Marcusb

    Retired Team Member
  • Premium Supporter
  • February 16, 2005
    1,995
    29
    Melbourne
    Glad to know things are moving here.
    The thread went silent for a while and I was worried that progress had stopped.

    This is one of the best plug-ins and it has so much potential to get so much better that it's good to know you guys are on the case :)
     

    Users who are viewing this thread

    Top Bottom