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
41
Development / Info for .19
« on: March 30, 2010, 11:58:05 am »
Quote
Feature   Skins: attribute valsperline="x"
Thanks

Quote
Feature   Skins: text alignment in memos
What is ??

Quote
Feature   Added Refresh skin action and Update action
Ahhhhh stop open close program....very thanks  ;D

Quote
Feature   Export plugin: main movie values in episode templates, special values (imdb id, video width and height)
Can u tell me more please ??

42
Feature Suggestions / Re: Id imdb
« on: March 29, 2010, 08:55:25 pm »
But if you don't have time to make it, the cut & paste it's ok  ;D

43
Feature Suggestions / Re: Skin: some errors
« on: March 29, 2010, 08:51:57 pm »
If you want to make smth always visible then use permanent attribute like this:
Code: [Select]
  <row>
<column halign="center">
<label permanent="true">
<font>
 <name>Georgia</name>
 <size>22</size>
 <bold/>
 </font>
 <caption>SHOW ME</caption>
 </label>
 </column>
 </row>

Quote
linkIDONTKNOW=change the color of the internal link like..genre,category,country.......

Do you mean this (already there)
Code: [Select]
<category linkcolor1="$FF0400" linkcolor2="$FFFF00"/>

Permanent work fine  ;D tnk

For the other i mean something to change all that links in 1 command like linkdefs but for all the filterlink

44
Feature Suggestions / Re: Id imdb
« on: March 29, 2010, 08:39:56 pm »
To export for XBMC (is abolutely the best media player) is required  :(

45
Feature Suggestions / Re: Skin: some errors
« on: March 29, 2010, 12:03:37 pm »
Quote
"field + tag" the halign center work fine but with only "tag" seems not work.
Sorry but i don't remember the problem, if i find it again i'll tell you  :)



Quote
label-caption without any other tag or field don't show nothing.
Code: [Select]
<row>
<column halign="center">
<title autosize="true">
<font>
 <name>Comic Sans MS</name>
 <bold/>
 <size>24</size>
 <color>$0f0f0f</color>
 </font>
 </title>
<label>
<font>
 <name>Georgia</name>
 <size>22</size>
 <bold/>
 </font>
 <caption>SHOWME</caption>
 </label>
 </column>
 </row>
= Title+SHOWME

Code: [Select]
<row>
<column halign="center">
<label>
<font>
 <name>Georgia</name>
 <size>22</size>
 <bold/>
 </font>
 <caption>SHOW ME</caption>
 </label>
 </column>
 </row>
=nothing



Quote
I think is logically to add a "call" to change the color of the internal link like..genre,category,country.......

Code: [Select]
<linkdefs>
 <linkcolor1>$00ff00</linkcolor1>
 <linkcolor2>$ff00ff</linkcolor2>
 </linkdefs>
<linkIDONTKNOW>
 <linkcolor1>$00ff00</linkcolor1>
 <linkcolor2>$ff00ff</linkcolor2>
 </linkIDONTKNOW>
linkIDONTKNOW=change the color of the internal link like..genre,category,country.......

46
Support / Re: Bug in the custom rating
« on: March 29, 2010, 11:26:29 am »
like..
split customsection to customsectionname and customsectionvalue to split in 2 different column.
and a command that i have already write in another post to make only 1 value for line in a column....
nameforcolumn=1 it write only 1 custom for line
like....
Id IMDB: tt000000
Top 100:27

not
Id IMDB: tt000000                 Top 100:27 (random position)

47
Feature Suggestions / Id imdb
« on: March 28, 2010, 06:51:29 pm »
For all the movie i add, i v to cut & paste the id of imdb
If you add the automatically download in the imdb plugin you make me so happy  ;D

48
Support / Re: Bug in the custom rating
« on: March 28, 2010, 06:03:33 pm »
Ahh ok now i know is normally  ;)
I had already changed the skin  ;D
But i think if you add more control for the custonsection in the skin is better

49
Support / Re: Bug in the custom rating
« on: March 28, 2010, 07:47:39 am »
Another problem..
If i add the mymovies rating custom field out of the custom section the skin don't show the other custom field in the customsection
This is the mod of my zwhite skin
Code: [Select]
<!--V Rating Box
 -->
