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-14, 12:23   #471 (permalink)
Portal Member
 
Join Date: Jul 2008
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

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

Last edited by AngryBadger; 2008-07-14 at 14:14.
AngryBadger is offline   Reply With Quote
Old 2008-07-15, 15:16   #472 (permalink)
Portal Member
 
Join Date: Oct 2005
Location: Hungary
Age: 33
Posts: 323
Thanks: 18
Thanked 3 Times in 3 Posts

Country:

My System

Default

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
regeszter is offline   Reply With Quote
This User Say Thank You:
Old 2008-07-16, 10:01   #473 (permalink)
Portal Member
 
Join Date: Jun 2007
Posts: 319
Thanks: 108
Thanked 140 Times in 63 Posts

Country:


Default 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!!!')">!!!T itle!!!</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!!!')">!!!Tit le!!![35]</a></td>
<td align=right>!!!WatchedImage!!!</td></tr></table>

Save and reset the service.

Kev
Big_Kev is offline   Reply With Quote
3 Users Say Thank You:
Old 2008-07-16, 21:51   #474 (permalink)
Portal Member
 
Join Date: Oct 2005
Location: Hungary
Age: 33
Posts: 323
Thanks: 18
Thanked 3 Times in 3 Posts

Country:

My System

Smile

"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.

Last edited by regeszter; 2008-07-16 at 21:55.
regeszter is offline   Reply With Quote
This User Say Thank You:
Old 2008-07-17, 03:33   #475 (permalink)
Portal Member
 
Join Date: Jun 2007
Posts: 319
Thanks: 108
Thanked 140 Times in 63 Posts

Country:


fixed New Version 0.3.0.02



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
Big_Kev is offline   Reply With Quote
This User Say Thank You:
Old 2008-07-17, 08:45   #476 (permalink)
Portal Member
 
Join Date: Oct 2005
Location: Hungary
Age: 33
Posts: 323
Thanks: 18
Thanked 3 Times in 3 Posts

Country:

My System

Default

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

Last edited by regeszter; 2008-07-17 at 08:51.
regeszter is offline   Reply With Quote
Old 2008-07-17, 13:37   #477 (permalink)
Portal Member
 
Join Date: Jan 2008
Posts: 165
Thanks: 11
Thanked 6 Times in 5 Posts

Country:

My System

Default

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
mortstar is online now   Reply With Quote
Old 2008-07-17, 15:40   #478 (permalink)
Portal Member
 
risu's Avatar
 
Join Date: Sep 2006
Posts: 261
Thanks: 19
Thanked 19 Times in 17 Posts

Country:

My System

Default

Quote:
Originally Posted by Big_Kev View Post
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
Attached Files
File Type: zip removeok.zip (704 Bytes, 11 views)

Last edited by risu; 2008-07-17 at 18:25.
risu is offline   Reply With Quote
Old 2008-07-18, 14:30   #479 (permalink)
Portal User
 
Join Date: Nov 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts


Default

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?
izzo is offline   Reply With Quote
Old 2008-07-18, 17:06   #480 (permalink)
Portal Member
 
Join Date: Apr 2008
Posts: 6
Thanks: 0
Thanked 1 Time in 1 Post


Default

same here
olson 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 11:23.


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