[Bug] TV Server Configuration DiSEqC Settings are diappearing (1 Viewer)

TV Glozer

Portal Member
September 26, 2015
5
0
62
Home Country
Germany Germany
Each time I am opening the MP2 TV Server Configuration the DiSEqC settings are reset to "none".
This problem did not occur with MP1.
 

TV Glozer

Portal Member
September 26, 2015
5
0
62
Home Country
Germany Germany
OK, here are the log files. The picture shows the DiSEqC setting back to "none" after reopen of Serverconfig.
 

Attachments

  • DiSEeqC.jpg
    DiSEeqC.jpg
    159.6 KB

morpheus_xx

Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,070
    7,459
    Home Country
    Germany Germany
    I think I found the issue: we already had a similar bug which was caused by different casing of settings. Here it's the same:

    Load:
    curBox.SelectedIndex =
    Int32.Parse(layer.GetSetting(String.Format("dvbs{0}DiSEqC{1}", _cardNumber, idx), "0").Value);

    setting = layer.GetSetting("dvbs" + _cardNumber + "DisEqc1", "0");

    Buggy TVE3 code.

    To fix this, you can take following steps:
    1. Download and install http://www.sqliteexpert.com/SQLiteExpertPersSetup.exe
    2. Stop MP2-Server
    3. Backup your C:\ProgramData\Team MediaPortal\MP2-Server\Database\MP2TVE_3.s3db
    4. Open this C:\ProgramData\Team MediaPortal\MP2-Server\Database\MP2TVE_3.s3db in SQLExpert.
    5. Select table "settings", "design" tab on right side
    6. upload_2015-9-30_17-35-32.png
    Select "tag" column, click "modify". Set "Collate" to "NOCASE".
    upload_2015-9-30_17-36-13.png


    Finally hit "Apply" on bottom of the main window.
     

    Users who are viewing this thread

    Similar threads

    I haven't tested it. I use MP1, but sometimes I try to help with MP2 :).
    I haven't tested it. I use MP1, but sometimes I try to help with MP2 :).
    This happened immediately after my Windows 11 x64 monthly update for November. The update included also cumulative update to .NET...
    Replies
    9
    Views
    1K
    Update: Problem solved! The electronic program guides (tvguide.xml) have been successfully transferred to MediaPortal. The issue stemmed from the corruption of one or both of the mc2xml.dat and/or mc2xml.exe files, for an unknown reason. Consequently, even though the tvguide.xml file appeared to be updated, its content kept being an...
    Update: Problem solved! The electronic program guides (tvguide.xml) have been successfully transferred to MediaPortal. The issue...
    I was having a problem with the EPG on MP2 1.4.1 (although it used to run without any issues for a while). So I installed MP2 1.5...
    Replies
    8
    Views
    976
    Brief update... Hauppauge support responded quickly, stating that the "driver for all of our product confirm to the BDA format". Not sure what that means, but to test that, I downloaded a copy of Capture4Me, and indeed, it switches LNBs without any issues with minimal configuration (just set DiSEqC to 1.x A/B/C/D and select the...
    Brief update... Hauppauge support responded quickly, stating that the "driver for all of our product confirm to the BDA format"...
    Due to ongoing issues with my TBS5520SE USB tuner, I've invested in a Hauppauge WinTV-NOVA-S2 tuner. I have a multi-LNB setup...
    Replies
    18
    Views
    4K
    two simultaneous recordings succeeded. All good!
    two simultaneous recordings succeeded. All good!
    Since upgrading from 1.36 to 1.38, MP1 no longer connects to my tuners. They no longer appear under the server in the left-hand...
    Replies
    11
    Views
    2K
    Hello, Name need to be the same as computer name. Also, logs could be useful.
    Hello, Name need to be the same as computer name. Also, logs could be useful.
    It is a bit of a long story! I successfully installed MP2 on my old PC as client/server with client on my laptop to confirm my...
    Replies
    2
    Views
    929
    Top Bottom