<column width="60%">
<section>
 <border shape="none"/>
<row>
<column space="10" width="400" halign="right">
<label>
 <caption>MyMovies:</caption>
<font>
 <color>$000000</color>
 <bold/>
 </font>
 </label>
 <custom field="MyMovies"/>
 </column>
 </row>
<row>
 <column/>
<column space="10" width="400" halign="right">
<fieldlabel field="imdbrating">
<font>
 <color>$000000</color>
 <bold/>
 </font>
 </fieldlabel>
 <imdbrating/>
 </column>
 </row>
<row>
<column width="400" halign="right" space="10">
<fieldlabel field="rating">
<font>
 <color>$000000</color>
 <bold/>
 </font>
 </fieldlabel>
 <rating/>
 </column>
 <column/>
 </row>
<row>
<column width="400" halign="right" space="10">
<orname>
<font>
 <size>10</size>
 <name>Arial</name>
 <color>$000000</color>
 <bold/>
 </font>
 </orname>
 </column>
 <orating/>
 <column/>
 </row>
 </section>
 </column>
.
.
.
<row>
<column>
<customsection>
 <border shape="none"/>
 </customsection>
 </column>
</row>


whit this code the skin don't show the other custom in the customsection
If ther'is something wrong in the skin i don't find it  :(

50
Support / Re: Bug in the custom rating
« on: March 27, 2010, 03:56:38 pm »
Uhmmm in this skin i v a custom field for mymovies rating and it show me the custom meter but the old mymovies rating don't show the rating meter.
If i delete in the skin the custom field it show me the rating meter again.

51
Support / Bug in the custom rating
« on: March 27, 2010, 03:36:33 pm »
I v put the mymovies.it rating in a custom rating but the old name(mymovies rating) is not deleted


[attachment deleted by admin]

52
Support / Re: mymovies.it rating:custom items
« on: March 26, 2010, 06:27:41 pm »
opps sorry
I'v test it and it work fine  ;D
Thanks for the mod

53
Feature Suggestions / Re: Skin: color for splitter and separator
« on: March 23, 2010, 01:54:52 pm »
for me is ok  ;D thanks

54
Support / Re: mymovies.it rating:custom items
« on: March 20, 2010, 12:30:08 pm »
Thanks for the info....i'll test it  :)

55
Talk / Re: Recommend a Movie form Your Country - March '10
« on: March 14, 2010, 05:07:03 pm »
For this mounth i racommend to all the new movie of Tornatore.."Baaria".

56
Talk / Re: Recommend a Movie form Your Country - March '10
« on: March 14, 2010, 05:05:01 pm »
Not for me  ;D my english is very drastic :'(

57
Scripts and Templates / Re: Zwhite another skin
« on: March 14, 2010, 11:49:19 am »
800x600 is a very small resolution for a skin in 4 columns.
I think u should use a max 3 columns for this resolusion like zcolor or zscreenshot.
If u like the white or somethig other of this skin i'll make it when i v some times  ;)

58
Scripts and Templates / Zwhite another skin
« on: March 13, 2010, 02:55:08 pm »
Another skin for PVD...
ANOTHERRRR!?!?!?!?!
Ok i stop to make skins.....untill a new version of PVD  ;D

To install, uzip it in the directory skins/movies
in the third line there is the duration of the movie..to change time in minute go to th menu tools-preferences-movies-information card
activate - use minutes for duration field



[attachment deleted by admin]

59
Feature Suggestions / Re: Skin: human column
« on: March 12, 2010, 12:27:22 pm »
I v big problem to speak english  ;D
What i want to do is to put the actors in a vertical column, one name for line, but if the name of the actor is short, in the same line the skin put 2 name not only one.

Sorry....I hope this is explained better

60
Feature Suggestions / Skin: human column
« on: March 11, 2010, 08:52:37 pm »
I'm working on a new skin, i'v to insert all the actors in a narrow column

I think a command like linenames to defining how many name for line is a smart thing  ;D

Pages: 1 2 [3] 4 5 6