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

Pages: 1 2 3 4 [5] 6 7 8 9
81
Scripts and Templates / Re: Iafd Person e Website link (full)
« on: February 01, 2015, 05:09:00 am »
I have modified iafd_people script.

I put collected infos in tabs, i think that's give more flexibility for write info in Biographie.
I post the script as exemple but you can modify what infos keep and their positions in biographie if you're interested.

82
Scripts and Templates / Re: HotMovies Poster Script
« on: January 29, 2015, 01:08:09 am »
I add an option to download thumbnail if large poster doesn't exist.

But i have a problem :
I can't download the back thumbnail, only the front.
I use twice addimageurl with the different url for front and back but my function getdownload url send to parsepage only the front url.

I don't know how change this. If someone can help me, thanks for advance.

83
Scripts and Templates / Re: Iafd Person e Website link (full)
« on: January 28, 2015, 07:46:42 pm »
I'll modify the ancient script, but i would like understand.

I don't think it's a problem of names.

I try the script with an empty database.
I put one movie, import informations of this movie and reimport informations. Now In the database i have 2 actors different with the same name and the first have no link of the movie in the filmographie Field.

And it's not a problem of name as O' ... or T. in tis cases with PVD, an other entry is create but the links of existing movie stay in the filmographie, just the new movie appears in the new entry actor. I don't know if i'm clear.

84
Scripts and Templates / Re: HotMovies Poster Script
« on: January 28, 2015, 07:39:18 pm »
A little modification for windows of list of result empty not appear.

85
Feature Suggestions / Script with option at start
« on: January 27, 2015, 06:26:28 pm »
Just an idea,

when using a script with options in code, perhaps it would be good to show, at start, a windows to select options with checkbox for example.


86
Scripts and Templates / Re: Iafd Person e Website link (full)
« on: January 27, 2015, 06:13:38 pm »
I don't understand why the new script had this problem.

Sometimes the page of a movie change in iafd.
I would like to update the list of actors in a movie but kepp the same id and not create new and erase the link of movie were they play in the filmographie field.
With this, one actor play in one movie only in PVD.



87
Scripts and Templates / HotMovies Poster Script
« on: January 27, 2015, 05:58:26 pm »
Hello,

I made a script to download covers in Hotmovies.com.
The file is attached.
It seems to work. Must be tested more for exeptions.

I have one problem in the search :
I add a link in the prlist for the next page of results in hotmovies. I can call page 2 but not page 3 and more.
If someone can explain that.

I made an option to search all the title ("the title") or separate part of title ("the"+"title2).
Default is "the title".
Not very useful but....

Some movies in the site have not large cover but only thumbnails, i choose to download only large cover.

Sorry for the english!


88
Scripts and Templates / Re: Iafd Person e Website link (full)
« on: January 23, 2015, 11:59:23 pm »
Thanks for your script,

I try it, it's ok but i have a little problem with it.
If  i have already the actor in the database, when i use it a new entry of the same actor is create and whith the old script no, so i think it's not because of the options of PVD but of the code.

I'll try to see why.

89
Scripts and Templates / Re: Use a script whithout connection to the net
« on: January 23, 2015, 07:39:22 pm »
Ok Thanks,

I found why the error, i don't know why but with this version of PVD, the txt file can't be empty. You must write something in.

Thanks again, Ivek23, that's a long time, i worked not near to the net.

90
Scripts and Templates / Re: Use a script whithout connection to the net
« on: January 23, 2015, 04:20:50 pm »
Hello,

I reinstall version 0.9.9.21 and the script is good, no error.
I create a file xxx.txt on C: and use it with the function getdownloadurl :

Quote
function GetDownloadURL : AnsiString;

begin
      Result := 'C:\xxx.txt';
end;

Now with the new version of PVD i have an error.
Is anybody can explain why ?

91
Development / Re: Export csv file
« on: January 21, 2015, 08:27:21 am »
Thanks it's ok now.

Just enter at the end of code.


92
Development / Re: Export csv file
« on: January 21, 2015, 01:17:42 am »
Thanks for response,

No filters, but i have seen with a text editor that all the database was exported but in one line, so with a csv editor just one line appears.
It's just a question of layout.

What the language use for export plug-in?
Is there links for learning and help?

93
Scripts and Templates / Re: Iafd Person e Website link (full)
« on: January 21, 2015, 01:11:08 am »
Great job,

many thanks, it's perfect.

94
Scripts and Templates / Use a script whithout connection to the net
« on: January 19, 2015, 11:12:17 am »
Hello,

I used a script with an old version of PVD to modify a field without connection to internet.
I had create a file x.txt in the harddisk of my PC and use it for the fonction of GetDownloadURl. It worked good.
But now with the version 1.0.2.7 of PVD i have an error in the debug mode in getdownloadurl.

I give my script if someone understand.
Thanks.

95
Development / Export csv file
« on: January 19, 2015, 10:49:20 am »
Hello,

I would like to export the title and the url of database movies.
As i'm not programmer, i have just modified the csv export plug in existing in PVD.

Code: [Select]
%OPTIONS%
encoding="UTF8BOM"
replace=";<->,"
replace=""<->"
replace="#13#10<-> "
replace="#13<-> "
replace="#10<-> "
filter="CSV Files|*.csv"
%OPTIONS%
%HEAD%Title;URL;
%HEAD%{%value=title};"{%value=url}";

The problem that there is only one film in the export csv file and not the complete database.

If someone can help me, thanks for advance.

96
Scripts and Templates / Re: Use BING as default search result
« on: March 02, 2012, 02:25:48 pm »
Thanks

97
Scripts and Templates / Re: Use BING as default search result
« on: January 26, 2012, 04:14:11 pm »
Here a script where you can search in different Site.
The constante SiteSearch is the first site where Bing search.
After you can add other site in variable TabSite (ex: TabSite:=[ 'www.a.com', 'www.b.com'])
After the first search you'll have links for other search in the result prList.

I found only this method to use many sites.
But if someone have an idea?

Now to improve this, we must find infos about a link in the Bing page to show them in the prlist.

[attachment deleted by admin]

98
Scripts and Templates / Re: Use BING as default search result
« on: January 25, 2012, 08:59:40 pm »
I think it's not possible directly in the site BING, but we can add a link in the first prlist result a link to search in BING with the second site.
When i'll have more time i'll see that!

99
Scripts and Templates / Use BING as default search result
« on: January 25, 2012, 07:40:06 am »
Hello,
Here is a little script to use BING for site who doesn't support a search page like egafd.com.

It's an exemple and we can improve it but if someone is interesting....

I use www.egafd.com for exemple but you can change the const SiteSearch and put what you want. (in the declaration at start)

[attachment deleted by admin]

100
Development / Re: SOPA block script iafd_people
« on: January 23, 2012, 09:17:34 am »
To have photo modify this to the original iafd_people script:

Code: [Select]
//Foto
curPos :=Pos('src="/graphics/headshots',HTML);

Pages: 1 2 3 4 [5] 6 7 8 9