Self Contained Web Server / Interface (1 Viewer)

AngryBadger

Portal Member
July 8, 2008
16
0
Home Country
United Kingdom United Kingdom
Thanks a lot for that Big_Kev,

I changed the recording directory and it seemed to add a recording to the schedule without a problem. This is such a fantastic development, it really should be built into the program.

Thanks
Dave
 

regeszter

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

    Can you repeat the channel name in midle of column? If I scroll down the tvguide page I dont remember what was the channel name. See this tv guide page: PORT.hu - TV m?sor

    thx
     

    Big_Kev

    Portal Pro
    June 8, 2007
    338
    186
    Home Country
    New Version 0.3.0.01 Beta

    Lots of new things - as a result of recent requests...

    1. 1. You can now update recording parameters from the guide page - as per Risu's suggestion.
    2. 2. There is now an option on the "Appearance" page of the Manager that says "Add Extra Channel Headers to Vertical View". This causes the channel names and logos to repeat down the columns in the standard vertical view - as per Regeszter's request.
    3. 3. I have included Risu's pages in the install, and they will install as the default pages for clean installations.

    If you want to use them, you need to do the following...
    1. On the "Web Interface" page, set your template directory to C:\Program Files\MP Web Interface\NewInterface ... or whatever your appropriate installation path is
    2. On the Appearance page, select the "Use custom HTML for data display" option.

    3. Copy and paste the following into the "HTML for Guide Program Entries" Text box on the HTML Page

    <tr><th width=5% !!!Current!!!>!!!StartTime!!!</th>
    <td !!!Current!!! nowrap>
    <a !!!ToolTip!!! href="javascript:load('!!!ProgID!!!')">!!!Title!!![35]</a>&nbsp;!!!RecordImage!!!</td></tr>

    4. Copy the following into the HTML for Scheduled Program Entries

    <table width=300><tr><td width=5% nowrap>!!!StartTime!!!</td>
    <td nowrap> <a href="javascript:loadrec('!!!DetailLink!!!')">!!!Title!!!</a></td></tr>
    <tr><td colspan=2 id="sched">!!!Description!!!</td></tr>
    <tr><td colspan=2>!!!RecordFreq!!!<br>!!!KeepUntil!!!</td></tr></table>

    5. Copy the following into the HTML for Recorded Program Entries

    <table cellspacing = 1><tr><td>!!!CheckBox!!!</td>
    <td nowrap align=left width="98%">
    <a !!!ToolTip!!! href="javascript:load('!!!RecordingId!!!')">!!!Title!!![35]</a></td>
    <td align=right>!!!WatchedImage!!!</td></tr></table>

    Save and reset the service.

    Kev
     

    regeszter

    Retired Team Member
  • Premium Supporter
  • October 29, 2005
    5,335
    4,954
    Home Country
    Hungary Hungary
    "2. There is now an option on the "Appearance" page of the Manager that says "Add Extra Channel Headers to Vertical View". This causes the channel names and logos to repeat down the columns in the standard vertical view - as per Regeszter's request. "

    thx thx thx thx thx thx thx thx thx thx :)

    An another idea:
    An 2nd EPG page where is only one channel but one week time. For example if I click in EPG page an channel name/logo this 2nd view loaded.
     

    Big_Kev

    Portal Pro
    June 8, 2007
    338
    186
    Home Country
    New Version 0.3.0.02

    :sorry::sorry::sorry::sorry::sorry:

    URGENT FIX FOR VERSION 0.3.0.01

    Please Replace version 0.3.0.01 if you have installed it!

    There is a bug that will prevent logon under certain circumstances!

    New Feature

    Weekly program display... (as requested by regeszter)

    Just click on the channel logo in the guide to see a weeks worth of programs for that channel. (only works in normal vertical view for now, only shows a week from today - will "polish" later)

    Kev
     

    regeszter

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

    thx the new features!

    when I am in the new view and click the next/prev button I will go to original view instead of the new view.

    can the web service prevent to go standby the htpc? i miss this feature :(

    and the last one a bug:
    in the EPG ballon tips is header=... body=... text
     

    mortstar

    MP Donator
  • Premium Supporter
  • January 30, 2008
    415
    41
    Home Country
    England England
    Just upgraded to the latest version and I've broken it.

    After entering log in information - I'm getting an error page:

    "MP Web Server Error 500
    The Web Server has encountered the following error:

    Out of memory"

    On the server running the Web Interface, the service spikes to 100% usage of a core and takes upto 1GB of RAM before this error comes up.

    Any help much appreciated
     

    risu

    MP Donator
  • Premium Supporter
  • September 22, 2006
    279
    19
    Home Country
    Finland Finland
    1. You can now update recording parameters from the guide page - as per Risu's suggestion.

    Thanks, there's a little problem right now with my layout as removing scheduled show always changes tvguide to scheduled recordings page on the background. :)

    It's because there wasn't option to view scheduled data from guide before, I'll see what I can do to fix this. Problem is that current javascript always reloads scheduled view on parent window after deleting scheduled show. I think it could be fixed by replacing following line on removeok.htm:

    window.opener.location.href = "showrecording";

    to

    window.opener.location.href = window.opener.location;

    I'll test it when I get back home.

    EDIT-> Yup, it works.

    Fixed file attached
     

    izzo

    Portal Member
    November 19, 2007
    5
    0
    I'm getting the same out of memory error.

    MP Web Server Error 500
    The Web Server has encountered the following error:

    Out of memory


    Any ideas?
     

    Users who are viewing this thread

    Top Bottom