MediaPortal Forums HTPC/MediaCenter

Sponsored Ads

Go Back   MediaPortal Forum » MediaPortal TV-Server 1 » Help on Development » Development

Development You want to code something for the TV-Server? Share it in here!

Reply
 
LinkBack Thread Tools Display Modes
Old 2007-09-02, 18:58   #21 (permalink)
MP Donator
 
level20peon's Avatar
 
Join Date: Jan 2007
Age: 26
Posts: 913
Thanks: 12
Thanked 36 Times in 32 Posts

Country:

My System

Send a message via ICQ to level20peon
Default

Great job Big_Kev,

as already pointed out by nbradford I would also love to see support for an existing webserver since I already have apache installed and don't like to have multiple services running which are basically all doing the same. I am sure you are already working on the FireFox compatibility so there is no other serious "flaw" I could find beside the ones already mentioned by the other guys.
The only thing left to say is: keep up your good work, its highly appreciated


-level20peon
level20peon is online now   Reply With Quote
Old 2007-09-03, 06:44   #22 (permalink)
Portal Member
 
Join Date: Jun 2007
Posts: 202
Thanks: 81
Thanked 85 Times in 39 Posts

Country:


fixed New Version on Wedsite

Hi All,

I have posted a new version with a few of the fixes requested mainly:

1. More efficient query for guide information for those with a lot of data
2. List channels in sort order
3. Fix for cancelling recordings

IMPORTANT: If you have changed the HTML template pages - please take a backup before re-installing this update as they will be overwritten

Regards
Kev

I will be able to re-work the app as an ISAPI dll for MS based servers like IIS or Sambar Server etc, but I would like to get all of the bugs out first and improve the functionallity etc.

The app itself uses a purpose written web server that will only respond to GET commands. It will only serve files that are in the application directory (or sub folders) - except for INI files.

Regards
Kev

Quote:
Originally Posted by level20peon View Post
Great job Big_Kev,

as already pointed out by nbradford I would also love to see support for an existing webserver since I already have apache installed and don't like to have multiple services running which are basically all doing the same. I am sure you are already working on the FireFox compatibility so there is no other serious "flaw" I could find beside the ones already mentioned by the other guys.
The only thing left to say is: keep up your good work, its highly appreciated


-level20peon
I have found the FireFox problem.

It is in the css file that I included in the download.

Just delete all of the "display: block" lines from the style.css file to fix the problem.

I have ammended the file for Version 0.0.0.2 if you have not already downloaded it

Regards
Kev

Last edited by Big_Kev; 2007-09-03 at 07:25. Reason: Automerged Doublepost
Big_Kev is offline   Reply With Quote
This User Say Thank You:
Old 2007-09-03, 10:21   #23 (permalink)
Portal Member
 
rr69's Avatar
 
Join Date: Nov 2006
Posts: 26
Thanks: 1
Thanked 3 Times in 3 Posts

Country:


Default

Hi Kev,

Great work. Ive installed it without any problems. First updated to the latest svn, and installed the 0.0.0.2 version of the web interface.

I,m very interested in the developement of the isapi.dll, so i can use it with my already existing IIS server and integrate it with in my website.

for the great App....

Greetz RR69

Last edited by rr69; 2007-09-03 at 16:38. Reason: Removed the bugreport, wasn't there afterall
rr69 is offline   Reply With Quote
Old 2007-09-03, 12:10   #24 (permalink)
Portal Member
 
Sh4nn0w's Avatar
 
Join Date: Sep 2006
Location: Hook, Hampshire
Age: 28
Posts: 204
Thanks: 8
Thanked 6 Times in 6 Posts

Country:

My System

Default

Quote:
I have found the FireFox problem.

It is in the css file that I included in the download.

Just delete all of the "display: block" lines from the style.css file to fix the problem.

I have ammended the file for Version 0.0.0.2 if you have not already downloaded it

Regards
Kev
Thanks, that fixes it for me.
__________________
Sh4nn0w is offline   Reply With Quote
Old 2007-09-03, 18:35   #25 (permalink)
Portal Member
 
rekenaar's Avatar
 
Join Date: Dec 2006
Age: 36
Posts: 432
Thanks: 9
Thanked 10 Times in 10 Posts

Country:

My System

Default

I just installed the new version and it is a BIG improvement on speed. Previously, the first load of the program guide took 8 seconds (roughly). On the new version it it one or two seconds. (60 channels with more or less 3 weeks data).

Thanks-a-lot!!


What is the possibility for a way to keep the channel name visible while scrolling down? Maybe a tooltip on the column? Or some other way?
__________________
Ondersteun Afrikaans!
******************
Most wanted feature:
playlist-on-steroids
******************

Rekenaar
rekenaar is online now   Reply With Quote
Old 2007-09-03, 19:52   #26 (permalink)
MP Donator
 
