TVEngine3 Snapshot: 10-03-2007 01-22h Revision 16098 (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
Changelog since last snapshot:

Music 02/10/2007 [12:08:24] hwahrmann added: Adding albums to playlists didn't work with the new Db structure
TVE3 02/10/2007 [20:19:24] gibman added: TSwriter channel change stability improved on client. In some circumstances bad TS packets would get written to the TS file on server.
tvplugin 02/10/2007 [21:06:08] gibman added: fixed minor annoyance with playback of recorded TV. When playing back a TvRec while starting playback of yet another TVRec (without stopping first) then the last TV channel was tuned in before playing rec. file.
myTV 02/10/2007 [21:09:48] Bavarian added: fixing matis bug 1110: Tv guide left on screen thanks to The666MAC
Music 02/10/2007 [22:03:42] Koudijs added: Albums were added multiple times at top level of Album view after recent changes to the Music Database
Music 02/10/2007 [22:04:19] Koudijs added: Artist names were not displayed at top level of Album view after recent changes to the Music Database


===> click here to download <===

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
 

pnyberg

Portal Pro
August 21, 2006
405
36
Stockholm
Home Country
Sweden Sweden
gibman:

Did you do the merge correctly (timeshifting.cpp) with your new fix: (diff between 16093-16094)

SVN 16093
"if (writeTS) Write(pkt,188);"


SVN 16094
"Write(pkt,188); "


Is that meant to be ? Since you added the "if (writeTS)" in rev 16092?

Just curious...
 

gibman

Retired Team Member
  • Premium Supporter
  • October 4, 2006
    2,998
    1,372
    Aarhus
    Home Country
    Denmark Denmark
    Hi!

    Thanks for taking notice.

    It works the same way with or without this "IF".
    So I decided to remove it - thus removing the confusion.

    /Gibman
     

    peque

    Moderator - Spanish Forums
  • Premium Supporter
  • August 4, 2007
    861
    99
    Home Country
    Spain Spain
    After installing TV Client Plugin on to MediaPortal (both same SVN), Internet Radios (.pls) do not appear in the list under My Radio. Uninstalling TV Client Plugin, Internet radios show up again.
     

    peque

    Moderator - Spanish Forums
  • Premium Supporter
  • August 4, 2007
    861
    99
    Home Country
    Spain Spain
    Ok... I noticed that a few minutes ago.

    I'll post my suggestions there then. Thank you very much.

    One more thing: I can't "clear" or delete radio stations after a clean install (db removed before install this version). No problem with TV stations. Error.log:

    Code:
    03/10/2007 17:05:17 1 Exception   :Error: StatementErrorUnclassified
    Gentle.Common.GentleException: delete from RadioChannelMap WHERE idChannel=21 ---> MySql.Data.MySqlClient.MySqlException: #42S02Table 'tvlibrary.radiochannelmap' doesn't exist
       en MySql.Data.MySqlClient.PacketReader.CheckForError()
       en MySql.Data.MySqlClient.PacketReader.ReadHeader()
       en MySql.Data.MySqlClient.PacketReader.OpenPacket()
       en MySql.Data.MySqlClient.NativeDriver.ReadResult(Int64& affectedRows, Int64& lastInsertId)
       en MySql.Data.MySqlClient.CommandResult.ReadNextResult(Boolean isFirst)
       en MySql.Data.MySqlClient.NativeDriver.SendQuery(Byte[] bytes, Int32 length, Boolean consume)
       en MySql.Data.MySqlClient.MySqlCommand.GetNextResultSet(MySqlDataReader reader)
       en MySql.Data.MySqlClient.MySqlCommand.Consume()
       en MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
       en Gentle.Framework.SqlStatement.Execute(IDbConnection conn, IDbTransaction tr)
       --- Fin del seguimiento de la pila de la excepción interna ---
       en Gentle.Framework.SqlStatement.Execute(IDbConnection conn, IDbTransaction tr)
       en Gentle.Framework.PersistenceBroker.Execute(SqlStatement stmt, IDbConnection dbConnection, IDbTransaction dbTransaction)
       en Gentle.Framework.Broker.Execute(String sql)
       en TvDatabase.Channel.Delete()
       en SetupTv.Sections.RadioChannels.mpButtonDel_Click(Object sender, EventArgs e)
       en System.Windows.Forms.Control.OnClick(EventArgs e)
       en System.Windows.Forms.Button.OnClick(EventArgs e)
       en System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
       en System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       en System.Windows.Forms.Control.WndProc(Message& m)
       en System.Windows.Forms.ButtonBase.WndProc(Message& m)
       en System.Windows.Forms.Button.WndProc(Message& m)
       en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)MySql.Data.MySqlClient.MySqlException: #42S02Table 'tvlibrary.radiochannelmap' doesn't exist
       en MySql.Data.MySqlClient.PacketReader.CheckForError()
       en MySql.Data.MySqlClient.PacketReader.ReadHeader()
       en MySql.Data.MySqlClient.PacketReader.OpenPacket()
       en MySql.Data.MySqlClient.NativeDriver.ReadResult(Int64& affectedRows, Int64& lastInsertId)
       en MySql.Data.MySqlClient.CommandResult.ReadNextResult(Boolean isFirst)
       en MySql.Data.MySqlClient.NativeDriver.SendQuery(Byte[] bytes, Int32 length, Boolean consume)
       en MySql.Data.MySqlClient.MySqlCommand.GetNextResultSet(MySqlDataReader reader)
       en MySql.Data.MySqlClient.MySqlCommand.Consume()
       en MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
       en Gentle.Framework.SqlStatement.Execute(IDbConnection conn, IDbTransaction tr)
    03/10/2007 17:05:17 1 Exception   :delete from RadioChannelMap WHERE idChannel=21
    03/10/2007 17:05:17 1   site      :Gentle.Framework.SqlResult Execute(System.Data.IDbConnection, System.Data.IDbTransaction)
    03/10/2007 17:05:17 1   source    :Gentle.Framework
    03/10/2007 17:05:17 1   stacktrace:   en Gentle.Framework.SqlStatement.Execute(IDbConnection conn, IDbTransaction tr)
       en Gentle.Framework.PersistenceBroker.Execute(SqlStatement stmt, IDbConnection dbConnection, IDbTransaction dbTransaction)
       en Gentle.Framework.Broker.Execute(String sql)
       en TvDatabase.Channel.Delete()
       en SetupTv.Sections.RadioChannels.mpButtonDel_Click(Object sender, EventArgs e)
       en System.Windows.Forms.Control.OnClick(EventArgs e)
       en System.Windows.Forms.Button.OnClick(EventArgs e)
       en System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
       en System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       en System.Windows.Forms.Control.WndProc(Message& m)
       en System.Windows.Forms.ButtonBase.WndProc(Message& m)
       en System.Windows.Forms.Button.WndProc(Message& m)
       en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    If you delete a radio station, radio station is still there, but "empty"... I mean only name, no details (freq, etc...)

    bye!
     

    Luke Roberts

    Portal Pro
    August 23, 2007
    65
    7
    53
    IJmuiden
    Home Country
    Netherlands Netherlands
    In the 3-okt-2007 SVN build 16098 thread for MP, I see people mentioning frozen TV (I also see others pointing them to this thread...).

    Running 16098 (TV server and MP) also causes Freezes for me, when I watch H264 HD TV content (Film 1 HD, Multikabel, Netherlands) with the new Ts Reader and Cyberling H264 codec.

    However, when I delete the file c:\usetxreader.txt (and use the old Ts reader) H264 TV works again.

    I have added the TsReader.log. It is flooded with the following:


    04-10-2007 22:32:43 aud:fillbuffer exception
    04-10-2007 22:32:43 aud:fillbuffer exception
    04-10-2007 22:32:43 aud:fillbuffer exception
    04-10-2007 22:32:43 aud:fillbuffer exception
    04-10-2007 22:32:43 aud:fillbuffer exception




    Hope this Helps,

    Luke
     

    Users who are viewing this thread

    Top Bottom