Connect to databases (1 Viewer)

LRFalk01

Portal Pro
August 27, 2007
257
92
40
Home Country
United States of America United States of America
As far as i can tell. MP uses some kind of SQL to store the information for Videos, Music, etc. Does anyone know how to connect to this database? I am wanting to make a php script to list this stuff on a web page to be viewable remotely.
 

mbuzina

Retired Team Member
  • Premium Supporter
  • April 11, 2005
    2,839
    726
    Germany
    Home Country
    Germany Germany
    The databases (used with TVEngine 2) are SQLite Database, to which you can not connect, but which can be opened. Have a look in the database folder of your MP installation dir.

    I do not know if there is a sqlite client for php, but it could be so. There is also the SQLite Database browser installed (somewhere).
     

    LRFalk01

    Portal Pro
    August 27, 2007
    257
    92
    40
    Home Country
    United States of America United States of America
    This is exactly what i needed to see the table structure. Thanks GoldenEye.
     

    Users who are viewing this thread

    Top Bottom