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

Status
Not open for further replies.

cheezey

Community Plugin Dev
August 26, 2004
1,559
312
57
West Yorks, UK
Home Country
United Kingdom United Kingdom
Re: iPhone interface for MediaPortal (iPiMP) - 4.1.0

What is the ETA for the 'next' release? Calendar Quarter 2 2010?

While I'm asking... do you have an ETA for live transcoding?

Next release should be out in a couple of months tops.

I've had to put live transcoding on hold. I spent a significant amount of time on it recently but cannot get it to work. I know what is required however my dev skills are not up to it. You can read more about that here. I've no doubt that someone somewhere will come up with a solution that can run on a windows platform and as and when that happens I'll integrate it into iPiMP.
 

rhartinger

Portal Pro
May 28, 2008
694
11
Re: iPhone interface for MediaPortal (iPiMP) - 4.1.0

hi Cheezey,

cool New Features. moving Pictures is great. But I found a bug. when I play a movie from moving Pictures and click on Now Playing I get a failuer !!Fubar!! cannot import .......
 

cheezey

Community Plugin Dev
August 26, 2004
1,559
312
57
West Yorks, UK
Home Country
United Kingdom United Kingdom
Re: iPhone interface for MediaPortal (iPiMP) - 4.1.0

hi Cheezey,

cool New Features. moving Pictures is great. But I found a bug. when I play a movie from moving Pictures and click on Now Playing I get a failuer !!Fubar!! cannot import .......

Thanks for the report, I'll have a look. Getting the now playing is a bit of a hit and miss affair, I can tell the filename that is being played but then you have to try and match that with an entry in the MyVideos database, MovingPictures database or TVSeries database - there may be more databases too depending on the plugins installed, but I'll have a dig around and see if I can find the issue.

Could you post the full error message though, that may help a bit.
 

niblet

Portal Pro
October 4, 2008
133
5
Home Country
United Kingdom United Kingdom
Re: iPhone interface for MediaPortal (iPiMP) - 4.1.0

When I try and start a movie playing in moving pictures - I get the same and MP crashes:-

Code:
Unable to cast object of type 'System.String' to type 'Jayrock.Json.JsonObject'.
at Website.MovingPicturesPlay.PlayVideo(String wa, String friendly, String movieID)
at Website.MovingPicturesPlay.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 

cheezey

Community Plugin Dev
August 26, 2004
1,559
312
57
West Yorks, UK
Home Country
United Kingdom United Kingdom
Re: iPhone interface for MediaPortal (iPiMP) - 4.1.0

When I try and start a movie playing in moving pictures - I get the same and MP crashes:-

Code:
Unable to cast object of type 'System.String' to type 'Jayrock.Json.JsonObject'.
at Website.MovingPicturesPlay.PlayVideo(String wa, String friendly, String movieID)
at Website.MovingPicturesPlay.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

What version of Moving Pictures are you running?
 

rhartinger

Portal Pro
May 28, 2008
694
11
Re: iPhone interface for MediaPortal (iPiMP) - 4.1.0

Hi cheezey, The Home Button dont work in the MP Client Feature

Is it possible to add a Number Pad in Remote to switch Channels fast?
 

niblet

Portal Pro
October 4, 2008
133
5
Home Country
United Kingdom United Kingdom
Re: iPhone interface for MediaPortal (iPiMP) - 4.1.0

@cheezy, I'm using version 1.0 beta 2 (I think) it's definately 1.0+
 

cheezey

Community Plugin Dev
August 26, 2004
1,559
312
57
West Yorks, UK
Home Country
United Kingdom United Kingdom
Re: iPhone interface for MediaPortal (iPiMP) - 4.1.0

Hi cheezey, The Home Button dont work in the MP Client Feature

Is it possible to add a Number Pad in Remote to switch Channels fast?

rhartinger - I have noticed that the Home button doesn't work on a few screens but haven't been able to track it down. Does it happen on all the client screens? Does it happen on any other screens?

I was going to extend the remote control page 2 by adding a text entry box at the bottom. That way you could enter strings as well as numerics. I shall try to get thus in the next version.

@cheezy, I'm using version 1.0 beta 2 (I think) it's definately 1.0+

niblet - could you zip and PM me your MovingPictures.db3 file?
 

bhengeveld

Portal Pro
December 11, 2009
142
46
Home Country
Netherlands Netherlands
Re: iPhone interface for MediaPortal (iPiMP) - 4.1.0

I'm still having a hard time getting iPimp to work on my existing apache server. I basically copied fredflinstones settings as posted in this thread, but still no working ipimp. If someone would be so kind to take another look at it... Very much appreciated.

I've installed iPimp in C:\Program Files\Ipimp (installed everthing except apache). My modem/router is set up to forward port 2303 to my mediaportal Singleseat machine, that is happily serving Ampache, so I am under the impression it is working, internetwise and all.

My httpd.conf concerning ports and documentroots:

ServerRoot "C:/xampplite/apache"

Listen 80
Listen 2303

ServerName MYSERVER:80

NameVirtualHost MYSERVER:2303

<VirtualHost *:80>
ServerAdmin xxxx@gmail.com
DocumentRoot "C:/xampplite/htdocs"
ServerName MYSERVER
ServerAlias MYSERVER *.MYSERVER
</VirtualHost>

<VirtualHost MYSERVER:2303>
DocumentRoot "C:/Program Files/iPimp/Aspx"
</VirtualHost>

And concerning aps.net:

#asp.net
LoadModule aspdotnet_module modules/mod_aspdotnet.so
AddHandler asp.net asax ascx ashx asmx aspx axd config cs csproj licx rem resources resx soap vb vbproj vsdisco webinfo
<IfModule mod_aspdotnet.cpp>
AspNetVersion v2.0.50727
AspNetMount / "C:/Program Files/iPimp/Aspx"
Alias /iPimp "C:/Program Files/iPimp/Aspx"
Alias /TVLogos "C:/ProgramData/Team MediaPortal/MediaPortal/thumbs/tv/logos"
<Directory "C:/Program Files/iPimp/Aspx">
Options FollowSymlinks ExecCGI
Order allow,deny
Allow from all
DirectoryIndex Default.aspx
</Directory>
<Directory "C:/ProgramData/Team MediaPortal/MediaPortal/thumbs/tv/logos">
Options FollowSymlinks ExecCGI
Order allow,deny
Allow from all
</Directory>
AliasMatch /aspnet_client/system_web/(\d+)_(\d+)_(\d+)_(\d+)/(.*) "C:/Windows/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$4"
<Directory "C:/Windows/Microsoft.NET/Framework/v*/ASP.NETClientFiles">
Options FollowSymlinks
Order allow,deny
Allow from all
</Directory>

Result: 403 (instead of MYSERVER my actual domainname is listed, but I'd rather not get that all to freely on the internet. Anyway: I've double checked to see if it's spelled correctly)

Everything else om my server is working fine, for what it's worth. (wordpress, ampache, utorrent webui) But why not ipimp?
 

gustavson

Portal Member
November 25, 2008
46
0
Home Country
Austria Austria
AW: iPhone interface for MediaPortal (iPiMP) - 4.1.0

Hi Cheezey

According to your post if my DB is populated:
I assume that the DB for Musik and ? is located:
C:\Program Files\iPiMP\aspx\App_Data\uWiMP.db.
Access to the DB is working as I can add users but when I import music (which is a effort of less than a second?! and I don’t see a process in task-manager) the size of the DB is still 12k. So maybe the import does not work (note that I have more than 30k songs).

Is there a possibility to check this import or look into the DB?

Greetings
Peter
 
Status
Not open for further replies.

Users who are viewing this thread

Top Bottom