English > Support
Additional rating and batch of PVD
buah:
You're welcome Rick.
Yes, the difference between non-english rc and lng is in numbering lines.
Ivek23:
I will remain as at present:
1. To use Serbian language until next release.
Ivek23:
In the movie skin pvd_classic_movie .xml I changed this
--- Code: --- <row>
<column width="120" halign="right">
<fieldlabel field="imdbrating" width="118" wordwrap="true" halign="right"/>
</column>
<column>
<imdbrating/>
</column>
</row>
<row>
<column width="120" halign="right">
<orname width="118" wordwrap="true" halign="right">
<font>
<bold></bold>
<size>8</size>
</font>
</orname>
</column>
<column>
<orating/>
</column>
</row>
<row>
<column width="120" halign="right">
<fieldlabel field="orating"/>
</column>
<column>
<rating/>
</column>
</row>
<row>
<column width="120" halign="right">
<fieldlabel field="orating"/>
</column>
<column>
<rating/>
</column>
</row>
<row>
<column width="120" halign="right">
<fieldlabel field="rating"/>
</column>
<column>
<rating/>
</column>
</row>
--- End code ---
I got an additional rating, however I was wondering what to do instead of an additional rating drafted to Allmovie rating or Moviemeter rating and instead of manual entry to do this automatically
Add image to Serbian and English lang
Cheers
[attachment deleted by admin]
Ivek23:
I'm interested in is to what to do in this
rick.ca:
Use orating only for one additional rating coming from a plugin. Create custom rating fields (at Preferences - Movies - Custom items) for any number of additional ratings from scripts. Edit the scripts to use the custom fields. Edit your skin to add the custom fields. To illustrate, this is the applicable section of my skin...
--- Code: ---<row>
<column>
<label width="132" halign="right">
<caption>...rating:</caption>
</label>
<spacer width="7"/>
<imdbrating/>
</column>
<column>
<label width="133" halign="right">
<caption>Released:</caption>
</label>
<spacer width="7"/>
<rdate/>
</column>
</row>
<row>
<column>
<label width="132" halign="right">
<caption>FilmAffinity:</caption>
</label>
<spacer width="7"/>
<orating/>
</column>
<column>
<label width="133" halign="right">
<caption>Added:</caption>
</label>
<spacer width="7"/>
<dateadded width="115"/>
</column>
</row>
<row>
<column>
<label width="132" halign="right">
<caption>AllMovie:</caption>
</label>
<spacer width="7"/>
<custom field="AllMovie rating"/>
</column>
<column>
<label width="133" halign="right">
<caption>Modified:</caption>
</label>
<spacer width="7"/>
<moddate width="115"/>
</column>
</row>
<row>
<column>
<label width="132" halign="right">
<caption>rick.ca:</caption>
</label>
<spacer width="7"/>
<rating/>
</column>
<column>
<label width="133" halign="right">
<caption>Viewed:</caption>
</label>
<spacer width="7"/>
<viewdate>
<font>
<color>$800000</color>
</font>
</viewdate>
</column>
</row>
--- End code ---
Try not to be confused by the fact this displays a second column of dates which is not relevant to your question (see screen shot). Also, I have given orating a caption of "FilmAffinity" instead using the standard Fieldlabel which should work fine (I probably didn't like the format). The relevant part is where my custom field AllMovie rating has been added.
[attachment deleted by admin]
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version