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

Pages: 1 ... 82 83 84 85 86 [87] 88 89 90 91 92 ... 133
1721
Support / Re: PVD 0.9.9.21 not getting movie information.
« on: January 30, 2013, 11:01:41 am »
But it still doesn't download the full credits. The actors and director on the first page are the only ones downloaded. The others (writers, producers etc) are not included.

Imdb movie plugin does not transfer any more data, except url address.

Imdb movie plugin 0.9.8.8

PVD 0.9.9.21 or 1.0.23 beta

1722
Scripts and Templates / Re: Imdb Movie Script for rating ...
« on: January 30, 2013, 08:07:07 am »
I fixed search results with the url.

Imdb Movie script
v 0.1.0.4
Imdb Movie(1) script
v 0.1.0.3

Scripts is attached in the first post.

More details:
http://www.videodb.info/forum_en/index.php/topic,3248.msg16405.html#msg16405

1723
imdb script is not working again. When I tried to fetch a movie, nothing is fetched beside the imdb link.

sorry...false alarm..it works after i restarted my pc

All right, you alerted me to the error.

Probably use the stable version 0.9.9.21 the which unfortunately I have not tested earlier versions of the script. I tested the beta version 1.0.23 is where these problems do not appear.  The problem is the url address in the search results.
Now it is corrected and hopefully it will not be more problems.

I fixed search results with the url.

Imdb Movie script
v 0.1.0.4
Imdb Movie(1) script
v 0.1.0.3

Scripts is attached here.

The Appendix to the post:
« Reply #40 on: 27 January 2013, 10:07:48 »


This is corrected code for Search results:
Code: [Select]
procedure ParseSearchResults(HTML : String);
var
curPos, endPos : Integer;
Title, Title1, Year, URL, Preview, Preview1 : String;
begin
curPos := Pos('<table class="findList">', HTML);
if curPos < 1 then
Exit;

LogMessage('Parsing search results...');

curPos  := PosFrom('<img src="', HTML, curPos)+10;
endPos  := PosFrom('.jpg" height="44" width="32" /></a>', HTML, curPos);
Preview := Trim(Copy(HTML, curPos, endPos - curPos));
curPos := PosFrom('<a href="/title/', HTML, curPos);
while curPos > 0 do begin
endPos := PosFrom('?ref_=fn_tt_tt_', HTML, curPos);
URL := Trim(Copy(HTML, curPos+9, endPos - curPos-9));
URL := BASE_URL + URL;
curPos := PosFrom('>', HTML, curPos)+1;
endPos := PosFrom('</td> </tr>', HTML, curPos);
Title := RemoveTags(Trim(Copy(HTML, curPos, endPos - curPos)), false);
Title   := StringReplace(Title, '-', #13, true, false, true); 
curPos  := PosFrom('<img src="', HTML, curPos)+10;
endPos  := PosFrom('.jpg" height="44" width="32" /></a>', HTML, curPos);
Preview := Trim(Copy(HTML, curPos, endPos - curPos));
AddSearchResult(Title, '', '', URL, '');
curPos := PosFrom('<a href="/title/', HTML, curPos);
 end;
end;

function NextMode(curMode : Integer) : Integer;

1724
Scripts and Templates / Re: Imdb Movie Script for rating ...
« on: January 27, 2013, 11:27:51 am »
I fixed search results with the url.

Imdb Movie script
v 0.1.0.4
Imdb Movie(1) script
v 0.1.0.3

Scripts is attached in the first post.

1725
imdb script is not working again. When I tried to fetch a movie, nothing is fetched beside the imdb link.

sorry...false alarm..it works after i restarted my pc

All right, you alerted me to the error.

Probably use the stable version 0.9.9.21 the which unfortunately I have not tested earlier versions of the script. I tested the beta version 1.0.23 is where these problems do not appear.  The problem is the url address in the search results.
Now it is corrected and hopefully it will not be more problems.

I fixed search results with the url.

Imdb Movie script
v 0.1.0.4
Imdb Movie(1) script
v 0.1.0.3

Scripts is attached here.

1726
Scripts and Templates / Re: Imdb Movie Script for rating ...
« on: January 27, 2013, 08:55:23 am »
In order to facilitate repair in the first post is now Imdb Movie + imdb Batch file and imdb+Imdb Movie Batch file is here.

Batch files are now and will in the future here attached.




Imdb Movie(cast-series) script and Imdb Movie(cast-episode) script:
Currently it works:
  • search results
and data transfer for series and episodes :
  • URL
  • Imdb Actors
  • Imdb Directors
  • Imdb Writers
  • Imdb Composers
  • Imdb Producers



For download are:
  • Imdb Movie + imdb Batch file
  • imdb+Imdb Movie Batch file
  • Imdb Movie(cast-series) script
  • Imdb Movie(cast-episode) script



For guests :
There below is a link to the Russian part of the forum where you can get Imdb Movie(cast-series) script and Imdb Movie(cast-episode) script.

http://www.videodb.info/forum_ru/index.php/topic,430.msg14849.html#msg14849

1727
Support / Re: Not getting posters
« on: January 24, 2013, 08:59:00 pm »
Well I followed some of your advices and I'm back in business. Everything is working just fine and add a couple of posters/info. Thanx guys big upZ!

 8)

