Couple of questions (1 Viewer)

Sinbe

Portal Pro
December 12, 2007
70
0
Home Country
Finland Finland
Is there a way to see the decimal in the imdb rating? I tried adding the following:

<control>
<description>IMDB</description>
<type>label</type>
<id>0</id>
<posX>405</posX>
<posY>675</posY>
<textcolor>ffffff</textcolor>
<font>font14</font>
<label>#MovingPictures.SelectedMovie.score</label>
<visible>!Control.IsVisible(50)</visible>
</control>

but it only shows score with one number (8,3 as 8 and so on). Did I do something wrong or is there a different label for the score with the decimal? And is the plugin parsing the number of voters and can it too be shown with some label?

-----

And an unrelated question: I had many movies put in folders like CD1 and CD2 within the movie folder. The plugin couldn't figure out the file name and I had to move every file from the CD# to the movie root folder. Is there a way to make it work with the CD# folders too?

For example \Gone.With.The.Wind.1939.INTERNAL.DVDRip.XviD-VH-PROD\CD1\gone-vh-prod-cd1.avi
 

marvenius

Portal Pro
September 3, 2008
523
47
Belgium
Home Country
Netherlands Netherlands
The score for imdb rating is rounded for international incompatibilities.
In EN the decimal separator is a dot, while in most European countries this would be a comma. Because of this unexpected results were displayed. 8.3 as 83 and so on.

As for recognizing CD1 and CD2 subfolders. It does not. You can however try to prefer the main folder name for determining the movie name or using the nfo file. There are settings for both in the advanced configuration tab in the Moving Pictures configuration.
I don't like CDx subfolders anyway so I always copy the files <cryptic moviename>.cd1.avi to the main folder then use the nfo for the correct imdbID. But that's just me ;-)
 

armandp

Retired Team Member
  • Premium Supporter
  • April 6, 2008
    990
    620
    Zoetermeer
    Home Country
    Netherlands Netherlands
    although i don't like the cd1/2 structure either i implemented this a while back and it will be supported in 0.7. it's still a common standard
    Posted via Mobile Device
     

    fforde

    Community Plugin Dev
    June 7, 2007
    2,667
    1,702
    43
    Texas
    Home Country
    United States of America United States of America
    although i don't like the cd1/2 structure either i implemented this a while back and it will be supported in 0.7. it's still a common standard
    Posted via Mobile Device

    Yep it will be fixed in 0.7.

    As for the rating thing, Marvenius is right, it's rounded for internationalization purposes because of the imagelist control in MediaPortal. This was sort of a lazy fix though so if this is a big deal for people, let me know and we can reopen the issue.
     

    merlin_world

    New Member
    July 14, 2008
    4
    0
    Yes, it would be nice to have real decimal value, rather than rounded, at least for the detail view. For displaying it with stars, it can be rounded (only whole stars). :D
     

    Users who are viewing this thread

    Top Bottom