TV Server Plugin: TvWishList (4 Viewers)

Sebastiii

Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    Hi :)

    It seems to solve the issue :
    public static string GetCultureName(string language)
    {
    if (_cultures == null)
    {
    _cultures = new Dictionary<string, string>();

    CultureInfo[] cultureList = CultureInfo.GetCultures(CultureTypes.AllCultures);

    for (int i = 0; i < cultureList.Length; i++)
    {
    if (!_cultures.ContainsKey(cultureList.EnglishName))
    {
    _cultures.Add(cultureList.EnglishName, cultureList.Name);
    }
    }
    }

    if (_cultures.ContainsKey(language))
    return _cultures[language];

    return null;
    }

    The error seems to comes when 'cultureList.EnglishName' is already there, so i have add a check, the plugins open now :)
    But like i didn't use it, i hope nothing else is broken.
     

    huha

    Extension Developer
    January 3, 2008
    890
    556
    Home Country
    Germany Germany
    Sebastii, HomeY,
    a big thanks! You are faster in programming and testing than I can follow the threads. I don´t understand how you can do that :)
     

    huha

    Extension Developer
    January 3, 2008
    890
    556
    Home Country
    Germany Germany
    I included a complete install package for 1.6. Please note that it will not work for the master yet, as the version of the master is still at 1.5.0.0. The installer will install the 1.6 version if the version is higher or equal than 1.5.0.1.
    Sebastii, thanks a lot again. This would have been a very tough one for me to find.

    Update: The saver parsing method (int.TryParse) is not included in this version. This has been done already for the next version which will support also the new native MP2 Tv server.
     

    Attachments

    • TvWishList.Ver.1.3.0.13.mpe1
      5.1 MB
    Last edited:

    huha

    Extension Developer
    January 3, 2008
    890
    556
    Home Country
    Germany Germany
    Pog,
    the new Logo is really great. If it is not too much work i would like take your offer from our private conversation and ask for a rectangular 500 x 300 picture or any width/height = 5/3.
     

    Pog

    Retired Team Member
  • Premium Supporter
  • September 7, 2009
    401
    315
    Wicklow
    Home Country
    Ireland Ireland
    Is this the sort of thing your looking for? 5:3 banner button for Titan or MP2?

    If you need something adjusted let me know. Also included is the 1250x750 photoshop file.

    banner.tvwish.png
     

    Attachments

    • banner-tvwish-ps.zip
      2.3 MB

    huha

    Extension Developer
    January 3, 2008
    890
    556
    Home Country
    Germany Germany
    TestVersion 1.4.0.0 Released

    I need your help to do some testing for version 1.4.0.0. There is no new functionality for MP1, but this version contains the first MP2 Native Tvserver plugin and i had to change some code changes for the MP1 server plugin to maintain the code for both versions in the future.
    This version contains in the default skins the new pictures from Pog (thanks again!!!) and i hope I updated all locations.

    V1.4.0. 0:
    - new TvWishList Logo from Pog used for MP1, MP2 skins and installer
    - save parsing of integers and dates
    - new: native Tvserver plugin for MP2
    - installer updates
     

    Attachments

    • TvWishList.Ver.1.4.0.0.mpe1
      5.9 MB

    Pog

    Retired Team Member
  • Premium Supporter
  • September 7, 2009
    401
    315
    Wicklow
    Home Country
    Ireland Ireland
    Hey huha,

    In v1.4.0 the "TvWishList.Icon.png" is missing it's transparency meaning that it looks boxed in by black when it sits on the background.

    If your saving it from photoshop leave the first layer switched off and save as png. Alternatively you could use the png included in TvWishList-Logo.zip and just rename it. Also clear skin cache or you will see the old one.
     

    Users who are viewing this thread

    Top Bottom