MediaPortal Forums HTPC/MediaCenter

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


Community Plugins TV-Server Plugins created from users for users, can be found here.

Reply
 
Thread Tools Display Modes
Old 2008-07-25, 00:19   #501 (permalink)
Portal Member
 
Join Date: Jun 2007
Posts: 319
Thanks: 108
Thanked 140 Times in 63 Posts

Country:


Default

Thanks for the feedback everyone!

It makes it a lot easier to fix bugs etc.

I appreciate you taking the time to reply.

Risu's Layouts are mainly for the Vertical guide display, so there could be some issues with the horizontal display. I have not really investigated that.

I will have a look at the "New Interface" and horizontal display issues.

I have not yet got to the bottom of the boxover script sometimes working and sometimes not... it was a free javascript that I added to the install.

If you know of something that works better, please let me know so I can include it.

Kev

Quote:
Originally Posted by mortstar View Post
The html I have extra in the web interace manager is:-
"<table cellspacing = 1><tr><td>!!!CheckBox!!!</td>
<td nowrap align=left width="98%"><a !!!ToolTip!!! href="javascript:load('!!!RecordingId!!!')">!!!Tit le!!![35]</a></td>
<td align=right>!!!WatchedImage!!!</td></tr></table>"
Check the HTML carefully and make sure there are no spaces where there should not be.

I noticed that some additional spaces appeared in the middle of variables like !!!Tit le!!! instead of !!!Title!!!.

There are now Reset buttons for the Custom HTML that should reset them to the default for the New Interface.

Kev

Last edited by Big_Kev; 2008-07-25 at 00:25. Reason: Automerged Doublepost
Big_Kev is offline   Reply With Quote
Old 2008-07-25, 05:40   #502 (permalink)
Portal Member
 
Join Date: Jun 2007
Posts: 319
Thanks: 108
Thanked 140 Times in 63 Posts

Country:


Smile New Version 0.3.0.06 Beta

Changes for Horizontal View:
  • New Interface version now includes radio buttons for time spans.
  • Duplicate channel logo/name at each end of the display
  • Click on channel name for weekly guide (note that this will be in vertical display mode - but it is only for one channel)

Button to upload mapped logos to new MedaiPortal installs (RC1 and RC2). Handy for when your logos disappear of the guide page in MediaPortal (see logo page).

Kev
Big_Kev is offline   Reply With Quote
Old 2008-07-25, 08:57   #503 (permalink)
Portal Member
 
Join Date: Jun 2007
Age: 40
Posts: 70
Thanks: 11
Thanked 4 Times in 4 Posts

Country:

My System

Default

Big Kev,

I posted a while back on why boxover sometimes works and sometimes doesn't. It appears whatever code you're using to push out the .js file occasionally adds a few bytes at the end. This causes browsers to mark the .js in error and ignore it.. you can see it if you use firefox's javascript debugger.

I suggest you have a look (and/or trace) the code that is pumping out data over port 80; as I suspect there may be an issue with the handling of either EOFs or the file length.

Cheers
erosco
erosco is offline   Reply With Quote
This User Say Thank You:
Old 2008-07-25, 10:32   #504 (permalink)
Portal Member
 
Join Date: Jan 2008
Posts: 165
Thanks: 11
Thanked 6 Times in 5 Posts

Country:

My System

Default

Quote:
Originally Posted by Big_Kev View Post
Changes for Horizontal View:
  • New Interface version now includes radio buttons for time spans.
  • Duplicate channel logo/name at each end of the display
  • Click on channel name for weekly guide (note that this will be in vertical display mode - but it is only for one channel)

Button to upload mapped logos to new MedaiPortal installs (RC1 and RC2). Handy for when your logos disappear of the guide page in MediaPortal (see logo page).

