Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Zacca

Pages: 1 [2] 3 4 5 6
21
Scripts and Templates / New zwhite skins
« on: April 13, 2010, 07:51:45 pm »
I have made 2 new skins brothers of Zwhite skin for all the people who have a monitor with low resolution.
The new skins are....
PVD Zsimple white and PVD Ztab white.

I v a monitor with big resolution so i could not test it.

If you find some problem i'm here  ;)


22
Feature Suggestions / Re: Split custom from skin
« on: April 05, 2010, 04:43:04 pm »
An idea is to assign a code to the custom items and add it to the skin
Example:

I have e custom rating item and i assign the code "CRating" from a list
another custom rating item assigned at "CRating" from the list
a custom number item assigned at "CNumber" from the list

In the skin.....
Code: [Select]
<row>
<column>
<fieldlabel field="CRATING">
 </fieldlabel>
 </column>
<column>
 <CRATING/>
 </column>
 </row>
.
.
.
.
<row>
<column>
<fieldlabel field="CNUMBER">
 </fieldlabel>
 </column>
<column>
 <CNUMBER/>
 </column>
 </row>

In this way noone v to rewrite the skin after a update

23
Scripts and Templates / Export to XBMC
« on: April 04, 2010, 08:37:29 pm »
This is my script for export to XBMC the file .nfo and the file .tbn automatically near and with the same name of the movie file.
I have replace the tagline with the country to see it on my XBMC skin.

If someone test it so I can put it on the download page.

install:
Unzip all the 3 files in the directory \Plugins\Templates

Thanks


[attachment deleted by admin]

24
Feature Suggestions / Re: Skin: color for splitter and separator
« on: April 02, 2010, 03:42:29 pm »
In the .19 version or in a future version ??
With or without attribute height it's seem the same

25
Feature Suggestions / Re: Skin: color for splitter and separator
« on: April 02, 2010, 06:28:55 am »
But it should work between two rows, if it's possible
like...

<row></row>
<spacer height= 20>
<row></row>
<spacer height= 10>
<row></row>

26
Feature Suggestions / Re: Skin: color for splitter and separator
« on: April 01, 2010, 08:21:44 pm »
I have find a little trick to make space between rows...

Code: [Select]
<row>
<column>
<label permanent="true">
 <caption>-</caption>
<font>
 <size>4</size>
 <color>$ffffff</color>
 <bold/>
 </font>
 </label>
 </column>
 </row>

Background is $ffffff

To increase space increase the size of the font

27
Feature Suggestions / Re: Skin: color for splitter and separator
« on: April 01, 2010, 08:17:34 pm »
Sorry for my english  :'(

Spacer work fine whit section
Exemple....Under my section there is 3 row
The space between the rows is the same for all the rows
But i want different space between rows like..

Row


more space


Row
less space
Row

28
Support / Re: skin: halign human
« on: April 01, 2010, 07:13:32 pm »
Ok work
Thanks

29
Feature Suggestions / Re: Skin: color for splitter and separator
« on: April 01, 2010, 06:46:45 pm »
If i v 3-4 row in a section, the spacer don't work fine
With separetor i put all the different space i want, between all the row

30
Feature Suggestions / Re: Skin: color for splitter and separator
« on: April 01, 2010, 12:12:08 pm »
Sorry but what i mean is to make the separator trasparent
to use it like spacer.

31
Support / skin: halign human
« on: April 01, 2010, 11:45:22 am »
sorry but i v the same old problem... center something

Code: [Select]
<row>
<column halign="center">
<fieldlabel field="human" category="0">
<font>
 <size>14</size>
 </font>
 </fieldlabel>
 </column>
 </row>
= aligh left...not center  :(

32
Feature Suggestions / Re: Split custom from skin
« on: March 31, 2010, 05:59:18 pm »
I think the only way to show all the stars of the rating with this resolution
is to decrease the size of the poster's column.

To do that open \Skins\Movies\pvd_movie_zwhite.xml whit e text editor.
Find the lines...
Code: [Select]
<!--V Left Column -->
<column valign="top" width="30%">
<section space="10">
 <border shape="none"/>

and change in.....
Code: [Select]
<!--V Left Column -->
<column valign="top" width="20%">
<section space="10">
 <border shape="none"/>

Sorry but this skin with 4 columns don't work fine with a "small" resolution  :(

33
Scripts and Templates / Re: Zwhite another skin
« on: March 31, 2010, 05:34:08 pm »
Ok uploaded
Thanks

34
Feature Suggestions / Re: Pvd to tray
« on: March 31, 2010, 11:55:03 am »
Now it's ok  ;D

35
Scripts and Templates / Re: Zwhite another skin
« on: March 31, 2010, 11:36:11 am »
ohhh yess but how ??  ;D

36
Feature Suggestions / Re: Pvd to tray
« on: March 31, 2010, 11:34:08 am »
No the problem is inverse...
I v delete the pvdtotray.dll but in anyway the program minimize to try
I think it's time to restart my machine  ;D

37
Feature Suggestions / Re: Split custom from skin
« on: March 31, 2010, 11:28:29 am »
What is your resolution ??? and language on PVD??

38
Scripts and Templates / Re: Zwhite another skin
« on: March 30, 2010, 07:15:40 pm »
In the first post there is the new version 1.0.0.1

Add attribute "valsperline=1" in the humans column

39
Feature Suggestions / Split custom from skin
« on: March 30, 2010, 06:52:08 pm »
I v to change the skin zwhite to add the new attribute valsperline="x"
who added label/caption must partially rewrite the skin.
A good idea is to split the skin from the custom items of the skin
I don't know how but i think is a good idea  ;D

40
Feature Suggestions / Pvd to tray
« on: March 30, 2010, 06:34:32 pm »
Have you change something to minimize PVD to tray??? i don't find the pvdtotray.dll
Can you add a menu in the setting to disable the minimize ??
With windows seven the icon stay in the taskbar

Pages: 1 [2] 3 4 5 6
anything