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.


Topics - Zacca

Pages: 1 [2]
21
Scripts and Templates / Alternate stars meter
« on: February 27, 2010, 08:38:03 pm »
I v make 2 different star meter
One with ciak and another with film.

To install it...
1)Rename the file stars.bmp inside the directory skins/images/ in some other name (es. OriginalStars.bmp)
2)Unzip and rename one of the downloaded file in stars.bmp e put it in the dir skins/images/
3)Close e reopen PVD


[attachment deleted by admin]

22
Support / stupid thing in the skin
« on: February 26, 2010, 10:32:46 pm »
IMO the 2 points ":" (i don't know the english word)  ;D are to be removed.
I'm doing a skin with field in different line like....

Director:
Someone

and the 2 points are not so beautiful  ;)
i think that if i want the : i put them with <caption>

but is only a stupid thing  ;D

23
Support / Skin label caption
« on: February 25, 2010, 07:53:00 pm »
Why if i write e label/caption near a field the output is ok
but if i write only a label/caption the output is nothing....

<row>
<column>
<fieldlabel field="description">
<font>
 <size>9</size>
 <name>Georgia</name>
 </font>
 </fieldlabel>
<label>
 <caption>INFO</caption>
<font>
 <size>24</size>
 <bold/>
 <name>Arial</name>
 <color>$000000</color>
 </font>
 </label>
 </column>
 </row>
 
The output is "Description: INFO"



<row>
<column>
<label>
 <caption>INFO</caption>
<font>
 <size>24</size>
 <bold/>
 <name>Arial</name>
 <color>$000000</color>
 </font>
 </label>
 </column>
 </row>
 
The output is nothing


I have to write something like Info or Movie details if is possible  :)

24
Support / Skin refresh button ??
« on: February 25, 2010, 07:23:29 pm »
Open...close...open...close....open....close
Some news for the refresh skin button ??  ;D

25
Support / Skin:Transparency ???
« on: February 24, 2010, 07:56:48 pm »
I don't understand what's the transparent image do  ???
I'm working for a new skin with the news foutures  ;D

26
Feature Suggestions / For XBMC some request
« on: November 01, 2009, 05:34:58 pm »
Now for the totally compatibility of the XBMC export i v 2 requests...
1) The ID of imdb....    <id>tt000000</id>
2)The resolution split.... not 800x600 <width>800</width><height>600</height>

Very very tnx ;)

27
Scripts and Templates / Zfanart skin
« on: October 26, 2009, 08:33:56 pm »
Yep another skin from me ;)
I v take the fanart from themoviedb.org and i v loaded it on the screenshot.
I added the tab for my fun and is very interesting for save space.
Good skin to all  ;D

[attachment deleted by admin]

28
Scripts and Templates / Zcolor skin
« on: October 24, 2009, 04:44:57 pm »
This is not a beautiful skin but it's a test to use different colors.





[attachment deleted by admin]

29
Support / Bug in the skin
« on: October 18, 2009, 05:26:13 pm »
Or i'm wrong or......

The tagline and description don't take the color property
idem for all in the same section....comment and award

The customsection don't change the background color

If i put the tagline in the center of the classic skin and i open another database i take an error...out of memory

30
Scripts and Templates / Zskin
« on: October 17, 2009, 06:21:58 pm »
This is my first skin for PVD
Is a small contribute for the big big work of nostra  ;D


unzip the files into the dir /skins/movies

[attachment deleted by admin]

31
Support / Questions for the skin
« on: October 10, 2009, 07:21:26 am »
Is there any way to center the <title> or another command in the skin ??
Halign="center" seems work only for fieldlabel.

32
Scripts and Templates / Export audio data
« on: October 06, 2009, 08:07:32 pm »
I don't have find any way to export audio data like number of channel and language
the only command for audio is audio codec and the output is only the codec audio  ;)

33
Scripts and Templates / Another that exports xbmc
« on: October 01, 2009, 12:55:43 pm »
First of all excuse my English but I'm Italian. I speak e little bit of english but i hope google translator do the miracle  :D
Very very very thanks to those who wrote PVD. You are my hero  ;D

This is my script for all those interested:

XBMC
Code: [Select]
%OPTIONS%
replace="&<->&amp;"
replace="<<->&lt;"
replace="><->&gt;"
filter="XML Files|*.nfo"
encoding="UTF8"
imagenameformat="%t%.tbn"
imagepath="\"%OPTIONS%
%HEAD%<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>%HEAD%
<movie>
<title>{%value=title}</title>
<originaltitle>{%value=origtitle}</originaltitle>
<rating>{%value=imdbrating}</rating>
<year>{%value=year}</year>
<plot>{%value=description}</plot>
<tagline>{%value=tagline}</tagline>
<runtime>{%value=length} minuti</runtime>
<mpaa>{%value=mpaa}</mpaa>
<playcount>{%value=count}</playcount>
<genre>{%value=genre}</genre>
<director>{%value=directors}</director>
<studio>{%value=studio}</studio>
<votes>{%value=Voti IMDB custom="true"}</votes>
<top250>{%value=Top 250 IMDB custom="true"}</top250>
<id>{%value=IMDB ID custom="true"}</id>
<poster>{%value=poster}</poster>
{%value=actors template="actors.tpl" maxvalues="10" params="full"}
</movie>

actors.tpl
Code: [Select]
%HEAD%%HEAD% <actor>
<name>{%param=name}</name>
<role>{%param=role}</role>
</actor>%FOOT%%FOOT%

My questions are:
Is there any way to export the ID of IMDB and the link of photo of the actors ???

Thanks again for everything  ;D

Pages: 1 [2]
anything