Kev
Big_Kev, it's people like you that make MediaPortal such an amazing piece of software. Quick fixes and added functionality in hours, all in your own time. Many, many thanks
mortstar is online now   Reply With Quote
Old 2008-07-25, 23:08   #505 (permalink)
Portal Member
 
Join Date: Jul 2008
Posts: 9
Thanks: 1
Thanked 3 Times in 3 Posts


Default

could it be possible to add the channelnumber in front of the channel name? An option to enable it would be really nice. I've got >700 channels and I can't get to remember all their names
chakal24 is offline   Reply With Quote
This User Say Thank You:
Old 2008-07-26, 13:00   #506 (permalink)
Portal Member
 
Join Date: Nov 2007
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Hi big Kev',

Would it be possible to have your service start on a specific IP? That way it could be run on port 80 along with other services running on port on on other IPs.


Thanks,


Neil.
peely is offline   Reply With Quote
Old 2008-07-26, 14:15   #507 (permalink)
Portal Member
 
Join Date: Nov 2006
Age: 25
Posts: 43
Thanks: 1
Thanked 0 Times in 0 Posts

Country:


Default

Quote:
Originally Posted by peely View Post
Hi big Kev',

Would it be possible to have your service start on a specific IP? That way it could be run on port 80 along with other services running on port on on other IPs.


Thanks,


Neil.
open web-manager
change to "Web Interface"
Press advanced
Be happy
Meier is offline   Reply With Quote
Old 2008-07-27, 05:15   #508 (permalink)
Portal Member
 
Join Date: Jun 2007
Posts: 319
Thanks: 108
Thanked 140 Times in 63 Posts

Country:


Default New Vesrion 0.3.0.07 Beta

Quote:
Originally Posted by erosco View Post
Big Kev,

I posted a while back on why boxover sometimes works and sometimes doesn't. It appears whatever code you're using to push out the .js file occasionally adds a few bytes at the end. This causes browsers to mark the .js in error and ignore it.. you can see it if you use firefox's javascript debugger.

I suggest you have a look (and/or trace) the code that is pumping out data over port 80; as I suspect there may be an issue with the handling of either EOFs or the file length.

Cheers
erosco
I have put in a fix for this - hopefully the boxover script will now work correctly all the time!

Quote:
Originally Posted by chakal24 View Post
could it be possible to add the channelnumber in front of the channel name? An option to enable it would be really nice. I've got >700 channels and I can't get to remember all their names
Great Idea, I have put it in the latest release! See new check box on appearance page...

Kev

Last edited by Big_Kev; 2008-07-27 at 05:17. Reason: Automerged Doublepost
Big_Kev is offline   Reply With Quote
Old 2008-07-27, 10:42   #509 (permalink)
Portal Member
 
Join Date: Nov 2007
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Quote:
Originally Posted by Meier View Post
Quote:
Originally Posted by peely View Post
Hi big Kev',

Would it be possible to have your service start on a specific IP? That way it could be run on port 80 along with other services running on port on on other IPs.


Thanks,


Neil.
open web-manager
change to "Web Interface"
Press advanced
Be happy
Uh', see it in the release notes on the download page now, thanks!
peely is offline   Reply With Quote
Old 2008-07-28, 03:12   #510 (permalink)
Portal Member
 
Join Date: Jul 2008
Posts: 9
Thanks: 1
Thanked 3 Times in 3 Posts


Default

damn kev you are on fire
chakal24 is offline   Reply With Quote
Reply

Bookmarks

Tags
contained, interface, server, web

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 Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
TVE3 Web User Interface goatse Development 29 2008-05-12 18:14
Web Interface tucholka MediaPortal 1 Talk 1 2007-04-16 15:44
Updated interface for MP Web Controller quiller Skins 0 2007-01-21 08:14
Web Interface like xbmc? brandenpro Plugins 1 2005-09-05 09:19
Web Interface...... spo General Development (no feature request here!) 24 2004-11-07 12:33


All times are GMT +1. The time now is 10:57.


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