MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » Community Skins and Plugins » TV-Server Plugins


Reply
 
LinkBack (4) Thread Tools Display Modes
Old 2009-06-07, 20:55   #701 (permalink)
Portal Member
 
cheezey's Avatar
 
Join Date: Aug 2004
Location: West Yorks
Age: 41
Posts: 904
Thanks: 50
Thanked 97 Times in 41 Posts

Country:

My System

Default

Quote:
Originally Posted by tigermad View Post
It works. Thank you sooooooooooo much

Just one more question now its working. When I enqueue tracks they add to the playlist but the the playlist starts all over again if it is already playing when I add new tracks. Am I doing something wrong?
Glad it works!

You're not doing anything wrong - that's the behavious of enqueueing at the moment. I'll look to change that with the next version.
cheezey is online now   Reply With Quote
These User Thank You:
Old 2009-06-07, 20:59   #702 (permalink)
Portal Member
 
Join Date: Nov 2008
Posts: 32
Thanks: 4
Thanked 0 Times in 0 Posts


Default

Quote:
Originally Posted by cheezey View Post
Quote:
Originally Posted by tigermad View Post
It works. Thank you sooooooooooo much

Just one more question now its working. When I enqueue tracks they add to the playlist but the the playlist starts all over again if it is already playing when I add new tracks. Am I doing something wrong?
Glad it works!

You're not doing anything wrong - that's the behavious of enqueueing at the moment. I'll look to change that with the next version.
Fantastic thanks. Also when you get to the last song thats been queued and you press the next button whilst its playing obviously nothing else plays. But once you have pressed the next button on the last track (while its playing) you can no longer go to the previous track, can you look into this too?

This is a great plugin and is just like my old squeezebox interface now. Well done!

Last edited by tigermad; 2009-06-07 at 21:02..
tigermad is offline   Reply With Quote
Old 2009-06-09, 08:29   #703 (permalink)
Portal Member
 
Join Date: Apr 2008
Age: 35
Posts: 65
Thanks: 9
Thanked 1 Time in 1 Post

Country:

My System

Default

Quote:
Originally Posted by cheezey View Post
Quote:
Originally Posted by oekie View Post
I attached them again, but im running a single seated. These logs are all i could find

Greets Oek
Try changing your MediaPortal log level to Debug in the configuration app, then run mediaportal and retyr the iPiMP client features. You should have a log named MediaPortal.log (generated by the MP client), this will contain iPiMP client plugin messages which will hopefully help.
Ow,. i missed this message.. I will do that when i'm back from work...
tnx Cheezey



Oeps Cheezey i used the old logs,.. now i attached the new ones
Attached Files
File Type: rar logtv.rar (55.2 KB, 1 views)

Last edited by oekie; 2009-06-09 at 23:11.. Reason: logfiles
oekie is offline   Reply With Quote
Old 2009-06-09, 19:05   #704 (permalink)
Portal Member
 
cheezey's Avatar
 
Join Date: Aug 2004
Location: West Yorks
Age: 41
Posts: 904
Thanks: 50
Thanked 97 Times in 41 Posts

Country:

My System

Default

I'm confused oekie!!

MediaPortal creates a log file called MediaPortal.log but your zips do not contain this. iPiMP logs to MediaPortal.log so I can't help further without this log file.
cheezey is online now   Reply With Quote
Old 2009-06-10, 08:16   #705 (permalink)
MP Donator
 
mizzourob's Avatar
 
Join Date: Mar 2008
Location: Lawrence, KS
Posts: 54
Thanks: 4
Thanked 5 Times in 2 Posts

Country:

My System

Default

Awesome plugin!

I just got around to migrating my setup over the Windows Server 2008 this weekend and couldn't be happier, and now I'm trying to setup iPiMP...

In installing the plugin on IIS7.0 I had to add a value in Web.config for timeout and cookietimeout as the supplied null values was preventing it from working. I just entered a large numerical value (525600 as suggested in the wiki) and it worked. It seems like this might be a bug (at least for IIS compatibility). Now I'm converting my tv logos to png files, and trying to configure the client.

