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
1
Scripts and Templates / Re: Show database on Android
« on: January 15, 2012, 06:57:45 pm »
Julians26

Download the attached file in this discussion....* XML Android.ptm.zip  :)

2
Scripts and Templates / Re: Show database on Android
« on: March 29, 2011, 07:07:42 pm »
"Pocket AMC Reader" I think is a SQL viewer written for movie database. In a android phone works faster than a browser and with a better layout.
This program was written for Ant movie catalog and my xml export in this format.
BUT it's only a viewer NOT a editor for movie

3
Scripts and Templates / Show database on Android
« on: March 28, 2011, 07:16:58 pm »
Hi Nostra(tnx for the new version)...Rick...and ALL..
I'm here again ;D

After a long research i' v find the solution (a good program) to show all my movie on a android phone.

How to:

Download "Pocket AMC Reader" from the android market (on the phone)  ;)
From this 3d download the file (XML Android.ptm.zip)
Unzip it in the directory "personal video database/plugins/templates/"
Restart PVD
Export all your database whit this xml
Put all the files in a dir of your sdcard
Select the exported.xml in the setting of "Pocket AMC Reader"
Restart the program.
ps: if the poster is too small you can increase it changing the number "300" in the xml ......... Picture="{%value=poster height="300"}"

I v test my database with 966 movies and work fine.




[attachment deleted by admin]

4
Scripts and Templates / Re: Export to HTTP in 1 page
« on: July 15, 2010, 11:53:24 am »
thanks svenne  ;D

5
Feature Suggestions / Re: Poster Import Plugin
« on: July 15, 2010, 11:51:18 am »
Sorry but i'm working on a big event on my conutry and i don't v time to read the forum.

I don't understand your question ... but i took that poster because was good in the small version.
I have tried others but they were wrong.
 ;D

6
Talk / Re: Recommend a Movie form Your Country - March '10
« on: June 01, 2010, 09:24:11 pm »
For this mounth my best italian movie is La prima cosa bella by Paolo Virzi'
IMO it's a very beautiful comedy-drama movie, but i don't understand if it's a good movie only for italian people(for the memories of 70' 80' italian years)
or for all. I'll wait your comments  ;D

7
Scripts and Templates / Re: MyMovies.it script for movies and people
« on: June 01, 2010, 09:01:51 pm »
Non capisco...intendi dire che non registra come informazione il campo URL o che lo script si blocca quando entra nella scheda del film.
Nel primo caso no, non lo fa...non mi è mai piaciuto l'URL nelle mie schede dei film e non l'ho fatto :-p ma se volete lo metto.
Nel secondo caso spiegami meglio il problema e vedrò di risolverlo. Magari posta anche il Log.

Nel senso di... non registra l'http:..... nel campo URL che mi sembra, per gli standard degli altri script, che sia meglio metterlo. cmq fai te  ;)

8
O ho qualche problema io o non salva l'URL della scheda nella chiamata URL
The script don't save the URL

Cmq complimenti..bello scriptino  ;D

9
I test it now

Mille grazie  ;D

10
Scripts and Templates / Export to HTTP in 1 page
« on: May 08, 2010, 04:40:37 pm »
I v make some experiments in this day so i v created a new script to export the movies in html only in 1 page.
The experiment is to make a page to show index and movie cards quickly.
Another experiment is to show codecs as images.
I have make certain images, if you tell me which codecs are missing i will create them.



[attachment deleted by admin]

11
Scripts and Templates / Z Web export script
« on: May 02, 2010, 07:16:06 am »
I have convert the export web script Web Pages(Index&Movies) and Web Pages(Index&Persons) from tables to a more recently divs and add some changes.
This is the 0.9 version but i think it's ok.

Install:
unzip in the directory......\Plugins\Templates

Know bugs:
1)when you export a TVserie, if there isn't the roles in the actors, the card don't show the name of the episodes
2)in the actor card the links in the movies(filmografhy) are all the urls of the movie not only one

Can someone test it and help me to find the solution please  ;D

[attachment deleted by admin]

12
Scripts and Templates / Re: New toolbar
« on: April 23, 2010, 12:41:52 pm »
I have upload the 16x16 icon small than the original of PVD.
You can see all in the first post  :)

13
Scripts and Templates / New toolbar
« on: April 22, 2010, 06:57:28 pm »
I v make a new set of icon for PVD. This toolbar is more big than the original.

to install:
rename the file skins\images\toolbar.bmp in something other
decompress the archive in the same dir

know bugs:
in the menu... tools->preferences->appearance->toolbar the program doesn't show the icons fully.


Update:
Toolbar16.zip is the small icon (16x16)
Toolbar32.zip is the big icon (32x32)


