Personal Video Database

English => Support => Topic started by: Zacca on March 27, 2010, 03:36:33 pm

Title: Bug in the custom rating
Post by: Zacca on March 27, 2010, 03:36:33 pm
I v put the mymovies.it rating in a custom rating but the old name(mymovies rating) is not deleted


[attachment deleted by admin]
Title: Re: Bug in the custom rating
Post by: Zacca on March 27, 2010, 03:56:38 pm
Uhmmm in this skin i v a custom field for mymovies rating and it show me the custom meter but the old mymovies rating don't show the rating meter.
If i delete in the skin the custom field it show me the rating meter again.
Title: Re: Bug in the custom rating
Post by: nostra on March 28, 2010, 01:15:56 am
I can't reproduce the problem here. Can you post the code of the skin?
Title: Re: Bug in the custom rating
Post by: Zacca on March 28, 2010, 07:47:39 am
Another problem..
If i add the mymovies rating custom field out of the custom section the skin don't show the other custom field in the customsection
This is the mod of my zwhite skin
Code: [Select]
<!--V Rating Box
 -->
<column width="60%">
<section>
 <border shape="none"/>
<row>
<column space="10" width="400" halign="right">
<label>
 <caption>MyMovies:</caption>
<font>
 <color>$000000</color>
 <bold/>
 </font>
 </label>
 <custom field="MyMovies"/>
 </column>
 </row>
<row>
 <column/>
<column space="10" width="400" halign="right">
<fieldlabel field="imdbrating">
<font>
 <color>$000000</color>
 <bold/>
 </font>
 </fieldlabel>
 <imdbrating/>
 </column>
 </row>
<row>
<column width="400" halign="right" space="10">
<fieldlabel field="rating">
<font>
 <color>$000000</color>
 <bold/>
 </font>
 </fieldlabel>
 <rating/>
 </column>
 <column/>
 </row>
<row>
<column width="400" halign="right" space="10">
<orname>
<font>
 <size>10</size>
 <name>Arial</name>
 <color>$000000</color>
 <bold/>
 </font>
 </orname>
 </column>
 <orating/>
 <column/>
 </row>
 </section>
 </column>
.
.
.
<row>
<column>
<customsection>
 <border shape="none"/>
 </customsection>
 </column>
</row>


whit this code the skin don't show the other custom in the customsection
If ther'is something wrong in the skin i don't find it  :(
Title: Re: Bug in the custom rating
Post by: nostra on March 28, 2010, 02:10:11 pm
It is meant to behave like this. If you position custom fields manually you must do this for all custom fields. You choose between all fields in a custom section ot all fields positioned manually.
Title: Re: Bug in the custom rating
Post by: Zacca on March 28, 2010, 06:03:33 pm
Ahh ok now i know is normally  ;)
I had already changed the skin  ;D
But i think if you add more control for the custonsection in the skin is better
Title: Re: Bug in the custom rating
Post by: nostra on March 28, 2010, 07:43:48 pm
Quote
But i think if you add more control for the custonsection in the skin is better

like what?
Title: Re: Bug in the custom rating
Post by: Zacca on March 29, 2010, 11:26:29 am
like..
split customsection to customsectionname and customsectionvalue to split in 2 different column.
and a command that i have already write in another post to make only 1 value for line in a column....
nameforcolumn=1 it write only 1 custom for line
like....
Id IMDB: tt000000
Top 100:27

not
Id IMDB: tt000000                 Top 100:27 (random position)