I can get the application to show my tv listings (so it's obviously connected to tv-server), but when I try to add my client I can't connect (yes the plugin is enabled in MP). So I'm wondering, if there is there a simple way to debug this so I don't get the error "Could not connect..."

I've tried several TCP ports (and updated them in MediaPortal Configuration) with no luck and using both the computer name "SERVER" as well as it's IP address 192.168.0.4 all with no luck. Any ideas?

-Robert
mizzourob is offline   Reply With Quote
Old 2009-06-10, 13:46   #706 (permalink)
Portal Member
 
cheezey's Avatar
 
Join Date: Aug 2004
Location: West Yorks
Age: 41
Posts: 904
Thanks: 50
Thanked 97 Times in 41 Posts

Country:

My System

Default

Quote:
Originally Posted by mizzourob View Post
In installing the plugin on IIS7.0 I had to add a value in Web.config for timeout and cookietimeout as the supplied null values was preventing it from working. I just entered a large numerical value (525600 as suggested in the wiki) and it worked. It seems like this might be a bug (at least for IIS compatibility). Now I'm converting my tv logos to png files, and trying to configure the client.
Yes - this is a bug in the installer - it updates the timeout values if you use the apache web server.

Quote:
Originally Posted by mizzourob View Post
I can get the application to show my tv listings (so it's obviously connected to tv-server), but when I try to add my client I can't connect (yes the plugin is enabled in MP). So I'm wondering, if there is there a simple way to debug this so I don't get the error "Could not connect..."

I've tried several TCP ports (and updated them in MediaPortal Configuration) with no luck and using both the computer name "SERVER" as well as it's IP address 192.168.0.4 all with no luck. Any ideas?

-Robert
Here's a few things to try:
  • Try to telnet to the client port from the server.
  • Complete the steps in the troubleshooting section of the wiki and post some logs and your iPiMPClients.db
  • Replace you iPiMPClient.db with an empty one from the Tips & Tricks section of the wiki and retry.
cheezey is online now   Reply With Quote
Old 2009-06-11, 08:18   #707 (permalink)
MP Donator
 
mizzourob's Avatar
 
Join Date: Mar 2008
Location: Lawrence, KS
Posts: 54
Thanks: 4
Thanked 5 Times in 2 Posts

Country:

My System

Default

Thanks cheezy for your reply much appreciated! I figured out my problem, the iPimp plugin only works when I have a client window open (I should have realized this earlier because this is a process plugin for the client!) I was testing it previously on the machine with the client closed, hence why it could not connect.

Now that I play with it more I found two isses and a solution to one of them:

• Issue #1 In the Default.aspx file add the following line to get the MePo icon to show up as a favicon: <link rel="shortcut icon" href="favicon.ico" />

• Issue #2 on the remote the second page of buttons is looking at a different directory for the images
Page 1 for example: http://server/MP/images/remote/bBack.png
but page 2 is for example http://server/images/remote/bHome.png

notice how page two is jumping up a directory probably due to an extra ../ appended to the beginning of the image string, but I could not figure out what page is calling the images to make the change myself. I checked default.aspx and the include/remote.css files with no luck... any idea where this call is coming from, it seems it should be pretty simple for me to fix

Last edited by mizzourob; 2009-06-11 at 09:11.. Reason: Automerged Doublepost
mizzourob is offline   Reply With Quote
Old 2009-06-11, 16:58   #708 (permalink)
Portal Member
 
cheezey's Avatar
 
Join Date: Aug 2004
Location: West Yorks
Age: 41
Posts: 904
Thanks: 50
Thanked 97 Times in 41 Posts

Country:

My System

Default

Quote:
Originally Posted by mizzourob View Post
Issue #2 on the remote the second page of buttons is looking at a different directory for the images
Page 1 for example: http://server/MP/images/remote/bBack.png
but page 2 is for example http://server/images/remote/bHome.png

notice how page two is jumping up a directory probably due to an extra ../ appended to the beginning of the image string, but I could not figure out what page is calling the images to make the change myself. I checked default.aspx and the include/remote.css files with no luck... any idea where this call is coming from, it seems it should be pretty simple for me to fix
Have you setup iPiMP as a virtual directory (called MP) under an existing site? Or as a site in itself?
cheezey is online now   Reply With Quote
Old 2009-06-11, 17:22   #709 (permalink)
Portal User
 
Join Date: Jun 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

I've installed this plug-in into my Windows 7 64bit OS a few days ago and WOW! it is fantastic. Very impressive work, thank you.

I have a few questions & comments though. I don't have a tuner card in my HTPC (I have Sky+ HD for that) so I just use my HTPC for downloaded and ripped content, as well as music & radio. The main thing I want to achieve is to be able use my iPhone as the main interface to the whole PC. Therefore is it possible to: -
  • Have a built in QWERTY keyboard?
  • Have a mouse trackpad, this and the keyboard are like the Snatch application, I need to log into my HTPC when it starts up.
  • Can the apache web service can start the Media Portal client? At the moment MP has to be running for iPiMP to connect to it
  • Is there a plan to have iPiMP as an application available from the App store, there would be benefits here as each time I go into the app from the shortcut on the iPhone desktop it starts another Safari window.

Look forwards to any info / help / replies.

CK
Charken is offline   Reply With Quote
Old 2009-06-11, 18:27   #710 (permalink)
MP Donator
 
mizzourob's Avatar
 
Join Date: Mar 2008
Location: Lawrence, KS
Posts: 54
Thanks: 4
Thanked 5 Times in 2 Posts

Country:

My System

Default

Charken,

I can't answer all the questions you asked, but you for a couple of them I can offer a solution:
Quote:
Originally Posted by Charken View Post
  • Have a mouse trackpad, this and the keyboard are like the Snatch application, I need to log into my HTPC when it starts up.
  • Can the apache web service can start the Media Portal client? At the moment MP has to be running for iPiMP to connect to it
One solution to this is in MP configuration there is an option to autostart Mediaportal on windows startup, and there is another option to minimize to tray, with both of these options enabled whenever you startup your machine you should be able to use iPiMP.

Quote:
Originally Posted by cheezey View Post
Have you setup iPiMP as a virtual directory (called MP) under an existing site? Or as a site in itself?
It's setup as a virtual directory (application) under an existing site. On the machine the there is the WWWroot folder for general HTTP requests and at the same level is a folder MP2 which contains the iPiMP folders aspx and utils, and I have the virtual directory setup for the aspx folder to be mapped at /MP. I also created a seperate virtual directory for the TVlogos that works perfect.

Last edited by mizzourob; 2009-06-11 at 18:32.. Reason: Automerged Doublepost
mizzourob is offline   Reply With Quote
Reply

Bookmarks

Tags
interface, iphone, ipimp

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://forum.team-mediaportal.com/tv-server-plugins-294/iphone-interface-mediaportal-ipimp-4-1-0-a-46556/
Posted By For Type Date
WebInterface, quale? This thread Refback 2010-02-16 15:34
[User-Review] Erlebnisbericht: XBMC Live auf einem ION-HTPC - Seite 4 - Forum de Luxx This thread Refback 2009-11-14 10:49
iPhone e Mediacenter This thread Refback 2009-11-12 03:00
iphone/ipod und mediaportal - IP-Symcon Community Forum This thread Refback 2009-11-06 14:40

Similar Threads
Thread Thread Starter Forum Replies Last Post
MediaPortal WEB INTERFACE??? and more! plz help! :) Dingle MediaPortal 1 Talk 4 2008-05-24 16:06
problems with interface after upgrading mediaportal and mytvseries jameson71 My TVSeries 4 2007-11-27 18:01
Simpler Mediaportal Skins/Interface nnifty Improvement Suggestions 2 2007-09-13 10:00
Web Interface for Standalone HTPC running MediaPortal chrispyhd other Input / Ouput interfaces 1 2007-08-10 07:47
NON-GUI plugin problem in MediaPortal interface - VB.NET Anonymous MediaPortal Plugins 3 2004-10-28 13:29


All times are GMT +1. The time now is 02:03.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden