New MP1 skin test (1 Viewer)

wizard123

Retired Team Member
  • Premium Supporter
  • January 24, 2012
    2,569
    2,680
    Home Country
    United Kingdom United Kingdom
    Good it seems that i have found a fix :)
    We need to set MediaPortal.exe as cultureinfo US :p

    Thread.CurrentThread.CurrentCulture = new CultureInfo("en-US");
    Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-US");

    With this, the MP exe instance is set to use Us culture info so it will handle correctly the decimal :p
    I have tested that the keyboard stay in french under MP and it works :)

    So i think it's the good way to go :p because maybe other part of code need to be used like culture info US.
    That explains why i could not reproduce :)
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    Which osd is that for? Do you have the latest files from git and clear cache because im sure i fixed that the other day :confused:

    I have take the one from git branch and clear all ares related stuff :) it was under myvideo but tvosd does the same lol
     

    wizard123

    Retired Team Member
  • Premium Supporter
  • January 24, 2012
    2,569
    2,680
    Home Country
    United Kingdom United Kingdom
    @wizard123

    I notice something (the progress seems odd lol) i didn't see the current position :)

    View attachment 184381 View attachment 184382
    I cant replicate it at all in myvideos, can you send me the file you used while taking the screen shot ?

    upload_2016-12-4_8-29-39.png
     

    wizard123

    Retired Team Member
  • Premium Supporter
  • January 24, 2012
    2,569
    2,680
    Home Country
    United Kingdom United Kingdom
    Just to be sure :

    Latest GIT are :
    View attachment 184391

    So maybe recent files not pushed ?
    That was the last push yes so not sure why it's not working for you. I have attached the latest files ( which i took my screenshot with ) so remove Ares folder then replace with this one and clear cache then see again.

    @daWooky Change border highlight colour from FFFFFFFF to FFEAEAEA at bottom of skinsettings.xml and should work fine, it was set to white but won't work with pure white.
     

    Attachments

    • Ares.zip
      42.5 MB

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    Thanks :)
    I didn't see the attached files :p
     

    Users who are viewing this thread

    Top Bottom