Self Contained Web Server / Interface (1 Viewer)

Alfrescoid

Portal Pro
October 11, 2006
55
1
Home Country
A tiny niggle...

Thanks again Big Kev for this wonderful kit!

I published on Port 8080 and got it to work, but seem to have problem with clicking into program name on Scheduled Recordings screen. This is in the PDA screen at least...it seems it simply drops the port number and so references the wrong URL...ends up with a hung screen. Easy to fix, no?

Regards,
Mike
 

Big_Kev

Portal Pro
June 8, 2007
338
186
Home Country
Awesome! Thanks Big_Kev! What's your thoughts on the Music navigation?

I will need to dust off my limited C# skills and find the correct assembly to wrap... If I can find some other sample code that directly accesses MP I should be able to come up with something. I will look through what is available in other plugins etc.

Unfortunately, my main skills relate to C++ and databases, so this will take me a while.

Kev

bug:

when I delete an scheduled recording the web server display a "Removal Successful" + BACK button. Press the back button, the IE7 asks, do you want to close the browser? :(

this bug still exists. now the web server displays " Program Removed Successfully! " and the IE7 shows an javascript error on the status bar. There is same error after add a program to schedule.

feature request:

after select a tv show in the guide the server displays all items with same name (tipicaly if that is a serial)
this feature is in MP too
Could you let me know which version of the interface you are using, as I am not having this problem.

I am using the new interface, and I have been doing all of the changes lately based on it. I have not spent time working on the PDA screens for a while, or the original interface.

If you can give me as many details as possible about your configuration, I can hopefully duplicate the problem and fix it.

Is this only an issue in IE7? Does it work in Firefox?

Kev
 

Big_Kev

Portal Pro
June 8, 2007
338
186
Home Country
Thanks again Big Kev for this wonderful kit!

I published on Port 8080 and got it to work, but seem to have problem with clicking into program name on Scheduled Recordings screen. This is in the PDA screen at least...it seems it simply drops the port number and so references the wrong URL...ends up with a hung screen. Easy to fix, no?

Regards,
Mike

Might have to wait until tomorrow...

Kev
 

regeszter

Retired Team Member
  • Premium Supporter
  • October 29, 2005
    5,335
    4,954
    Home Country
    Hungary Hungary
    Hi Kev,

    I am using the new interface and not the PDA screens. This problem is in IE6/7 and firefox too.

    Here is a generated html after I removed a scheduling.

    <html>

    <head>
    <meta http-equiv="Content-Language" content="en-au">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
    <META HTTP-EQUIV="Expires" CONTENT="-1">
    <title>MP Web Interface - Program Removed Successfully!</title>

    <link rel="stylesheet" type="text/css" href="custom.css">
    <SCRIPT language="JavaScript">
    <!--hide

    function refresh(location)
    {
    window.opener.location.href = location;
    window.setTimeout('window.close()',1000);
    }

    //-->
    </SCRIPT>

    </head>

    <body onload="javascript:refresh('showrecording')">
    <center><table width=100% height=100% bgcolor="#ECECFF"><tr><td valing=center align=center>
    <center>
    <table id="table1" cellpadding=4 cellspacing=1><tr><th>
    <font size="2" color="#FFFFFF">&nbsp;<br><b>
    &nbsp;&nbsp;&nbsp;Program Removed Successfully!&nbsp;&nbsp;&nbsp;<br>&nbsp;
    </b></font>
    </th></tr></table>

    </center></td></tr></table></center>
    </body>
    <HEAD>
    <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
    <META HTTP-EQUIV="Expires" CONTENT="-1">
    </HEAD>

    </html>


    The IE7 says: the window.opener.location is NULL or not an object (translated from hungarian)
     

    from_cologne

    New Member
    September 4, 2008
    1
    0
    Home Country
    Germany Germany
    The web server is a great tool I often use because I can remote control
    my Mediaportal TV-Server with an small tablet PC (boottime only 4 seconds:)).

    But I have a problem.
    If I schedule a "MANUAL REC" and check this schedule afterwards
    in the "SCHEDULED" menu the start end end time is shown wrong.
    In the detail view of this schedule the date for start and end is not
    04.09.2008 (correct), its 30.12.1899.
    But in the recording priority menu the dates are correct.

    If I delete a recording in menu "RECORDED" the sub-directory on
    harddisk is deleted too. As was intended?
     

    jsabrahamsen

    MP Donator
  • Premium Supporter
  • March 8, 2008
    9
    0
    Home Country
    Denmark Denmark
    Database problem with query based recordings

    When I try to enable query based recordings, I get an error, see attachment.

    Everything else works fine, I have been using MP Web Interface for six months without any problems before this. Thanks for a great program!
     

    Gixxer

    Retired Team Member
  • Premium Supporter
  • August 18, 2007
    1,383
    41
    41
    Spain
    Home Country
    Spain Spain
    sorry can anyone help me, cant get the screen for part:

    Adding a user to MySQL
    Select “MySQL Administrator” from Start > All Programs > MySQL and log in.

    i did a clean mprc2 install + mysql management express

    but i cant get to the screen showed in the guide page 4


    btw, Big_Kev i could translate to spanish if u want.

    :D
     

    Mr.Montesa

    Portal Pro
    August 9, 2006
    91
    7
    Hessen
    Home Country
    Germany Germany
    HEy jsabrahamsen,
    you get this error, because your user (web) is not allowed to create a databse.
    All query based recordings are seperated from the default database.
    Grant "create" permissions to the user web, and it will work.
    greets
     

    Big_Kev

    Portal Pro
    June 8, 2007
    338
    186
    Home Country
    btw, Big_Kev i could translate to spanish if u want.

    Yes Please!!!

    If I delete a recording in menu "RECORDED" the sub-directory on
    harddisk is deleted too. As was intended?

    It was intended to delete the sub-directory as long as it is empty - if you have multiple episodes in the same sub-directory, it will not be deleted until all episodes have been deleted.

    Kev
     

    Gixxer

    Retired Team Member
  • Premium Supporter
  • August 18, 2007
    1,383
    41
    41
    Spain
    Home Country
    Spain Spain
    btw, Big_Kev i could translate to spanish if u want.

    Yes Please!!!


    no problem !! i guess i have to install the app and find a file with all the languages,right?

    btw, can u tell me why im not finding the...

    Adding a user to MySQL
    Select “MySQL Administrator” from Start > All Programs > MySQL and log in.

    it looks i have a program missing. as i said, i installed...

    mprc2
    mysql management express

    thanks
     

    Users who are viewing this thread

    Top Bottom