MediaPortal Forums HTPC/MediaCenter

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 (5) Thread Tools Display Modes
Old 2007-09-11, 11:16   #81 (permalink)
MP Donator
 
Join Date: Jan 2007
Location: Stockholm
Posts: 483
Thanks: 5
Thanked 10 Times in 10 Posts

Country:

My System

Default

Hi!

Thanks for the tips Derek.

Kev, perhaps an idea would be to store the logos in a separate directory to avoid them cluttering the installation directory. Perhaps even point to the MP installation? This could be an option in the config utility.

/Peter
petsa is offline   Reply With Quote
Old 2007-09-11, 11:17   #82 (permalink)
Portal Member
 
Join Date: Jun 2007
Posts: 17
Thanks: 2
Thanked 7 Times in 7 Posts

Country:

My System

Default

Hi,
it's me again. *gg*

I installed the new version and everything works fine.
I have test the PDA version too and everything is shown correct.

Only one question: Where do you get the order of the TV channels?

The new TV Engine has two lists. The first all channels the order is not important i think and the second in my case "Alle Kanäle -> all channels" here is the order of the EPG in Mediaportal important. Is this correct?

mfg jarod
jarod is offline   Reply With Quote
Old 2007-09-11, 11:39   #83 (permalink)
Portal Member
 
mcraenz's Avatar
 
Join Date: Jul 2007
Location: Auckland
Posts: 449
Thanks: 2
Thanked 16 Times in 14 Posts

Country:

My System

Default

Hi Kev,

couple of Q's:

1. I installed the webinterface on my laptop and the sql server (tv3 server) is on a different pc. Should it work? I created and tested the user remotely with MSSQL 2k5 Man Studio all ok. But when I try to logon to the WI it throws: "The TV Server database is currently unavailable.
Please try again later"

2.Is this software open source?

Keep up the good work

mcraenz
__________________
Intel DP35DP / c2d E8400 (3.0Ghz) / NVIDIA 8600GT / 4GB DDR800 / HVR-2200 / SkyStar 2 / Techotrend S1500+CI / PVR-150

New Zealander's don't forget to check out the NZ Wiki Page
mcraenz is offline   Reply With Quote
Old 2007-09-11, 11:42   #84 (permalink)
Portal Member
 
Join Date: Jun 2006
Location: Wellington
Posts: 156
Thanks: 1
Thanked 4 Times in 4 Posts

Country:


Default

Geez Kev - you have doing a great job with this - and in a very short time. So, thanks from across the ditch. This is filling a real gap.

Is it too early yet to give some thought to prettying up the user interface, or is that something we do ourselves using the HTML options in the config program?

I also had a similar question regarding channel ordering in the display, but once I sorted the main channel listing in the TV Server Config program it all came out sorted as I wanted it.

Cheers Mike

Last edited by mruane; 2007-09-11 at 11:45.
mruane is offline   Reply With Quote
Old 2007-09-11, 11:58   #85 (permalink)
Portal Member
 
Sh4nn0w's Avatar
 
Join Date: Sep 2006
Location: Hook, Hampshire
Age: 28
Posts: 208
Thanks: 13
Thanked 6 Times in 6 Posts

Country:

My System

Default

Think in mine I sorted All Channels to show in the order I wanted, then I also sorted the individual channel groups to get them in the order I wanted.
__________________
Sh4nn0w is offline   Reply With Quote
Old 2007-09-11, 12:32   #86 (permalink)
Portal Member
 
rr69's Avatar
 
Join Date: Nov 2006
Posts: 26
Thanks: 1
Thanked 3 Times in 3 Posts

Country:


Default

I tested the pda profile, and it looks great...

Main menu OK!
TVGuide OK!
Recorded programs OK!

I found the following glitches:

The loginscreen doesn't fit, it's just a litte bit too wide. the maximum width of most pda's (in pixels) is: 240 Hight: 320 so the maximum width of the table should not exceed 240. Hight is not important for me.

The Keyword search screen is also a little bit too wide.