Welcome and thank you for the compliments and a lot of satisfaction in creating your movie Databases.

1728
Support / Re: PVD 0.9.9.21 not getting movie information.
« on: January 24, 2013, 07:33:18 am »
Do you have the latest Imdb movie plugin updated to version 0.9.8.8 ?

1729
Support / Re: Not getting posters
« on: January 23, 2013, 08:40:23 am »
To use TMDb script, download it using the link Ivek provided and put it in your Scripts folder. I'm not sure if you have to, but restart PVD so it appears in your Import menu.

If PVD is already running then yes, you must
Quote
restart PVD so it appears in your Import menu

If you do this already, even before the PVD is running, then it will be shown in your Import menu, when you start PVD.

1730
Support / Re: Posters (No Movie Found)
« on: January 22, 2013, 07:36:13 pm »
Same here, are there immediate plans to update the plugins? IMPawards is also dead and has been for such a long time I can't even remember how long it's been.
thanks for consideration
If I am not the only one to whom it matters please make the scripts for posters work again.
pretty please

I think it will be very difficult feasible, because as far as I managed to with quick look at the IMP Awards web site. The source code page is very complicated made​​, so Nostra no more work update for IMPawards plugin.
Maybe a donation by someone from users would be enough to convince, that would be applied to make corrections for IMPawards plugin.

1731
Support / Re: Not getting posters
« on: January 22, 2013, 11:38:40 am »

Or the TheMovieDB.org script for downloading only one poster, if you wish.

Oops. I forgot about that one. Thanks.

Welcome.

1732
Support / Re: Not getting posters
« on: January 21, 2013, 09:12:20 am »
I'm not sure which, if any, of the dedicated poster plugins still works. The IMDb plugin should get a poster. If you want a better quality one, the best source now seems to be TMDb. Unfortunately, the TMDb plugin will only get ALL the posters available for a movie, which isn't practical. If you run the data plugin, however, that will record the URL which is then available for visiting the site and manually choosing a poster.

Or the TheMovieDB.org script for downloading only one poster, if you wish.

More details is here.

1733
Scripts and Templates / Re: Imdb Movie Script for rating ...
« on: January 21, 2013, 08:57:55 am »
Thanks! This makes it much easier to add Top 250 ranks and keep ratings up-to-date.

Thank you, rick.

1734
Scripts and Templates / Imdb Movie Script for rating ...
« on: January 20, 2013, 05:27:50 pm »
Here is the Imdb Movie script.

Currently it works:
  • search results
and data transfer:
  • URL
  • Imdb rating
  • Imdb votes
Imdb Movie script:
Now, Imdb votes is disabled.



Imdb Movie(1) script:
Currently it works:
  • search results
and data transfer:
  • URL
  • Imdb rating
  • Imdb votes
  • ImdbID
  • Top 250
Imdb Movie(1) script:
Now, Imdb votes again is enabled.



Imdb Movie(cast) script:
Currently it works:
  • search results
and data transfer:
  • URL
  • Imdb Actors
  • Imdb Directors
  • Imdb Writers
  • Imdb Composers
  • Imdb Producers



Scripts is attached.



Batch files, Imdb Movie(cast-series) script and Imdb Movie(cast-episode) script is attached in here:

Re: Imdb Movie Script for rating ...   
« Reply #3 on: 27 January 2013, 08:55:23 »

http://www.videodb.info/forum_en/index.php/topic,3282.msg16390.html#msg16390




BTW: Users can choose between Imdb Movie script(first attached) with a functioning only Imdb rating and (or) with this new Imdb Movie(1) script(second attached), where Imdb rating and IMDB Votes In addition is also ImdbID and Top 250 .

For download are:
  • Imdb Movie script
  • Imdb Movie(1) script

For guests :
There below is a link to the Russian part of the forum where you can get Imdb Movie script and Imdb Movie + imdb Batch file.

http://www.videodb.info/forum_ru/index.php/topic,430.msg14756.html#msg14756


Imdb Movie(1) script

http://www.videodb.info/forum_ru/index.php/topic,430.msg14890.html#msg14890



For guests :
There below is a link to the Russian part of the forum where you can get Imdb Movie Photo script.

http://www.videodb.info/forum_ru/index.php/topic,430.msg14760.html#msg14760


Imdb Movie Photo script they do not work anymore.



For guests :
There below is a link to the Russian part of the forum where you can get Imdb Movie(cast) script.

http://www.videodb.info/forum_ru/index.php/topic,430.msg14846.html#msg14846

1735
I fixed search results.

Imdb Movie script
v 0.1.0.3
Imdb Movie(1) script
v 0.1.0.2

Scripts is attached here.

1736
Support / Re: AllMovie disappeared, Allrovi.com appeared!
« on: January 17, 2013, 11:11:42 am »
Here is solution:

Code: [Select]
//Get URL
 EndPos := Pos('">Overview</a>', HTML);
 if EndPos > 0 then begin
  curPos := PrevPos('<a href="', HTML, EndPos);
  AddFieldValue(mfURL, 'http://web.archive.org'+Copy(HTML, curPos + 9, EndPos - curPos - 9));
 end else
  AddFieldValue(mfURL, MovieURL);
 
 //Get URL
 EndPos := Pos('">Overview</a>', HTML);
 if EndPos > 0 then begin
  curPos := PrevPos('<a href="', HTML, EndPos);
    AddFieldValue(mfURL, 'http://web.archive.org'+Copy(HTML, curPos + 9, EndPos - curPos - 9));
 end else

 //AddFieldValue(mfURL, MovieURL); // Changed to:
 AddCustomFieldValueByName('Urlw', '<link url="' + MovieURL + '">' + MovieURL + '</link>');
 AddCustomFieldValueByName('Urlw1', '<link url="' + MovieURL + '">' + MovieURL + '</link>');
   
 //Get Review URL
 if GET_REVIEW then begin
  EndPos := Pos('">Review</a>', HTML);
  if EndPos > 0 then begin
   curPos := PrevPos('<a href="', HTML, EndPos);
   ExtraLinks[smReview] := 'http://web.archive.org'+Copy(HTML, curPos + 9, EndPos - curPos - 9);
  end; 
 end;
 
 //Get Cast URL
 EndPos := Pos('">Cast</a>', HTML);
 if EndPos > 0 then begin
  curPos := PrevPos('<a href="', HTML, EndPos);
  ExtraLinks[smCast] := 'http://web.archive.org'+Copy(HTML, curPos + 9, EndPos - curPos - 9);
 end;
 
 //Get Credits URL
 if GET_CREDITS then begin
  EndPos := Pos('">Production Credits</a>', HTML);
  if EndPos > 0 then begin
   curPos := PrevPos('<a href="', HTML, EndPos);
   ExtraLinks[smCredits] := 'http://web.archive.org'+Copy(HTML, curPos + 9, EndPos - curPos - 9);
  end;
 end;

 
 //Title
 curPos := Pos('<span class="title">', HTML) + Length('<span class="title">');
 EndPos := PosFrom('</span>', HTML, curPos);
 
 AddCustomFieldValueByName('Titlew', Copy(HTML, curPos, EndPos - curPos));
 
 
 //Poster
 curPos := PosFrom('<tr><td valign="top"><img src="', HTML, EndPos);
 if curPos > 0 then begin
  curPos := curPos + Length('<tr><td valign="top"><img src="');
  EndPos := PosFrom('"', HTML, curPos);
 
  ExtraLinks[smPoster] := 'http://web.archive.org'+Copy(HTML, curPos, EndPos - curPos);
  if Pos('noimage', ExtraLinks[smPoster]) > 0 then
   ExtraLinks[smPoster] := '';
 end;

I attach the script, which is now corrected.

[attachment deleted by admin]

1737
Support / Re: AllMovie disappeared, Allrovi.com appeared!
« on: January 16, 2013, 04:28:25 pm »
The Wayback Machine changed the url in the source code. I still find old AllMovie saved(cached) pages, but now with them you can not download more info data. If little change url address, the URL redirects to the new AllMovie page url address.

BTW:
I attach the script if you can anyone help to script work again.
I am already looking for solutions, but so far no solution.


After The Sunset

http://web.archive.org/web/20100201075229/http://allmovie.com/work/after-the-sunset-294201

[attachment deleted by admin]

1738
Support / Re: Data Missing?
« on: January 14, 2013, 08:54:43 pm »
It looks like there are 7 now.  The first two appear to be identical in name and size.  The "moviesbu0112" is the backup, on a thumb drive.  Should I delete the next four? (360 bytes, and 3.70kb x 3)  The "old" files wont open anyway with any software I have--should they also be deleted?  I don't know what the "internet explorer files" are or how they were created?  Delete as well?

Thanks for your help.

If you have any of found files has not been deleted, they are not delete.

Both  movies.pvd.old  file move each in a new folder and remove it  .old extension, and you'll see what is the size of an individual file.
If the small size is probably empty, otherwise it is stored in the specified data.
Then open this file with PVD, and you'll see what's in them.

According database will be this may help:

1.)  Before you save it, rename it, it may be less of a problem that you lose.
2.)  Save it to another location.
3.)  Then it would be a really good thing you do at this location also has a copy of this database, for example, if there is something wrong, you can still restore at least partial information or almost all the information that you have stored.

Last verified true because I have some experience with similar problems as described above. I have several times in the same way lost my movies database (example: ALL MYMOVIES), with a copy of such a database is able to return back already existing database (example: ALL MYMOVIES 1).

1739
Support / Re: Data Missing?
« on: January 14, 2013, 06:17:39 pm »
Try also by searching for the file "MOVIES.PVD" to see, how many of these files are on your computer.

1740
Scripts and Templates / Re: MyMovies.it script for movies and people
« on: January 14, 2013, 11:03:32 am »
He made a small cosmetic correction (better appearance for the download section).

Script is attached, is also available  via the program's auto-update system.

[attachment deleted by admin]

Pages: 1 ... 82 83 84 85 86 [87] 88 89 90 91 92 ... 133