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 2008-05-21, 08:50   #421 (permalink)
Portal Member
 
Join Date: Sep 2007
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

[quote=P.Niem;267837]@anpe
Did you install a new SVN of the TV-engine? Last week I had a same of problem, because the schema (database name) has been changed from tvlibrary to mptvdbrc1. The old one still exists, but doesn't programmas anymore. Maybe you have the same problem. If you use MySQL as the TV Engine database, you can check this by running the MySQL Query Browser and login (connect) as user root / MediaPortal, but don't select a default schema. Ignore the warning. Then you see on the right side pane all the available schemas. If there is that mptvdbrc1, you can double click on it else choose tvlibrary. Then the query browser shows all the tables within this schema. Just double click again on, for example, setting and execute it (cntrl enter). The query browser shows a table with all the settings of the tv server. On the bottom you can see if the XMLTV has updated the guide.

Thanks for your answer P.Niem!

I am using 0.2.3.0 stable atm... this is bc i stumbled upon a weird problem when using 1.0 (gui lags like hell on a core 2 duo 2ghz with 2 gig ram and a graphics card with 348mb ram) But i guess that answers my question? MP web is looking for the db in the wrong place even if i point it at the right database?
anpe is offline   Reply With Quote
Old 2008-05-22, 03:52   #422 (permalink)
Portal Member
 
Das Hammer's Avatar
 
Join Date: Jun 2007
Location: Das Hoosier State
Posts: 55
Thanks: 3
Thanked 0 Times in 0 Posts

Country:


Default

Sooo, if we installed the SVN from last week, the web interface will not pull the data from the DB? I know the connection is OK thanks to the built-in test button on the web interface config.
Das Hammer is offline   Reply With Quote
Old 2008-05-22, 06:11   #423 (permalink)
Portal Member
 
Gixxer's Avatar
 
Join Date: Aug 2007
Age: 23
Posts: 404
Thanks: 16
Thanked 3 Times in 3 Posts

Country:

My System

Default

Quote:
Originally Posted by P.Niem View Post
@Gixxer
If your TV server is working correctly there should be a database on your computer 1. First I assume you are using MySQL. When I run MySQL Administrator, I fill in the following fields:
Stored Connection: left blank (default)
Server Host: localhost (default)
Port: 3306 (default)
Username: root
Password: MediaPortal (THIS IS CASE SENSITIVE)
at Detail none of the boxes are checked (default)

Just hit the OK button and you should be able to connect. If you can't connect you get the error message and the possibility to use Ping. If you hit Ping you should see the replies of the Ping.

If this all went wrong you have a problem with your database and you have to resolve this problem first before going further with the Web Interface installation. In this case it has nothing to do with the Web interface.
then its my database that has a problem as i get an error message. strange thing is that i have not modified anything so it should work. ill try a reinstall this weekend.

thanks !!
Gixxer is offline   Reply With Quote
Old 2008-05-24, 08:06   #424 (permalink)
Portal User
 
Join Date: Apr 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts


Default EPG fails refresh

Hi all,
I have installed 0.2.0.6 beta. The EPG does not automatically update, and when I refresh the EPG from the webserver it displays the following message

EPG Failed with the following error:[AnyDAC][Phys][MySQL][LIBMYSQL] Column 'notify' cannot be null

can anyone help?
dkw99 is offline   Reply With Quote
Old 2008-05-27, 14:01   #425 (permalink)
Portal Member
 
Join Date: Apr 2006
Location: Sweden
Posts: 26
Thanks: 3
Thanked 2 Times in 2 Posts

Country:


Send a message via ICQ to Keldandorin
Smile

Quote:
Originally Posted by P.Niem View Post
@Gixxer
If you have a multi seat environment. I think the best you do is to install the web interface on your first computer (TV-engine) In that case you have to choose localhost in the database tab of the web interface configuration (page 6 of the manual) Note that on this tab is a database login test button. What happens when you hit that button?