The Recording Schedule is not ok. It is still showing in normal pc configuration. (generated content, I can't change this)

When im at home this evening i will try to tweak "the keyword search" and the "Login Screen" html files so it wil fit in every configuration..


Greetz RR69..

Last edited by rr69; 2007-09-11 at 12:34. Reason: spelling...
rr69 is offline   Reply With Quote
Old 2007-09-11, 18:46   #87 (permalink)
Portal Member
 
Join Date: Sep 2007
Age: 29
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Great tool, thanks, but setting up recordings does not work for me yet: when I hit "Add to Schedule" it redirects me to http://server:8080/addrec, which is blank. When I check for scheduled programmings the list ist empty.

It's the same in IE and Firefox. I am using MySQL.
Latest versions of TV Engine & Mediaportal.

Anyway I can debug this? Anyone knows what goes wrong? Thanks!

Regards Sebastian
Sebzap is offline   Reply With Quote
Old 2007-09-12, 02:38   #88 (permalink)
Portal Member
 
Join Date: Jun 2007
Posts: 264
Thanks: 106
Thanked 124 Times in 58 Posts

Country:


fixed New Version 0.1.0.2

Another new version - sorry for all the updates, but I have small amounts of time to work on this and I dont know when I can get back to it, so I post as I go.

Whats New:
  1. Changed the width of the standard login page to suit PDA / Normal
  2. Added a PDA friendly version of the scheduled recordings
  3. Added a PDA friendly version of the keyword search page
  4. Added Logo Mapping - you can now map logos to TV channels in the Manager on the "Logos" tab. Click "reset" to load all of the available channels into the grid, then click in the "Logo" column to add a logo. This creates a directory called "thumbs" inside the app directory and saves the png files in the form of channel ID.png where channel ID is the ID number of the channel. I don't want to allow paths outside the application directory to be served (i.e. say the mediaportal thumbs\tv\logos directory) to maintain security, so this is a more secure compromise.
  5. Now uses the group channel sort order if you are displaying a group of channels.

Documentation updated to include logo mapping details.

Regards
Kev
Big_Kev is offline   Reply With Quote
Old 2007-09-12, 06:40   #89 (permalink)
Portal Member
 
Join Date: Jun 2007
Posts: 264
Thanks: 106
Thanked 124 Times in 58 Posts

Country:


fixed New Version 0.1.0.3

Slight change in the insert procedure to the schedule file to try and eliminate problems adding recordings...

If you have already installed version 0.1.0.2, just use the upgrade link instead... it does not reinstall all of the HTML pages.

Try this if you are having problems adding recordings to the schedule.

Please let me know if it fixes the problem. As I don't have the problem, I can only guess as to what it might be.

In relation to open source... I have not ever ran an open source project, and I don't really know where to start. I would be prepared to look at it, but I know that I will want to clean up the code a lot first!!! (and put a lot more comments in!).

The application is written in C++ and uses a number of my own and other propriety components, so I will have to find open-source replacements for these.

For the future I think.

Regards
Kev
Big_Kev is offline   Reply With Quote
Old 2007-09-12, 12:18   #90 (permalink)
KRA
Portal Member
 
Join Date: Jul 2005
Age: 30
Posts: 96
Thanks: 1
Thanked 3 Times in 3 Posts

Country:


Default

I get access violation in mpwebmgr.exe when I hit save.

And I get "The TV Server database is currently unavailable.
Please try again later" when I try to log in.

EDIT:
Could someone with a working setup post the content of MPWebSvr.ini (just remove the passwords) Because I don't think the server settings are saved, at least I can't find anything about it in the ini file.

Last edited by KRA; 2007-09-12 at 13:18.
KRA 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 On
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://forum.team-mediaportal.com/development-91/self-contained-web-server-interface-27320/
Posted By For Type Date
HTPC, MediaPortal [35] - iXBT.com This thread Refback 2008-08-29 17:50
Tekniska tankar Saker jag tänkt testa (när jag får tid…) This thread Refback 2008-08-20 15:21
Tekniska tankar Mediaportal This thread Refback 2008-08-05 20:45
Extensions-TV-Server-Plugins - MediaPortal Documentation This thread Refback 2008-07-21 09:37
Tekniska tankar This thread Refback 2008-07-09 14:52

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 20:44.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress