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 ... 9
21
Support / Re: How to display titles that have screenshots?
« on: April 30, 2015, 04:53:06 pm »
yes, i'm interested, How do I access advanced filtering, exepted with predefined value with mouse (all, visible and invisible).

What version of PVD do you use koliniol ?

22
Support / Re: How to display titles that have screenshots?
« on: April 28, 2015, 08:27:53 am »
i talk about option to see only movie with screenshot,
is it not what you want?
Poor english, perhaps i haven't well understand your question!

23
Support / Re: How to display titles that have screenshots?
« on: April 27, 2015, 11:04:51 pm »
I don't see this option.
If you have only 10 movies without screenshot, and a sort of value you doesn't use (like genre for exemple) you can put Y or N in this value and then in view use group by.

24
Feature Suggestions / Re: Gratitude List
« on: April 26, 2015, 07:55:38 pm »
Not shy, but very bad english.

Yes, PVD is the best!
Who use it become slave of it.
THANKS TO NOSTRA !!!!!!!

25
Scripts and Templates / Re: IAFD People
« on: April 23, 2015, 01:12:09 am »
Hello everybody,

It seems iafd.com has changed URL photo of headshot.
Correction :
Code: [Select]
//Foto
curPos :=Pos('id="headshot">',HTML);
if curPos >0 then begin
PhotoURL := TextBetween(HTML,'src="','"></div>',True,curpos);
LogMessage ('URL Foto: '+PhotoURL);
ParsePhoto(PhotoURL);
end
else
begin
PhotoURL := '';
LogMessage ('URL Foto: NESSUNO');
end;

I've tested only some page it seems work good.

26
Development / Re: export to CSV - me again at it
« on: April 14, 2015, 09:01:26 pm »
Sorry but i don't understand your question, what data do you want to export. Can you give give an exemple of what you want.

27
Scripts and Templates / Re: Iafd Person e Website link (full)
« on: April 12, 2015, 08:24:52 pm »
It's not exactly what you want,
I made a script for all data in Buy This Movie grouped on one customfield. The code is shortly.

28
Scripts and Templates / Re: Iafd Person e Website link (full)
« on: April 11, 2015, 07:26:07 pm »
hello,

Sorry, before make a function, i need understand more that you want exactly.
You give 3 possibilities for condition to stop. But i see some pages (links up) and there are more than one possibilities in the page (ex: h4 dvdrentals and h3 usage notice on the same page).
You must choose a priority if you want stop the code. For exemple if i found h3 usage first i don't search h4 dvdrental.

I don't know if i'm clear (always my bad english). If you can explain me exactly what you want.

29
Support / Re: Horizontal Tab in memo field
« on: April 11, 2015, 04:21:31 pm »
Thanks to respond. It would be good to view horizontal tab for alignment of text but if is not possible ...

30
Scripts and Templates / Re: Project Allocine script
« on: February 27, 2015, 10:25:32 pm »
Ok Thanks for add the other details, i thinked they have not interest but it's easy to desactive if we don't want them.
The cosmetic it's better with this space.

31
Scripts and Templates / Re: Project Allocine script
« on: February 27, 2015, 12:21:02 am »
Sorry, no connection since 2 days.

Add current field :
Title, origtitle, description
Add Custom Field :
Details

I put list of all custom field in start of script.

I don't konw how put the script in download page.

32
Scripts and Templates / Re: Project Allocine script
« on: February 23, 2015, 08:41:26 am »
Ok, i'll take all details in a custom field and delete date de sortie date de creation custom field to put them in.

I don't see my last script post (in reply #34) with correction. I repost it.

33
Scripts and Templates / Re: Project Allocine script
« on: February 22, 2015, 03:19:21 pm »
ok, i'm agree, if you do not want screenshot just put 0 in NMaxPhotos.
And others who save database with images in folders and who are interested just add 1 of the number of screenshots really desired.

But visibly expect to you nobody in the forum was interested with Allocine script so the script is good like this.

I thinked work in a other script for Series in allocine. Personally i don't use series but i you are interested i can see that.

34
Scripts and Templates / Re: Project Allocine script
« on: February 22, 2015, 11:43:41 am »
I don't know if i understand well (my english!).
The script work but we must know that for 1 screenshot we must put NMaxPhotos = 2. We must add +1 to the number wanted.

If i have 5 extralinks :
links_Casting
links_PrePhoto1
links_PrePhoto2
links_PrePhoto3
links_PrePhoto4

the script run like mode 1 then 2 then 3 then 4 then 5
in mode 1, takes information about casting then go to mode 2
in mode 2, takes link of photo1 and put this link in array LinksPhoto
ect....
In ParsePage
when countPhoto is the numer of maximum link_Prephoto (here4) i execute parsephoto, take all links in array linksPhoto and addimageurl....
Then parsepage go to prfinished and download photo.

But ParsePhoto works and download Photo only after mode 4 and not download photo 5.

35
Scripts and Templates / Re: Project Allocine script
« on: February 21, 2015, 09:01:32 pm »
Yes it works,
still the problem of +1 in NMaxPhotos, i tried add an extralinks, add a linksPhoto but not work (perhaps a +1 somewhere but i don't find the solution). I think for the moment i keep code like this sorry.

36
Scripts and Templates / Re: Project Allocine script
« on: February 21, 2015, 05:55:53 pm »
Correction for link
http://www.allocine.fr/film/fichefilm_gen_cfilm=46112.html

I'll see the problem of no screenshot.

37
Scripts and Templates / Re: Project Allocine script
« on: February 21, 2015, 04:51:12 pm »
i'm just trying the last url :
http://www.allocine.fr/film/fichefilm_gen_cfilm=47319.html
and i have all the data. (with NMax 5)

I look others.

38
Scripts and Templates / Re: Project Allocine script
« on: February 21, 2015, 12:11:59 pm »
Thanks,
Correction for affiche in screenshot.
Add Year.
Add URL.

39
Scripts and Templates / Re: Project Allocine script
« on: February 20, 2015, 10:05:54 pm »
Thanks,
Correction for link up.

For the year : There's 3 years in the site.
I put in CustomFields : 'Date de sortie' and 'Date de reprise' and there's also 'Date de Production' i don't take it. If we want put year in current field year wich one choose?

40
Scripts and Templates / Re: Project Allocine script
« on: February 19, 2015, 11:51:00 pm »
Add person name for the last festival.

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