So if mp2 is using its own database, then how is it possible my database is not working. It should be possible to run the two programs on one computer isn't it?
The first test build had disabled stretching, thats why subs look "smaller" than MP1. I enabled the existing behavior again, updated TsReader and DvbSub3 (thanks @chefkoch!!!). New version attached! It also enables full back to be transparent. This fixes black rectangle borders for my DvbSubs. Can you please make a new screenshot of same frame as in your previous post?Thanks, now I got subtitles. There are small differences between MP1 and MP2 as you can see from the screenshots. But I cannot say which one I like more. I think the start position is better in MP1 (MP2 should be moved a little to the right) and the font is bigger in MP1 but I'm not sure if it has to be that big but a little bigger than MP2 currently at least, (maybe user configurable?).
What about TeleText subtitles? Most of the channels where I'd like to have subtitles still use TeleText subtitles and not DVB subtitles.
This issue is solved this way: https://forum.team-mediaportal.com/...ion-in-application.125752/page-2#post-1078772As for your database. It is being created
[2014-04-30 22:24:57,036] [766 ] [Main ] [INFO ] - SQLiteDatabase: Initialization Command: 'PRAGMA wal_autocheckpoint=32768;PRAGMA temp_store=MEMORY;' (Default Initialization Command: 'PRAGMA wal_autocheckpoint=32768;PRAGMA temp_store=MEMORY;')
[2014-04-30 22:24:57,078] [808 ] [Main ] [INFO ] - SQLiteDatabase: Connection String used: 'fulluri="file:///C:/ProgramData/Team%20MediaPortal/MP2-Server/Database/Datastore.s3db?cache=shared";version=3;binaryguid=True;default timeout=30000;cache size=32768;journal mode=Wal;pooling=False;synchronous=Normal;foreign keys=True'
[2014-04-30 22:24:57,082] [812 ] [Main ] [DEBUG] - SQLiteDatabase: 1 connections in use
The problem comes in when what looks like the card info is being accessed. This is more for the Dev's than me.
I have never had an issue like this.
2014-04-30 22:24:57,947] [1677 ] [5 ] [ERROR] - ObjectContextManager : error opening database. Is the SQL engine running ?
System.Data.SQLite.SQLiteException (0x80004005): SQL logic error or missing database
no such table: LnbTypes
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.ExecuteReader()
at System.Data.Objects.ObjectContext.ExecuteStoreQueryInternal[TElement](String commandText, String entitySetName, MergeOption mergeOption, Object[] parameters)
at Mediaportal.TV.Server.TVDatabase.EntityModel.ObjContext.ObjectContextManager.CheckCreateDatabase(Model model)
at Mediaportal.TV.Server.TVDatabase.EntityModel.ObjContext.ObjectContextManager.Initialize()