English > Support

not really important questions concearning skins

(1/1)

Melmoth:
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...

nostra:

--- 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?
--- End quote ---

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/>
--- End quote ---

Adds a checkbox field named "Find in better quality":

--- Code: ---<custom field="Find in better quality"/>
<customfieldlabel field="Find in better quality"/>
--- End code ---


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

No


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

No


--- Quote ---Can I recolour the left view?
--- End quote ---

Yes, in Tools -> Preferences -> Appearance


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

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?
--- End quote ---

No

Melmoth:
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
--- End quote ---
Oh, in the preferences... I should indulge in my hobbies at daylight.

nostra:

--- 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
--- End quote ---

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...

Navigation

[0] Message Index

Go to full version