TVEngine3 Snapshot: 03-01-2008 05-08h Revision 17645 (1 Viewer)

MediaPortal-Bot

Worlds greatest bot!
March 26, 2007
3,715
180
Home Country
Germany Germany
General Infos:

Please visit our Wiki-Guide before you try out this engine.
We also provide some tutorial videos which show how to install and configure the TV-Server and TV-Client.

MediaPortal TVEngine3 Capabilities:

- seperate front/backend
- supports multiple frontends
- supports multiple backends (master/slave servers)
- analog/atsc/dvb-c/dvb-s/dvb-t support
- recording to mpeg-2 program stream (.mpg)
- mpeg-2 transport stream timeshifting
- multi tuner support of course
- epg / mhw grabbing right from the DVB stream
- network streaming via rtsp
- teletext grabbing

- ci / cam support for firedtv, twinhan and technotrend
- placeshifting
- TV Movie Clickfinder EPG import


MediaPortal TVEngine3 Requirements:

- latest MediaPortal SVN-Build Wiki-Guide --> Download
- Microsoft SQL Server 2005 Express Edition ---> Download
- additional (but recommened) SQL Server Management Studio Express ---> Download
 

MediaPortal-Bot

Worlds greatest bot!
March 26, 2007
3,715
180
Home Country
Germany Germany
Changes since last snapshot:

------------------------------------------------------------------------
r17645 | rtv_sf | 2008-03-01 01:45:29 +0100 (Sa, 01 Mrz 2008) | 1 line

improved exception logging
------------------------------------------------------------------------


dev note

-no dev note for this snapshot






This thread is open to everyone to provide feedback for this particular snapshot.
If you found or confirm a bug please still open a single thread with full details in the Bugsection[/FONT][/SIZE]
 

aquamax

Portal Member
January 6, 2007
16
0
Home Country
Germany Germany
Same Here: no EPG with TV Movie

Hallo,

no EPG with TV Movie

/Don

Same Here.

Starting with a clean Database and rescan DVB-S.
Remap TvMovie-EPG-Channels.
No EPG-Data in Database.

Cause TVMovie import doesn't work, i try to grab EPG via DVB-S.
The "All Grouped"-Button doesn't work.

Is it possible to add such Button for Radio-EPG too?:D

Thanks

aquamax
 

sklover

MP Donator
  • Premium Supporter
  • September 4, 2006
    21
    0
    TV Movie EPG import takes only 10seconds.
    The error log is full of
    2008-03-01 14:57:59.375000 [8]: TVMovie: Error accessing TV Movie Clickfinder database - import of current station canceled
    2008-03-01 14:57:59.375000 [8]: TVMovie: Exception: System.Data.OleDb.OleDbException: Syntaxfehler in Datum in Abfrageausdruck '(((TVDaten.SenderKennung)="13th Street") AND ((TVDaten.Ende)>= #01-Mrz-2008 10:57:59#))'.
    bei System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult)
    bei System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult)
    bei System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult)
    bei System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method)
    bei System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior behavior)
    bei TvEngine.TvMovieDatabase.ImportStation(String stationName, List`1 channelNames, IList allChannels):
     

    ronilse

    Retired Team Member
  • Premium Supporter
  • July 19, 2005
    4,422
    283
    Moss
    Home Country
    Norway Norway
    Hi,
    Just a small bug & we are aware of it ;)

    Regards
    Roy
     

    Breezec

    Portal Member
    October 23, 2007
    15
    0
    Home Country
    Norway Norway
    Same problem here with xmltv import. It seems to be an error with a datetime conversion.
     

    ronilse

    Retired Team Member
  • Premium Supporter
  • July 19, 2005
    4,422
    283
    Moss
    Home Country
    Norway Norway
    Hi,
    Is it really so hard to read, there's a bug in it(because of speed improvement) & it is fixed now so next public should be fine ;)

    Regards
    Roy
     

    apuleus

    New Member
    March 1, 2008
    3
    1
    Home Country
    United States of America United States of America
    This is the first time I have tried the TV Server. After installing I was greeted with a "unable to upgrade database". I am using MySQL on a remote linux machine. I found this in the error log

    alter table channel add `epgHasGaps` bit;update channel set `epgHasGaps`=0;UPDATE `Version` SET `versionNumber`=34;

    After looking around in the DB, I noticed the channel table is named "Channel" not "channel" I changed the above to

    alter table Channel add `epgHasGaps` bit; update Channel set `epgHasGaps`=0;

    Running the commands manually worked, and I was able to proceed to seting up TvServer.


    Isaac
     

    Users who are viewing this thread

    Top Bottom