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 best video database software?:

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


Topic Summary

Posted by: sanangelis
« on: September 09, 2010, 04:27:03 am »

Perfect nugget of information. I too prefer the duration Field up there.

Thanks :)
Posted by: Ally
« on: August 28, 2010, 03:04:59 am »

Perfect!!  :D Worked like a charm.

Many thanks for your help on this.
Posted by: rick.ca
« on: August 28, 2010, 02:37:05 am »

Sorry, the command is New and is found in the Movies menu (and probably on the toolbar). You won't see the any field unless something is in it, or the record is in edit mode. Selecting New opens a new record in edit mode. You'll see URL immediately about the rating field stars. To re-open a record in edit mode, select Movies - Edit, or double-click the title in the list.
Posted by: Ally
« on: August 28, 2010, 12:29:20 am »

Sorry, folks......I am a real newbie at this.

Can you tell me where is the URL field in which I should enter the correct URL? Or, what do I need to do to Add a new record?

My apologies for this spoon feeding........I really appreciate your help.
Posted by: rick.ca
« on: August 27, 2010, 11:25:09 pm »

Quote
I am trying to download movie details for All The King's Men (2006) from IMDb.

I don't know why it's doing that. It seems to be a bug. The search should result in search result page, and the contents of that presented in a dialog. But even if it's forced to do that (by adding "x" to the title) it doesn't provide a dialog that includes All The King's Men (2006)—even though it's included in the search results page (that I get by doing the same search in my browser).

Quote
Is there a way I can enter either the URL or the code # for PVD to download that specific movie?

(As nostra suggests) The workaround is to Add a new record, enter the Title and URL, save the record and update.
Posted by: nostra
« on: August 27, 2010, 11:19:19 pm »

Quote
Is there a way I can enter either the URL or the code # for PVD to download that specific movie?

Enter the right URL in the URL field, apply changes and run the plugin
Posted by: Ally
« on: August 27, 2010, 10:33:15 pm »

Thanks a million, nostra and rick......I did exactly as you suggested and have the Duration field right where I want it.  Many thanks.

I have another quick question based on a strange problem I am having.  I am trying to download movie details for All The King's Men (2006) from IMDb.  When I set this movie name (and including the year) in the New Movie Master dialog box, I get All The King's Men (1949), even though I know the 2006 version is up in IMDb (Code # tt0405676). I've tried doing "xx All the king's men", but to no avail.

Is there a way I can enter either the URL or the code # for PVD to download that specific movie?

Thanks in advance for your help.

Posted by: rick.ca
« on: August 27, 2010, 08:07:55 pm »

You may find XML Editor easier to use than a text editor for editing skins. In its Tree view, you would just find the first branch and drag it so it's after the second.
Posted by: nostra
« on: August 27, 2010, 07:50:51 pm »

You need to find this code:
Code: [Select]
<row>
   <column width="120" halign="right">
        <fieldlabel field="length"/>      
   </column>
   <column>
    <length autosize="true"/>
<lengthlabel/>
   </column>
  </row>

and put it after this code:
Code: [Select]
<row>
   <column width="120" halign="right">
    <fieldlabel field="dateadded"/>
   </column>
   <column>
<dateadded/>
<spacer width="15"/>
   </column>
  </row>
Posted by: Ally
« on: August 27, 2010, 07:30:38 pm »

That's so cool, I really like that...Marvellous!!

My apologies, Nostra, but I have no idea where to find the code for duration field in order to move it  ???

Would you help, please? Or perhaps point me to where I can get the information?

Many thanks.
Posted by: nostra
« on: August 27, 2010, 07:15:41 pm »

With PVD everything is possible :)

Quote
(1)  I want to change the position of the "Duration:" field to appear just below the "Date Added:" field, instead of it appearing in a box beneath the "Description" field.

Just find the code for duration field and move it where you need it to be.

Quote
(2)  I want to remove the links to the Actors since I am not downloading any information on the Actors.

Code: [Select]
<linkdefs>
<underline_record>false</underline_record>
</linkdefs>

Skin Engine Manual is available here: http://www.videodb.info/help/hlp_skins.html
Posted by: Ally
« on: August 27, 2010, 06:55:05 pm »

Hi Folks,

I am using PVD 0.9.9.21 with the PVD Classic Skin.  I like to keep everything simple and for this I wanted to make two changes in the appearance of the Movie Information screen:

(1)  I want to change the position of the "Duration:" field to appear just below the "Date Added:" field, instead of it appearing in a box beneath the "Description" field.

(2)  I want to remove the links to the Actors since I am not downloading any information on the Actors.

Could you please let me know if both of these are possible to do?

Many thanks in advance for your help.