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
 
Thread Tools Display Modes
Old 2007-03-23, 22:45   #1 (permalink)
Portal Member
 
Join Date: Jan 2007
Age: 31
Posts: 5
Thanks: 0
Thanked 1 Time in 1 Post

Country:


Default TVE3 Web User Interface

hi!

Been drinking today and here is the result:

PHP based Web Interface for TV Engine 0.3

What this does:

-EPG is working
-Scheduling is working
-Canceling scheduling working (should I just mark dbo.Schedule.canceled as GETDATE() or remove the whole row?)

and what this is:
-Totally lame unmaintable code.
-Ugly interface
-nothing dynamic

TODO:
this is suits my needs perfectly. Remote recording enabled for me again!

If you like to install this. Here is what you need:

1. Web server with PHP support
2. Unzip the file onto htdocs / inetpub
3. Configure ODBC connection to TV Server database. Change also DB settings from php-file or if you prefer another connection type, just modify the php file database function callings to match the connection type (no need for ODBC then).
Attached Thumbnails
tve3-web-user-interface-mpwi.jpg  
Attached Files
File Type: zip mpwi.zip (2.6 KB, 111 views)
goatse is offline   Reply With Quote
This User Say Thank You:
Old 2007-03-24, 07:43   #2 (permalink)
Portal Developer
 
frodo's Avatar
 
Join Date: Apr 2004
Location: The Netherlands
Age: 36
Posts: 1,516
Thanks: 3
Thanked 119 Times in 44 Posts

Country:

My System

Default

The team is already working on a webinterface for tv3.
We currently got it running quite nicely, but there are a few things left todo.
So whats already working?
- epg guide
- scheduling recordings
- cancelling recordings
- viewing server status
- view recordings
- view schedules

Its made in asp.net with ajax support
Code is in svn for those who want to look at it...
Frodo
frodo is offline   Reply With Quote
Old 2007-03-24, 08:41   #3 (permalink)
Portal Member
 
Join Date: Jan 2007
Age: 31
Posts: 5
Thanks: 0
Thanked 1 Time in 1 Post

Country:


Default

Sounds great, I'll checkout SVN.

I really didn't know about such a project is on a way. Tried to search the forum but with no results. *1). So I made one by myself. A lame but working version for my needs.

Is this official web interface going to be released soon?



*1)
btw search sucks here or I don't know how to use it (search like "engine AND web AND interface" not working - it works using OR for all words???)
goatse is offline   Reply With Quote
Old 2007-03-24, 08:43   #4 (permalink)
Retired Team Member
 
mPod's Avatar
 
Join Date: Jan 2005
Location: Berlin
Age: 33
Posts: 2,086
Thanks: 0
Thanked 3 Times in 3 Posts

Country:

My System

Default

Quote:
Originally Posted by goatse View Post
*1)
btw search sucks here or I don't know how to use it (search like "engine AND web AND interface" not working - it works using OR for all words???)
That was fixed yesterday.
__________________


Bad news from the stars...

We cannot give any support without a properly filled support template
and a full mediaportal.log pasted here.


Before you ask...
mPod is offline   Reply With Quote
Old 2007-05-22, 18:30   #5 (permalink)
MP Donator
 
level20peon's Avatar
 
Join Date: Jan 2007
Location: Aachen
Age: 26
Posts: 990
Thanks: 14
Thanked 38 Times in 34 Posts

Country:

My System

Send a message via ICQ to level20peon
Thumbs up

I updated the Webinterface in cooperation with goatse (Thanks a lot ) for MySQL users. You have to install the MySQL ODBC driver for this to work.

(Sorry for the german OS )

Navigate to ODBC DataSources in your Windows Administration panel.


First klick on "Add" on the right


Select "MySQL ODBC 3.51 Driver"


Finally enter the required values into the textfields:
"Data Source Name" -> This is the name which you enter in goatse's PHP-File for "server"
"Server" -> This is the name of your actual MySQL server (IP or DNS Name)
"User" -> This is the username of your actual MySQL server
"Password" -> This is the password of your actual MySQL server

"User" and "Password" are to use 1:1 in goatse's PHP-File.



-level20peon

Last edited by level20peon; 2008-07-06 at 16:41.
level20peon is offline   Reply With Quote
Old 2007-05-23, 00:34   #6 (permalink)
MP Donator
 
level20peon's Avatar
 
Join Date: Jan 2007
Location: Aachen
Age: 26
Posts: 990
Thanks: 14
Thanked 38 Times in 34 Posts

Country:

My System

Send a message via ICQ to level20peon
Default

fixed version of the WebInterface edit.


-level20peon
Attached Files
File Type: zip index.zip (2.6 KB, 59 views)

Last edited by level20peon; 2007-06-27 at 11:16.
level20peon is offline   Reply With Quote
Old 2007-06-26, 16:53   #7 (permalink)
Portal Member
 
Bram's Avatar
 
Join Date: Dec 2005
Location: 's-Hertogenbosch
Age: 30
Posts: 834
Thanks: 19
Thanked 2 Times in 2 Posts

Country:

My System

Default

Is there a download for the webinterface anywhere? I'd like to try it. I can't find anything about it in the wiki and plugins section.
__________________
Bram is offline   Reply With Quote
Old 2007-06-26, 16:57   #8 (permalink)
MP Donator
 
level20peon's Avatar
 
Join Date: Jan 2007
Location: Aachen
Age: 26
Posts: 990
Thanks: 14
Thanked 38 Times in 34 Posts

Country:

My System

Send a message via ICQ to level20peon
Default

It is attached to my post above yours (MySQL version)... take goatse's version for MS SQL Server.


-level20peon
level20peon is offline   Reply With Quote
Old 2007-06-26, 17:42   #9 (permalink)
Portal Member
 
Bram's Avatar
 
Join Date: Dec 2005
Location: 's-Hertogenbosch
Age: 30
Posts: 834
Thanks: 19
Thanked 2 Times in 2 Posts

Country:

My System

Default

If I'm not misunderstanding it's not the version the development team is working on, right? I'm aiming at that one, actually.
__________________
Bram is offline   Reply With Quote
Old 2007-06-26, 19:00   #10 (permalink)
MP Donator
 
level20peon's Avatar
 
Join Date: Jan 2007
Location: Aachen
Age: 26
Posts: 990
Thanks: 14
Thanked 38 Times in 34 Posts

Country:

My System

Send a message via ICQ to level20peon
Default

No this is a user creation by Goatse. It is not the official version from the developer team. I don't think you will get your hands on the official one at this moment because there were some major issues (news are on the start page) with it.


-level20peon
level20peon is offline   Reply With Quote
Reply

Bookmarks

Tags
interface, tve3, user, 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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
User interface on second dispay? wewes Support 2 2007-03-23 13:26
Updated interface for MP Web Controller quiller Skins 0 2007-01-21 07:14
MPW (Web Interface) Does not start recording. laura25 Codecs, External Players 4 2005-12-28 11:33
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 02:41.


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