iPhone interface for MediaPortal (iPiMP) - original thread (now closed) (8 Viewers)

Status
Not open for further replies.

ShowsOn

MP Donator
  • Premium Supporter
  • December 23, 2008
    4
    1
    Home Country
    I am using 1.0
    I read the wiki but couldn't stop the tv service from crashing

    There were some changes in MP1.0 final which iPiMP 3.0.1 hasn't taken account of (due to it being released before MP 1.0 final).

    I will have an updated iPiMP install reday soon to run with MP 1.0 final so you'd best wait until then. In the meantime though can you post a copy of your TV Server log after it crashes - it will contain some useful info as to why - I could then improve the iPiMP plugin code to crash more gracefully. ;)

    Thanks

    Hi Cheezey, just a note to say I got the new version to work.

    Thank you!

    Simon
     

    fweine

    Portal Member
    August 27, 2008
    7
    0
    Home Country
    Sweden Sweden
    Seems like an awesome plugin :)

    Just a quick question (since I currently don't have an iPhone), is it possible to run the client on a regular pocket pc in any way?
     

    simple

    Portal Member
    January 8, 2009
    9
    0
    Home Country
    United Kingdom United Kingdom
    Sorry to say cheezey but the link is still downloading 3.0.1

    It can take a while for the Website downloads to update - try again in a few hours :)

    Hi again,

    There must something I have set wrong as the links are still not working.
    Below is a copy of the default.aspx file. Note the links with the '\'. these dont work???


    <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="iPiMPWeb._Default" %>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml" >
    <head runat="server">
    <title>Untitled Page</title>
    <meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <link rel="stylesheet" href="WebApp/Design/Render.css" />
    <link rel="Stylesheet" href="include/remote.css" />
    <script type="text/javascript" src="WebApp/Action/Logic.js"></script>
    <script type="text/javascript" src="include/mpactions.js"></script>
    </head>
    <body>

    <div id="WebApp">

    <div id="iHeader">
    <span id="waHeadTitle">iPiMP</span>
    <a href="#" id="waBackButton">Back</a>
    <a href="#" id="waHomeButton">Home</a>
    </div>

    <div id="iGroup">

    <div id="iLoader">Loading, please wait...</div>

    <!-- Main menu -->
    <div class="iLayer" id="waHome">
    <div class="iMenu">
    <h3>Main menu</h3>
    <ul class="iArrow">
    <asp:placeHolder runat="server" ID="phMainMenu" />
    <asp:placeHolder runat="server" ID="phMPClient" />
    <li><a href="#_Admin">Administration</a></li>
    <li><a href="#_About">About</a></li>
    </ul>
    </div>
    <div>
    <a href="#" onclick="javascript:logout();" rel="Action" class="iButton iBWarn">Logout</a>
    </div>
    </div>

    <!-- Recordings -->
    <div class="iLayer" id="waRecordings">
    <div class="iMenu">
    <h3>Recording categories</h3>
    <ul class="iArrow">
    <li><a href="Recording\ListRecordingCategories.aspx?category=date&start=0#_RecDate" rev="async">Date</a></li>
    <li><a href="Recording\ListRecordingCategories.aspx?category=channel&start=0#_RecChannel" rev="async">Channel</a></li>
    <li><a href="Recording\ListRecordingCategories.aspx?category=genre&start=0#_RecGenre" rev="async">Genre</a></li>
    <asp:placeHolder runat="server" ID="phRecordings" />
    </ul>
    </div>
    </div>

    <!-- Schedules -->
    <div class="iLayer" id="waSchedules">
    <div class="iMenu">
    <h3>Schedules</h3>
    <ul class="iArrow">
    <li><a href="Schedule\ListScheduleCategories.aspx?category=date#_SchedDate" rev="async">By date</a></li>
    <li><a href="Schedule\ListScheduleCategories.aspx?category=channel#_SchedChannel" rev="async">By channel</a></li>
    <li><a href="Schedule\ListScheduleCategories.aspx?category=title#_SchedTitle" rev="async">By title</a></li>
    </ul>
    </div>
    <a style="float:left;margin:0px 10px;color:#ffffff;" class="iButton iBWarn" href="Schedule\FormSchedules.aspx?schedid=0&action=clean#_CleanSched" rev="async">Clean</a>
    </div>

    <!-- User admin -->
    <div class="iLayer" id="waAdmin">
    <div class="iMenu">
    <h3>User admin</h3>
    <ul class="iArrow">
    <li><a href="UserMan\ManageUserMan.aspx?action=change#_UserManAction" rev="async">Change password</a></li>
    <asp:placeHolder runat="server" ID="phUserAdmin" />
    </ul>
    <asp:placeHolder runat="server" ID="phSettings" />
    </div>
    </div>

    <!-- TV Server -->
    <div class="iLayer" id="waTVServer">
    <div class="iMenu">
    <h3>TV Server</h3>
    <ul class="iArrow">
    <li><a href="TVServer\ManageTVServer.aspx?action=card#_TVServerSummary" rev="async">Card status</a></li>
    <li><a href="TVServer\ManageTVServer.aspx?action=service#_TVServerSummary" rev="async">Service status</a></li>
    <li><a href="TVServer\ManageTVServer.aspx?action=disk#_TVServerSummary" rev="async">Disk status</a></li>
    <li><a href="TVServer\ManageTVServer.aspx?action=transcode#_TVServerSummary" rev="async">Transcode status</a></li>
    </ul>
    </div>
    </div>


    <!-- About -->
    <div class="iLayer" id="waAbout" title="About iPiMP">
    <div>
    <center>
    <img alt="iPiMP" src="images/iPiMP.gif" />
    </center>
    </div>

    <center>
    iPiMP is a web interface for <a target="_blank" href="https://www.team-mediaportal.com">Mediaportal</a> designed for viewing on the iPhone, it currently provides access to view your TV guide and manage recordings and schedules. Future features are listed on the <a target="_blank" href="https://www.team-mediaportal.com/manual/Extensions-TV-Server-Plugins/iPiMP">iPiMP wiki</a>.
    <br />
    <br />
    <a target="_blank" href="https://forum.team-mediaportal.com/development-91/iphone-interface-mediaportal-ipimp-46556/">Visit the iPiMP thread on the MP forum.</a>
    <br />
    <br />
    iPiMP uses <a target="_blank" href="http://webapp.net.free.fr/">WebApp.Net</a> - an iPhone/iPod touch Web Application Micro-Framework.
    </center>
    <br />
    <asp:label style="float:right;font-size:small;" runat="server" ID="lblVersion" />
    </div>

    </div>

    <form id="myactions" runat="server">
    <!-- Logout controls -->
    <asp:Button ID="aspBtnLogout" runat="server" Text="Button" style="display:none;"/>

    <!-- Settings controls -->
    <asp:Button ID="aspBtnSaveSettings" runat="server" Text="Button" style="display:none;"/>
    <asp:HiddenField ID="txtTVServername" runat="server"/>
    <asp:HiddenField ID="txtMP4Path" runat="server"/>

    <!-- Remote controls -->
    <asp:HiddenField ID="txtRemoteClient" runat="server"/>
    </form>

    </div>
    </body>
    </html>



    Sorry to be a pain, but I just can't understand it?
    It must be my system but i just can't spot whats wrong?
    Could it be regional?

    Cheers..:confused:
     

    cheezey

    Community Plugin Dev
    August 26, 2004
    1,559
    312
    58
    West Yorks, UK
    Home Country
    United Kingdom United Kingdom
    Hi again,

    There are nothing in the security log.

    /Mikael

    Can you confirm the account which your iPiMPweb service is running? Start -> Run -> Services.msc look for iPiMPweb and report it's 'Log on As'

    Seems like an awesome plugin :)

    Just a quick question (since I currently don't have an iPhone), is it possible to run the client on a regular pocket pc in any way?

    Not unless it runs mobile safari or google chrome.

    Sorry.

    Hi again,

    There must something I have set wrong as the links are still not working.
    Below is a copy of the default.aspx file. Note the links with the '\'. these dont work???

    Sorry to be a pain, but I just can't understand it?
    It must be my system but i just can't spot whats wrong?
    Could it be regional?

    Cheers..:confused:

    Not sure.

    Can you attach your %programfiles%\ipimp\apache\conf\ipimp.conf

    also run the following command at a command prompt and attach the resulting c:\ipimpfiles.txt

    Code:
    dir "%programfiles%\ipimp\*.*" /b /s > c:\ipimpfiles.txt
     

    cheezey

    Community Plugin Dev
    August 26, 2004
    1,559
    312
    58
    West Yorks, UK
    Home Country
    United Kingdom United Kingdom
    Is it possible to integrate a WOL function? My TV Server is normally in Standby.

    I can add WOL for MP clients but not the iPiMP web server - as that would be needed to send the WOL packet. You could try IWOL from app store.
     

    mamakawama

    Portal Member
    March 4, 2008
    12
    0
    Home Country
    Sweden Sweden
    Any chance of getting the server files broken out for those of us (me :) ) with an Apache installation already on the HTPC?

    Cheezey, you should have a tip bucket.
     

    cheezey

    Community Plugin Dev
    August 26, 2004
    1,559
    312
    58
    West Yorks, UK
    Home Country
    United Kingdom United Kingdom

    mamakawama

    Portal Member
    March 4, 2008
    12
    0
    Home Country
    Sweden Sweden
    damn, dude. I'm really blown away by the thoroughness of your docs and dedication to this. the db's, cheeze!

    sorry I hadn't looked at the docs since last mentioning this a bit ago. now.... about that tip bucket!? (is that also in the docs? )
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom