TVE3 Web User Interface (2 Viewers)

goatse

Portal Member
January 31, 2007
5
1
47
Home Country
Finland Finland
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).
 

Frodo

Retired Team Member
  • Premium Supporter
  • April 22, 2004
    1,518
    121
    53
    The Netherlands
    Home Country
    Netherlands Netherlands
    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
     

    goatse

    Portal Member
    January 31, 2007
    5
    1
    47
    Home Country
    Finland Finland
    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???)
     

    level20peon

    MP Donator
  • Premium Supporter
  • January 4, 2007
    1,082
    102
    43
    Aachen
    Home Country
    Germany Germany
    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 :p)

    Navigate to ODBC DataSources in your Windows Administration panel.


    First klick on "Add" on the right
    odbc1.gif


    Select "MySQL ODBC 3.51 Driver"
    odbc2.gif


    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.
    odbc3.gif



    -level20peon
     

    Bram

    Portal Pro
    December 12, 2005
    851
    3
    's-Hertogenbosch
    Home Country
    Netherlands Netherlands
    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.
     

    level20peon

    MP Donator
  • Premium Supporter
  • January 4, 2007
    1,082
    102
    43
    Aachen
    Home Country
    Germany Germany
    It is attached to my post above yours ;) (MySQL version)... take goatse's version for MS SQL Server.


    -level20peon
     

    Bram

    Portal Pro
    December 12, 2005
    851
    3
    's-Hertogenbosch
    Home Country
    Netherlands Netherlands
    If I'm not misunderstanding it's not the version the development team is working on, right? I'm aiming at that one, actually.
     

    level20peon

    MP Donator
  • Premium Supporter
  • January 4, 2007
    1,082
    102
    43
    Aachen
    Home Country
    Germany Germany
    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
     

    Users who are viewing this thread

    Top Bottom