[attachment deleted by admin]

14
Feature Suggestions / Re: Improve the edit mode skin
« on: April 19, 2010, 08:16:10 pm »
Quote
Well, in that case, I'd vote for the ability to change the colour of these edit-mode-only captions. That would be a great way to draw attention to the specific fields that are most likely to need editing (e.g., fields where the information must be added manually).
We wait for the news in the 2.x version  ;)

Quote
Have you added .dummy as a custom field?

it's official, put me in the list of the stupid  ;D

15
Feature Suggestions / Re: Improve the edit mode skin
« on: April 19, 2010, 06:41:29 pm »
Quote
True, you can't use autosize and width at the same time. But I find it difficult to imagine why a different format is necessary in edit mode. I think the first line of Zwhite in edit mode, for example, looks fine. Giving the fields equal width is reasonable behaviour for autosized fields. I don't have any objection to your suggestion, but I don't think many would use it.
Yes..it's not important..just for beauty  ;)



Quote
True. That's why my workaround uses a dummy field. The permanence attribute only applies to a field. A label (by iteself) either exists or it doesn't.

Code: [Select]
<row>
<column>
<label permanent="false">
 <caption>Title:</caption>
 </label>
 <spacer width="450"/>
 <custom field=".dummy" width="1"/>
 </column>
 </row>

In my .19 version seems not work

16
Feature Suggestions / Re: Image in the skin
« on: April 19, 2010, 12:53:09 pm »
A stupid think to make better the variety of skins is to add the attribute true and false to the stars
so if someone would make a skin only with the rating number it will be

Thanks

17
Feature Suggestions / Re: Improve the edit mode skin
« on: April 19, 2010, 12:04:05 pm »
1)The "first line of Zwhite is...

Code: [Select]
<!--V Title -->
<row>
<column space="10" wordwrap="false">
<num autosize="true">
<font>
 <size>18</size>
 <name>Arial black</name>
 <color>$000000</color>
 <bold/>
 </font>
 </num>
<title autosize="true">
<font>
 <size>18</size>
 <name>Arial black</name>
 <color>$000000</color>
 <bold/>
 </font>
 </title>
<label>
 <caption>(</caption>
<font>
 <size>18</size>
 <name>Arial black</name>
 <color>$000000</color>
 <bold/>
 </font>
 </label>
<year autosize="true">
<font>
 <size>18</size>
 <name>Arial black</name>
 <color>$000000</color>
 <bold/>
 </font>
 </year>
<label>
 <caption>)</caption>
<font>
 <size>18</size>
 <name>Arial black</name>
 <color>$000000</color>
 <bold/>
 </font>
 </label>
<country autosize="true" linkcolor1="$000000" linkcolor2="$222222">
<font>
 <size>18</size>
 <name>Arial black</name>
 <color>$000000</color>
 <bold/>
 </font>
 </country>
 </column>
 </row>
<row>

The field ID-Title-Year-Country have the attribute autosize, if i put the width the autosize don't work and the words of the line have a wrong space.



2)I write this code...

Code: [Select]
<!--V Title EM
 -->
<row>
<column space="10">
<label permanent="false">
 <caption>ID</caption>
 </label>
<label>
 <caption>Title</caption>
 </label>
<label>
 <caption>Year</caption>
 </label>
<label>
 <caption>Country</caption>
 </label>
 </column>
 </row>

But if i set permanent=true i show the captions always, if i set permanent=false i don't show nothing.


ideas as a future solutions
1)autosize combined with width - the width so only work for the edit mode
2)the "permanent" would have the attribute "s" for skin - "e" for editmode and "b" for both (above mentioned)

18
Feature Suggestions / Improve the edit mode skin
« on: April 18, 2010, 05:05:58 pm »
In a skin like Zwhite there is something don't work fine in the edit mode...
1)There should be a size for the boxes like ID or Year only in the edit mode...example:the box of the ID is as great as that of Title
2)When i have to add manually a new movie i don't have references where write the title..i think the "permanent" would have the attribute "s" for
skin - "e" for editmode and "b" for both so i can put a new line before the title's line where i write ---ID---TITLE---YEAR---COUNTRY

Thanks

19
Feature Suggestions / Image in the skin
« on: April 16, 2010, 06:52:29 pm »
A nice way to make skin more beautiful is to add images on it.
Remember for the future please  ;)
Thanks

20
Talk / Re: good Image Catalogizer need
« on: April 16, 2010, 11:43:14 am »
I have more than 10000 personal photo in my pc
IMO the best prog to show it is FastStone Viewer..very fast to show the thumbnails
BUT it not store the thumbnails in a database.
Why do u work with thumbnails and not the originals ??

Pages: [1] 2 3 4 5 6