level20peon's Avatar
 
Join Date: Jan 2007
Age: 26
Posts: 913
Thanks: 12
Thanked 36 Times in 32 Posts

Country:

My System

Send a message via ICQ to level20peon
Default

Hi again...

I just had an idea for a slight change of the webinterface. The radio channels are also shown in the guide so the overview is partially not like it should be in my opinion. I don't know if anyone grabs epg for radio and I am not talking about the need of recording radio at all. So do you think it could be usefull to either totally get rid of the radio stations in the webinterface or at least move them to the right or to some point they do not bother anyone ?

To get rid of them some code like

MySQL
Code:
isRadio!=1

MS-SQL
Code:
isRadio=0
in the query should do the trick.


-level20peon
level20peon is online now   Reply With Quote
This User Say Thank You:
Old 2007-09-03, 22:36   #27 (permalink)
Portal Member
 
Join Date: Jun 2007
Posts: 202
Thanks: 81
Thanked 85 Times in 39 Posts

Country:


Default

Quote:
Hi again...

I just had an idea for a slight change of the webinterface. The radio channels are also shown in the guide so the overview is partially not like it should be in my opinion. I don't know if anyone grabs epg for radio and I am not talking about the need of recording radio at all. So do you think it could be usefull to either totally get rid of the radio stations in the webinterface or at least move them to the right or to some point they do not bother anyone ?

Consider it done!

Sorry, I dont have any radio channels in my EPG, so I have not noticed it.

I will include it as an option in the configuration.

Will post changes soon.

Kev

Quote:
Originally Posted by rekenaar View Post
I just installed the new version and it is a BIG improvement on speed. Previously, the first load of the program guide took 8 seconds (roughly). On the new version it it one or two seconds. (60 channels with more or less 3 weeks data).

Thanks-a-lot!!


What is the possibility for a way to keep the channel name visible while scrolling down? Maybe a tooltip on the column? Or some other way?
I am not so good with HTML, what would the table / tags look like?

Is it something that could be added to the css file?

Regards
Kev

Last edited by Big_Kev; 2007-09-03 at 22:45. Reason: Automerged Doublepost
Big_Kev is offline   Reply With Quote
Old 2007-09-04, 06:17   #28 (permalink)
Portal Member
 
Join Date: Jun 2007
Posts: 202
Thanks: 81
Thanked 85 Times in 39 Posts

Country:


fixed New Version with Minor Changes

Hi All,

VERSION 0.0.0.3 Released

IMPORTANT: If you have changed the HTML template pages - please take a backup before re-installing this update as they will be overwritten.

Just some more minor changes...

As requested by level20peon:
Added an option to the Configuration Program that allows you to select to include radio data if you have it in your EPG. The default is to not include it. Open the "Appearance" Tab to change this option.

Displays guide day / date in long format including day name.

Added some advanced HTML setup options - see the new Setup.pdf document that downloads with the update.

Changed the setup document as per nbradford's suggestion for setting up priviliges for new users on MSSQL

Regards
Kev

Last edited by Big_Kev; 2007-09-04 at 06:59. Reason: Forgot warning about overwriting HTML!
Big_Kev is offline   Reply With Quote
3 Users Say Thank You:
Old 2007-09-04, 11:04   #29 (permalink)
Portal Member
 
Sh4nn0w's Avatar
 
Join Date: Sep 2006
Location: Hook, Hampshire
Age: 28
Posts: 204
Thanks: 8
Thanked 6 Times in 6 Posts

Country:

My System

Default

Just tried 0.0.0.3:

- For me Radio Channels still show up in the Guide, regardless of whether they are selected in the configuration or not. I tried completely uninstalling and reinstalling and they still show up. (tried ticking yes under appearance, save and then unticking save again...still no luck)

- It now works fine in FF by default.
__________________
Sh4nn0w is offline   Reply With Quote
Old 2007-09-04, 11:41   #30 (permalink)
MP Donator
 
level20peon's Avatar
 
Join Date: Jan 2007
Age: 26
Posts: 913
Thanks: 12
Thanked 36 Times in 32 Posts

Country:

My System

Send a message via ICQ to level20peon
Default

Quote:
Originally Posted by Big_Kev View Post
Added an option to the Configuration Program that allows you to select to include radio data if you have it in your EPG.
Thank you

This option does not work here either. There also appears an error when I check or uncheck this option and hit "save". The problem-signature says:

Code:
szAppName : MPWebInt.exe     szAppVer : 0.0.0.2     szModName : unknown     
szModVer : 0.0.0.0     offset : 00000011
After closing this error message the WebServer starts normally. The radio programs however are still displayed.


-level20peon
level20peon is online now   Reply With Quote
Reply

Bookmarks

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
Forum Jump

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


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


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Integrated by BBpixel ©2004-2008, jvbPlugin

Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress