MediaPortal SVN-Snapshot:-03-07-2009 01-58h - Revision:21864.rar (3 Viewers)

framug

Super Moderator
  • Team MediaPortal
  • January 31, 2005
    5,911
    1,984
    South of France
    Home Country
    France France
    I got a message that TvPlugin and MediaPortal dont have the same version.
    Mediaportal has 1.0.0.21864
    TvPlugin has 1.0.0.21793
    It's because you have to compile trunk\TVEngine3\TVLibrary\TvPlugin\ too.

    NOTE : I'm absolutely not sure this code will fix your problem.
    I'm just wondering if the problem could be in the (great) channel group function, that's all.

    Bye.
     

    merci1983

    Portal Pro
    November 13, 2004
    128
    6
    Near Bremen
    Home Country
    Germany Germany
    I got a message that TvPlugin and MediaPortal dont have the same version.
    Mediaportal has 1.0.0.21864
    TvPlugin has 1.0.0.21793
    It's because you have to compile trunk\TVEngine3\TVLibrary\TvPlugin\ too.

    NOTE : I'm absolutely not sure this code will fix your problem.
    I'm just wondering if the problem could be in the (great) channel group function, that's all.

    Bye.

    Hallo Framug,

    thanks again for your answer. It´s not such a big problem at the moment for me. So i wait für 1.0.1 to see what happens ;).

    cu
    merci1983
     

    noonereallycares

    Portal Pro
    August 3, 2005
    101
    8
    Melbourne
    Home Country
    SVN still contains non-standard MySQL commands

    After accidentally nuking my HTPC, I thought I'd give the latest SVN a spin. It looks like the problem of inconsistent SQL table names still remains.

    Here's the line that cause my install to fail:

    Code:
    USE MpTvDb; ALTER TABLE `tuningdetail`ADD COLUMN `audioSource` int(1) NOT NULL;UPDATE `Version` SET `versionNumber`=41;

    The table name is actually 'TuningDetail'.

    Is this worthy of being listed as a bug?
     

    doveman

    Portal Pro
    February 12, 2008
    2,326
    178
    Home Country
    United Kingdom United Kingdom
    Just had a problem after changing channel, namely that audio and video became VERY jerky (IE snippets of TV then frozen picture/no audio, ad finitum). Tried different channels and stopping TV (from within MP) and selecting a channel again but to no avail.

    Been having problems with TV playback in MP with various SVNs lately. I think I'm going to have to remove all traces and start with v1 again.
     

    -Manfred-

    Retired Team Member
  • Premium Supporter
  • May 15, 2007
    728
    343
    Home Country
    Finland Finland
    After accidentally nuking my HTPC, I thought I'd give the latest SVN a spin. It looks like the problem of inconsistent SQL table names still remains.

    Here's the line that cause my install to fail:

    Code:
    USE MpTvDb; ALTER TABLE `tuningdetail`ADD COLUMN `audioSource` int(1) NOT NULL;UPDATE `Version` SET `versionNumber`=41;

    The table name is actually 'TuningDetail'.

    Is this worthy of being listed as a bug?

    I've just verified the table name with MySQL Query Browser and it is correct. When have you created your database?
     

    noonereallycares

    Portal Pro
    August 3, 2005
    101
    8
    Melbourne
    Home Country
    After accidentally nuking my HTPC, I thought I'd give the latest SVN a spin. It looks like the problem of inconsistent SQL table names still remains.

    Here's the line that cause my install to fail:

    Code:
    USE MpTvDb; ALTER TABLE `tuningdetail`ADD COLUMN `audioSource` int(1) NOT NULL;UPDATE `Version` SET `versionNumber`=41;

    The table name is actually 'TuningDetail'.

    Is this worthy of being listed as a bug?

    I've just verified the table name with MySQL Query Browser and it is correct. When have you created your database?

    i recreated it using 1.0 and then updated to the latest SVN. It is the same problem that was found to exist in 1.0. Windows MySQL installs are not case sensitive. By default, a linux MySQL server is. I know that it is possible to make the linux server ignore case, but that just hides the problem rather than fix it.
     

    rtv

    Retired Team Member
  • Premium Supporter
  • April 7, 2005
    3,622
    301
    Osnabruck
    Home Country
    Germany Germany
    Like we already suggested your my.cnf should contain:
    lower_case_table_names = 1
    or internal queries might fail as well.

    I am running the MySQL DB on linux as well without further issues.
    Thanks for the heads up though - need to slap that sloppy dev :p
     

    oekie

    MP Donator
  • Premium Supporter
  • April 25, 2008
    223
    14
    Gennep
    Home Country
    Netherlands Netherlands
    He guys,

    I have some probs with live tv.... I had some suttering on some channels, with the last svn's.
    So i decided to do a total fresh install of vista and mp...
    I installed 1.0 and today i installed the last svn and the stuttering started again...
    When you restart your tv-server it is okay for a while... But after 10 minutes it will stutter again....
    I tryed different codecs, but nothing want work...

    Help me please..

    Greetings Oekie


    edit: made the logs when the stuttering started

    edit2: I think it has something te do with the timeshifting.. But what??
     

    Users who are viewing this thread

    Top Bottom