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
<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