Any other computer can be used to access the web interface via your LAN or WAN. then you have to fill in the ip address (or hostname) of your first computer in the browser like this: http://192.1.1.33:8080. Note that you have to grant the web interface to be accessed through your firewalls. if you want to access the web interface from outside your house, the ip-address is translated by your adsl-modem in the NAT table.

@Keldandorin
What do you mean with "Risu's Custom HTML Interface pages"?
I found the downloadable zip file in this thread. unziped it and Now I have a lot nicer looking website..Thx RISU

Had to do alot of scrolling so maby its a idea to save the file on the first post
/Keld
Keldandorin is offline   Reply With Quote
Old 2008-05-27, 15:24   #426 (permalink)
Portal Member
 
risu's Avatar
 
Join Date: Sep 2006
Posts: 254
Thanks: 17
Thanked 16 Times in 15 Posts

Country:

My System

Default

Quote:
Originally Posted by Keldandorin View Post
Quote:
Originally Posted by P.Niem View Post
@Keldandorin
What do you mean with "Risu's Custom HTML Interface pages"?
I found the downloadable zip file in this thread. unziped it and Now I have a lot nicer looking website..Thx RISU

Had to do alot of scrolling so maby its a idea to save the file on the first post
/Keld
I'm happy to see that people like it, it's got few flaws with few dialogs but I haven't had time to tune it.

Anyway, you can find pic of layout here:
http://forum.team-mediaportal.com/at...e-mpwebint.jpg

and zip file is here:
Self Contained Web Server / Interface

When I'll have some spare time I'll check Kev's updates and try to tune that layout bit more.
risu is offline   Reply With Quote
Old 2008-05-27, 17:00   #427 (permalink)
Super Moderator
 
Join Date: Feb 2005
Location: Melbourne
Posts: 1,869
Thanks: 55
Thanked 24 Times in 24 Posts

Country:

My System

Send a message via ICQ to Marcusb
Default

hey, that image looks really nice. I will have to experiemtn with it when I'm back home.
Great work...
Marcusb is offline   Reply With Quote
Old 2008-05-28, 08:24   #428 (permalink)
Portal Member
 
Join Date: Apr 2006
Location: Sweden
Posts: 26
Thanks: 3
Thanked 2 Times in 2 Posts

Country:


Send a message via ICQ to Keldandorin
Smile

Quote:
Originally Posted by risu View Post
Quote:
Originally Posted by Keldandorin View Post
Quote:
Originally Posted by P.Niem View Post
@Keldandorin
What do you mean with "Risu's Custom HTML Interface pages"?
I found the downloadable zip file in this thread. unziped it and Now I have a lot nicer looking website..Thx RISU

Had to do alot of scrolling so maby its a idea to save the file on the first post
/Keld
I'm happy to see that people like it, it's got few flaws with few dialogs but I haven't had time to tune it.

Anyway, you can find pic of layout here:
http://forum.team-mediaportal.com/at...e-mpwebint.jpg

and zip file is here:
Self Contained Web Server / Interface

When I'll have some spare time I'll check Kev's updates and try to tune that layout bit more.
SUPER!

One issu I have is that when In look at my recordings I see the header then there is a lot of empty space and then comes the recordings table.

Thx again
Keldandorin is offline   Reply With Quote
Old 2008-05-30, 23:15   #429 (permalink)
Portal Member
 
Join Date: Apr 2008
Posts: 6
Thanks: 0
Thanked 1 Time in 1 Post


Default

today, i switched from hauppauge pvr 150mce and GBPVR to floppydtv cable and mediaportal tv server with tv guide.
I really like it already .

Is it possible to do a multi-select record after search for keyword? Example: did a search on 'sport'
now i want to record 6 recordings at once (if the time windows is possible). at this moment i have to do
a search 6 times to record all i want...

any ideas?
olson is offline   Reply With Quote
Old 2008-06-01, 08:40   #430 (permalink)
Portal Member
 
Join Date: Apr 2008
Posts: 6
Thanks: 0
Thanked 1 Time in 1 Post


Default

oh and something else: i want to create a startup page for my browser but:

http://10.0.0.202:8080/getkeyword does not get me to this page but takes me to the main menu
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 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 09:05.


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