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: nostra
« on: September 24, 2009, 11:52:28 pm »

Quote
But is there really no possibility to write a script that changes certain fields? Or imports from a local source (like a template containing the shared fields)? If not that would be a great feature for future releases... Roll Eyes

Theoretically you could write a script or maybe it will have to be a plugin for this task, but unfortunately you will need a good knowledge of at least one win32 programming language...
Posted by: Melmoth
« on: September 24, 2009, 10:06:28 am »

Thanks again, doc!

The fieldlabel hint did the job.

But is there really no possibility to write a script that changes certain fields? Or imports from a local source (like a template containing the shared fields)? If not that would be a great feature for future releases... ::)

Quote
Yes, in Tools -> Preferences -> Appearance
Oh, in the preferences... I should indulge in my hobbies at daylight.

Posted by: nostra
« on: September 24, 2009, 12:11:05 am »

Quote
labelfont, fieldfont and linkdefs only change most of the font appearances, well, how to change the rest? E.g. tagline and description remain the way they were, some hyperlinks do the same... Am I right to assume that those three before mentioned guys are not the (only) global font setting strings?

Those should work for all field labels (but not checkbox labels) and all field data (except some link fields). There are no more global font settings. The other stuff should be changed locally.

Quote
How to I add custom fields? I found something like <customfieldlabel field="my field"/> but nothing about this fella:<? my field/>

Adds a checkbox field named "Find in better quality":
Code: [Select]
<custom field="Find in better quality"/>
<customfieldlabel field="Find in better quality"/>

Quote
# Can I change the colour of those little buttons that expand lists?

No

Quote
Can I add dots to the "actors (vast space) role" vast space?

No

Quote
Can I recolour the left view?

Yes, in Tools -> Preferences -> Appearance

Quote
# Is there a list of all available fields and their names?

Not really, but you can take a look at existing skins (actually all the fields are already there).

Quote
    * Is there a script that could do stuff like "add 'something' to field A"? Or: can I create templates for new movies? E.g. if I add a TV recording the template already contains "TV" @ quality and "DVD5" @ mediatype etc?

No
Posted by: Melmoth
« on: September 23, 2009, 11:46:44 pm »

Hi everybody,

While toying around mostly with movie skins I stumbled over a few things:

  • labelfont, fieldfont and linkdefs only change most of the font appearances, well, how to change the rest? E.g. tagline and description remain the way they were, some hyperlinks do the same... Am I right to assume that those three before mentioned guys are not the (only) global font setting strings?
  • How to I add custom fields? I found something like <customfieldlabel field="my field"/> but nothing about this fella:<? my field/>
  • Can I change the colour of those little
  • buttons that expand lists?
  • Can I add dots to the "actors (vast space) role" vast space?
  • Can I recolour the left view?
  • Is there a list of all available fields and their names?
  • Is there a script that could do stuff like "add 'something' to field A"? Or: can I create templates for new movies? E.g. if I add a TV recording the template already contains "TV" @ quality and "DVD5" @ mediatype etc?

So far, thanks for replies and apologies for all those questions...

anything