*NEW* MP-TVSeries v2.2.3387 SVN Test Release [10-APR-09] (3 Viewers)

ltfearme

Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,755
    7,200
    Sydney
    Home Country
    Australia Australia
    • Thread starter
    • Moderator
    • #91
    Where should I be looking to modify so that the GUI only displays Un/Watched icon in Series and Season view without a number? Unwatched icon if there are unwatched episodes and Watched icon if all watched (Similar to icon over series/season banner). Should I be looking in MPTVSeries Config the xmls?

    Not possible, the plugin loads what is in the Skins Media directory e.g. in Series view it loads tvseries_SeriesListIcon.png

    Unlike Episode view this is a single image only and depends on Skin Formatting Rules to make sense. ie, add a episode count next to image or similar.

    The Series/Season view icons are generic can pretty much be what ever the skinner wants it to be e.g. it could be a image of a calender with a formatting rule that adds the DayofWeek the Series airs.

    Only the Episode View icons and Artwork Icons are conditional controlled by the plugin.

    In the StreamedMP installer I give the user a choice for the Icons seen in Series/Season view and then modify the corresponding skin file and formatting rules.
     

    toertchn

    Portal Member
    January 5, 2008
    23
    4
    Home Country
    Germany Germany
    Don't know if reported but still exists in svn checkout.

    Fanart.cs > FanartsToDownload

    Fix:
    Code:
    if (res == (int)FanartResolution.HD)
      sqlQuery += " and " + cResolution + " = " + "\"1280x720\"";
    if (res == (int)FanartResolution.FULLHD)
      sqlQuery += " and " + cResolution + " = " + "\"1920x1080\"";

    else the query isn't valid
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,755
    7,200
    Sydney
    Home Country
    Australia Australia
    • Thread starter
    • Moderator
    • #93
    New test build is available:

    * Added Watched/UnWatched Icons to Blue3wide skin
    * Added Translations for Skin Buttons
    * Added Translations for layout menu items
    * Added SeriesCount and GroupCount properties
    * Fixed Fanart Resolution SQL logic in Auto Download Fanart, thx toertchn
    * Fixed exception in configuration when attempting to retrieve a list of languages on-line when connection fails
    * Updated Danish translations, thx Steffansp
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,755
    7,200
    Sydney
    Home Country
    Australia Australia
    • Thread starter
    • Moderator
    • #95
    The plugin doesn't pull the Layout options from the language files. I tested this by changing the value in the english (us).xml as well as my translated swedish one.

    I can't reproduce, I had a look at your Swedish translations and you haven't translated the layout options. Do the other *new* translations work for you e.g. ButtonOptions? Are you definitely using #3361?

    Could you also try to put the "Resolution" (for fanart downloading) into the language files, thanks.
    I could create a new skin label control so I can translate 'Resolution:'. Currently the plugin only provides the value of the resolution which doesnt need translating.
     

    Schenk2302

    Portal Pro
    September 12, 2008
    50
    14
    Bonn
    Home Country
    Germany Germany
    The plugin doesn't pull the Layout options from the language files. I tested this by changing the value in the english (us).xml as well as my translated swedish one. Could you also try to put the "Resolution" (for fanart downloading) into the language files, thanks.

    Attached is an updated swedish language file.
    Emph

    Hi Emph,

    i don't know if that matters but in your xml the last block is set to original=swedish ???

    -Schenk
     

    emphatic

    Design Group
  • Team MediaPortal
  • August 25, 2006
    3,736
    1,196
    Alingsås
    Home Country
    Sweden Sweden
    Yeah, that was it! Sorry for that lil' mixup. Here's the corrected .xml for swedish.

    Emph
     

    Attachments

    • sv.xml
      30.6 KB

    emphatic

    Design Group
  • Team MediaPortal
  • August 25, 2006
    3,736
    1,196
    Alingsås
    Home Country
    Sweden Sweden
    Also "Reset user selections" isn't in the language files either. Thanks.

    Emph
     

    Users who are viewing this thread

    Top Bottom