Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.

Note: this post will not display until it's been approved by a moderator.

Name:
Email:
Subject:
Message icon:

Attach:
(Clear Attachment)
(more attachments)
Allowed file types: gif, jpg, png, txt, tpl, lng, ini, pvd, psf, ini, cfg, csv, zip, xml, pas, 7z
Restrictions: 4 per post, maximum total size 1024KB, maximum individual size 1024KB
Note that any files attached will not be displayed until approved by a moderator.
Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the fifth word in this sentence?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Ivek23
« on: March 23, 2010, 06:43:04 am »

Posted by: Ivek23
« on: March 13, 2010, 06:31:49 am »

add attachment

[attachment deleted by admin]
Posted by: Ivek23
« on: March 12, 2010, 04:35:02 pm »

Maybe a little stupid question:

Example, I have a movie file on disk L: \ MOVIES \ Comedy \ Subtitles \ 0 \ 100 girls \ 100 Girls.avi.in already have information such as file path and other data about the file but still I would like all of that information was again somewhere elsewhere in the skin.

I also understand that if I want some information somewhere elsewhere on the skin I have to delete the original site where I want it on another worked really well.

I wonder, therefore, only that how to create a duplicate of a data elsewhere on the skin and then so that the original as well as duplicate data really well acted.

 Excuse me for a little longer but this interpretation explains the essence of this lar like to do on the skin.

Thanks
Posted by: Ivek23
« on: March 09, 2010, 07:31:43 pm »

Here is the considerable effort now Xml document called pvd_classic_movie_custom_mod now my wishes
Thanks for all rick.ca




OK I changed my name
Posted by: Ivek23
« on: March 09, 2010, 07:18:35 pm »

Sorry I did not just understand this quotation "Keep posting your skins' what was meant by this.

What may be a hint for this

BTW I am Slovenian and clean all the English do not understand.

Thanks
Posted by: rick.ca
« on: March 09, 2010, 06:07:40 pm »

Good work. It seems you understand now. ;)

Keep posting your skins.
Posted by: Ivek23
« on: March 09, 2010, 03:51:28 pm »

Here is the considerable effort now Xml document called pvd_classic_movie_custom_mod now my wishes
Thanks for all rick.ca



[attachment deleted by admin]
Posted by: Ivek23
« on: March 08, 2010, 07:40:15 am »

This is what I changed I left it in order to help find and fix something looks add
Posted by: rick.ca
« on: March 07, 2010, 08:51:09 pm »

Congratulations.

BTW, even if you're not particularly interested in skinning, I recommend using XML Notepad for making these kind of changes. It doesn't make it easier to understand, but it does help in maintaining the correct syntax. It also makes much easier to move things around using the tree structure of XML.

It can also be helpful to read the various topics here and examine the skins others have done to see how things are done. For example, see my Theatre View Skin and Zacca's skins in Scripts and Templates.
Posted by: Ivek23
« on: March 07, 2010, 07:59:30 pm »

I almost gave up on this but I did it, I add a picture to prove and xml document in zip file
Thank you to help rick.ca

[attachment deleted by admin]
Posted by: Ivek23
« on: March 07, 2010, 12:42:49 pm »

Sorry if I nutritious

I change this

pvd_skin_movie.xml

here we have the Annex
pvd_classic_movie_custom.zip
but I do not have the png images

so now it looks like my xml document

[attachment deleted by admin]
Posted by: rick.ca
« on: March 07, 2010, 10:21:42 am »

Quote
probably will not work because I forgot to mention that this is a PVD classic skin

It doesn't matter which skin you start with.
Posted by: Ivek23
« on: March 07, 2010, 07:36:05 am »

In the movie skin pvd_classic_movie .xml I changed this
Code: [Select]
         <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>  

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

rick.ca ,thank you I try probably will not work because I forgot to mention that this is a PVD classsic skin
help
Posted by: rick.ca
« on: March 06, 2010, 10:54:35 pm »

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: [Select]
<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>

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]
Posted by: Ivek23
« on: March 06, 2010, 07:23:52 pm »

I'm interested in is to what to do in this
Posted by: Ivek23
« on: March 06, 2010, 08:41:27 am »

In the movie skin pvd_classic_movie .xml I changed this
Code: [Select]
 <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>  

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]
Posted by: Ivek23
« on: March 06, 2010, 08:14:45 am »

I will remain as at present:

1. To use Serbian language until next release.
Posted by: buah
« on: March 06, 2010, 01:12:35 am »

You're welcome Rick.

Yes, the difference between non-english rc and lng  is in numbering lines.
Posted by: rick.ca
« on: March 06, 2010, 12:42:18 am »

Thanks for clarifying, buah. I'd forgotten there are minor differences in the files. Nevertheless, is converting a .rc to a .lng not still straightforward? Perhaps what I'm missing is the two are interchangeable only if the translation is based on english.rc—because custom.lng must use the same line numbers. :-\
Posted by: buah
« on: March 06, 2010, 12:23:55 am »

I totally understand Ivek. He has 3 choices:
1. To use Serbian language until next release.
2. To manually retype .lng.
3. To (learn how to) parse .lng and than to copy/paste from .rc

Ivek, it's not enough to rename .rc to .lng, if you edit both you'll see they're different. Here you can find "How-to".

Cheers