high definition stuttering/slow down? (1 Viewer)

luke16

Portal Pro
November 30, 2006
63
1
69
Alb.
Home Country
I'm using ffdshow for everything. I noticed that there is a site for ffdshow at sourceforge where the current release is back at 2004, and another site for it at freecodecs.com where it is newer. Weird.

Anyway, Its only wmv, and I've seen it happen on regular res stuff too. It can take up to a minute to start happening, and I've had no problems with hi-def stuff in other codecs, and the wmv files play fine in windows media player, which I assume is using some other codec.
 

Taipan

Retired Team Member
  • Premium Supporter
  • February 23, 2005
    2,075
    44
    Melbourne
    Home Country
    Australia Australia
    There are many, many error messages in your MediaPortal.log file like this:-

    Code:
    2007-09-09 20:05:07.000000 [Info.][MPMain]: SQL:FolderDatabase3.db3 cmd:sqlite3_step err:ERROR detailed:SQL logic error or missing database query:select * from tblSetting where idPath=4 and tagName like 'VideoFiles'
    2007-09-09 20:05:07.000000 [Info.][MPMain]: Exception   :SQLite.NET.SQLiteException: SQL:FolderDatabase3.db3 cmd:sqlite3_step err:ERROR detailed:SQL logic error or missing database query:select * from tblSetting where idPath=4 and tagName like 'VideoFiles'
       at SQLite.NET.SQLiteClient.ThrowError(String statement, String sqlQuery, SqliteError err)
       at SQLite.NET.SQLiteClient.ReadpVm(String query, SQLiteResultSet set1, IntPtr pVm)
       at SQLite.NET.SQLiteClient.Execute(String query)
       at Databases.Folders.FolderSettingsSqlLite.GetFolderSetting(String strPath, String Key, Type type, Object& Value)
    2007-09-09 20:05:07.000000 [Info.][MPMain]: Exception   :SQL:FolderDatabase3.db3 cmd:sqlite3_step err:ERROR detailed:SQL logic error or missing database query:select * from tblSetting where idPath=4 and tagName like 'VideoFiles'
    2007-09-09 20:05:07.000000 [Info.][MPMain]:   site      :Void ThrowError(System.String, System.String, SqliteError)
    2007-09-09 20:05:07.000000 [Info.][MPMain]:   source    :Databases
    2007-09-09 20:05:07.000000 [Info.][MPMain]:   stacktrace:   at SQLite.NET.SQLiteClient.ThrowError(String statement, String sqlQuery, SqliteError err)
       at SQLite.NET.SQLiteClient.ReadpVm(String query, SQLiteResultSet set1, IntPtr pVm)
       at SQLite.NET.SQLiteClient.Execute(String query)
       at Databases.Folders.FolderSettingsSqlLite.GetFolderSetting(String strPath, String Key, Type type, Object& Value)

    Which I suggest is the cause - and I am guessing that your FolderDatabase3.db3 file is corrupt.

    Try renaming your FolderDatabase3.db3 to FolderDatabase3.db3.old (just in case you need to restore it later) and then run Configuration again to setup all your folders, and see if that resolves the issue?

    HTH ....
     

    luke16

    Portal Pro
    November 30, 2006
    63
    1
    69
    Alb.
    Home Country
    Tried renaming folderdatabase3.db3, but it still stuttered.

    What exactly does folderdatabase3.db3 do anyway? And you mentioned running configuration to resetup all of my folders again, but I didn't notice that anything changed after I renamed it.
     

    luke16

    Portal Pro
    November 30, 2006
    63
    1
    69
    Alb.
    Home Country
    Media portal is now becoming completely unresponsive when playing wmv with yesterdays svn, and it's not like I'm the only one having this problem. It would be nice if someone was smart enough to tell little ol' dumb me what to do.
     

    Taipan

    Retired Team Member
  • Premium Supporter
  • February 23, 2005
    2,075
    44
    Melbourne
    Home Country
    Australia Australia
    Are you still getting error mesages in your MediaPortal.log file?

    The MediaPortal.log and the Error.log files are your best source of clues - please search through them for error messages (or other clues), or attach them here for us to look at ...
     

    Users who are viewing this thread

    Top Bottom