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 ... 91 92 93 94 95 [96] 97 98 99 100 101 ... 133
1901
Support / Re: IMDb plugin maintenance issues
« on: March 30, 2012, 06:41:12 pm »
Imdb plugin 0.9.8.2

I noticed that Movie Connections no longer works.
Question for Nostra:
Movie Connections - data transfer will work to continue (will continue to be available) or data will no longer be available in the future.

1902
Support / Re: age been displayed incorrectly.....
« on: March 11, 2012, 01:03:42 pm »
For me (Imdb plugin people) is operating normally for now.

[attachment deleted by admin]

1904
Scripts and Templates / Re: Use BING as default search result
« on: February 22, 2012, 11:24:20 am »
Here is script for multi web search for the people.

Default SiteSearch
Code: [Select]
SiteSearch = 'www.imdb.com';  // Change the site as your choice
TabSite
Code: [Select]
//---------- Procedure SearchResults ----------//
// Create list of movies found during the search
procedure SearchResults (HTML : String);
Var
CurPos, PosStart, EndPos : integer;
URLposStart, URLPosEnd : integer;
StartURL, URL : String;

Begin
  //List of other site where search page :
  TabSite := ['www.imdb.com', 'www.allmusic.com', 'www.allrovi.com'
  , 'www.filmweb.pl/film', 'www.filmweb.pl/person'];
 
  //Search Result in actual page :

version 0.0.0.3
Change:

Code: [Select]
Begin
  //List of other site where search page :
  TabSite := ['www.imdb.com/name', 'www.allmusic.com', 'www.allrovi.com/name'
  , 'www.allmovie.com/artist', 'www.filmweb.pl/person', 'www.kinopoisk.ru/level/4'];
 
  //Search Result in actual page :
Now the search is only for people.


[attachment deleted by admin]

1905
Support / Re: AllMovie disappeared, Allrovi.com appeared!
« on: February 18, 2012, 01:26:43 pm »
Maybe this will help in future:
http://liveweb.archive.org/http://www.allrovi.com/search/?r=allmovie
http://liveweb.archive.org/http://www.allmovie.com/search/

or maybe like this url - ()between the bracket, as this is written():
()http://wayback.archive.org/web/*/http://www.allmovie.com/work/*()

1906
Support / Re: AllMovie disappeared, Allrovi.com appeared!
« on: February 18, 2012, 07:09:25 am »
I don't think so.

http://web.archive.org/web/http://www.allmovie.com/work/greys-anatomy-tv-series-323967

used to show the archive of the old Allmovie page for Grey's Anatomy. It's now redirected to the new site. Although the Wayback site explains how to view older versions, this doesn't seem to work.

I have a feeling that will happen the same way than before with Google Search.

1908
Support / Re: AllMovie disappeared, Allrovi.com appeared!
« on: February 17, 2012, 09:57:14 am »
Great. We now have three (including allmovie at web.archive.com) sites with the same information )
Correction:
not web.archive.com but web.archive.org

1909
Support / Re: AllMovie disappeared, Allrovi.com appeared!
« on: February 16, 2012, 06:01:14 pm »
In the case of a corporation AllRovi is now a small new feature (I do not know how long ago it works), I've noticed myself until today:

When the movie or people want to access the old URL to a Web page, for example this url
http://www.allmovie.com/work/10-things-i-hate-about-you-177526
http://www.allmovie.com/work/100-girls-249188

http://www.allmovie.com/artist/chevy-chase-12488

allrovi url
http://www.allrovi.com/movies/movie/10-things-i-hate-about-you-v177526
the same page as for the above mentioned url,

is now opened slightly different web page, as an example, the web page opens with these URLs:

http://www.allrovi.com/movies/movie/100-girls-v249188

http://www.allrovi.com/name/chevy-chase-p+12488

In new AllMovie web pages, I noticed a little less information than in AllRovi
web pages. In the future we will see if anything changes in this regard.



1910
Scripts and Templates / Re: People imdb script: additional information
« on: February 11, 2012, 01:50:52 pm »
I fixed only the code for Search Result.

Script is the first post attached.

Here is a script archive attached.

[attachment deleted by admin]

1911
Scripts and Templates / Re: Use BING as default search result
« on: February 09, 2012, 07:08:38 am »
Here is script for multi web search for the people.

Default SiteSearch
Code: [Select]
SiteSearch = 'www.imdb.com';  // Change the site as your choice
TabSite
Code: [Select]
//---------- Procedure SearchResults ----------//
// Create list of movies found during the search
procedure SearchResults (HTML : String);
Var
CurPos, PosStart, EndPos : integer;
URLposStart, URLPosEnd : integer;
StartURL, URL : String;

Begin
  //List of other site where search page :
  TabSite := ['www.imdb.com', 'www.allmusic.com', 'www.allrovi.com'
  , 'www.filmweb.pl/film', 'www.filmweb.pl/person'];
 
  //Search Result in actual page :

[attachment deleted by admin]

1912
Scripts and Templates / Re: Use BING as default search result
« on: February 09, 2012, 07:07:50 am »
Here is script for multi web search for the people.

[attachment deleted by admin]

1913
Scripts and Templates / Re: People imdb script: additional information
« on: February 08, 2012, 05:51:18 pm »
Nice work. Thanks!

Thank you, rick.

1914
Support / Re: IMDb People Plugin - missing for more information
« on: February 07, 2012, 02:13:18 pm »
Quote
Thanks for the new version Nostra, but I have still one question, why not transfer information to Genre field.
They now only have genres on an additional page and I thought it is not worth it downloading and parsing it...
I noticed that the genre is really now only on the additional pages, however, it would be nice to see at least some of the genre categories of information is interesting for me to know and see where the genre category, for example, played John Wayne or anyone else.
I have solved this problem here.


1915
I found a solution that is very simple:
Code: [Select]
fullinfo1 := fullinfo1;
LogMessage(fullinfo1);
    //If fullinfo1 <> '' then AddFieldValueXML('comment', fullinfo1);
    fullinfo1 := fullinfo1+fullinfo2;
end;
 
procedure ParseBiography(BiographyURL : String; HTML : String);
var
curPos, endPos: Integer;
Name, URL, TmpStr, TmpStr1, TmpStr2, TmpStr3, TmpStr4 : String;
begin

fullinfo2 := fullinfo1+fullinfo2;
fullinfo2 := fullinfo2;

//Get ~Biography URL~

Script is attached.



Notice:

I have not repaired this Imdb People script, because the PVD Does not yet support custom fields for the People.

All you need to pass the current script,  it is Simpe People imdb script with additional information.



BTW: Here it is Simpe People imdb script with additional information.


[attachment deleted by admin]

1916
Scripts and Templates / People imdb script: additional information
« on: February 07, 2012, 02:01:50 pm »
Simpe People imdb script with additional information

Here is People imdb script with additional information which is People imdb plugin not transferred.

Additional information is transferred to the Comment field, except Alternate Names is transferred to the Alternative Names field.

Genre index [Imdb People(genre) script] is transferred to the Genre field.


Additional information:
  • People ID
  • IMDB web page Url
    • Biography - only Url link
    • Awards - only Url link
    • Genre - only Url link
    • Filmography by type - only Url link
    • External Links - only Url link
  • Main information Page
    • Name
    • Career
    • Filmography - only index
    • Birth Name
    • Date of Birth - full info
    • Date of Death - full info including with Age
    • Age
    • Alternate Names
    • Height
    • Nickname
    • Star Sign
  • Biography Page
    • Date of Birth - full info
    • Date of Death - full info
    • Birth Name
    • Nickname
    • Height
    • Spouse - full info
  • Genre page
    • Genre index - only index
  • Filmography by type page
    • Filmography by type - only index
  • External Links
    • Miscellaneous Links - only a few url links index
    • Photographs - only a few url links index
Added is also link to the Biography, Awards and Genre site. Also added a few url links to some sites where information and photo galleries of people, if those links exist on Imdb External pages.

NOTICE:

Entries have already been      -    the black color
Entries are added      -     the blue color
Entries are removed      -    the red color




There is added a more extensive People imdb script with additional information which will come to full force only when the PVD also support custom fields for the people.



There is also added Imdb People(genre) and IMDb People Photo Script.



For guests :
All of these scripts for download can be found in IMDB People Links topic.

http://www.videodb.info/forum_en/index.php/topic,4043.0.html



For guests :
There below is a link to the Russian part of the forum where you can get:

---------------------------------

Imdb People script

http://www.videodb.info/forum_ru/index.php/topic,753.msg14734.html#msg14734

Imdb People(genre) script

http://www.videodb.info/forum_ru/index.php/topic,753.msg14735.html#msg14735

IMDb People Photo Script

http://www.videodb.info/forum_ru/index.php/topic,753.msg14527.html#msg14527


1917
Development / People imdb script: additional information in the comment box
« on: February 07, 2012, 01:12:25 pm »
People imdb script question:
 
I have made People imdb script with additional information which is People imdb plugin not transferred  and is already in the final phase of testing of that I see how it works and or it may be necessary something to fix. I know this as well. that this additional information, for example from ParsePeople (Main Page information) is transferred to this code
Code: [Select]
//~Career~
curPos := Pos('<div class="infobar">', HTML);
if curPos > 0 then begin
EndPos := curPos;
    //AddFieldValue(pfTransName, TextBetween(HTML, '">', '</div>', True, curPos));
    TmpStr1 := TextBetween(HTML, '">', '</div>', True, curPos);
TmpStr1 := StringReplace(TmpStr1, ' | ', ', ', true, false, true);
fullinfo1:= fullinfo1 + ' • • Alternate people info • • ' + #13;
if TmpStr1 <> '' then
fullinfo1:= fullinfo1 + 'Career: ' + TmpStr1 + #13; 
LogMessage(fullinfo1);
end;

//~Height~
curPos := Pos('<h2>Personal Details</h2>', HTML);
if curPos > 0 then begin
EndPos := curPos;
         TmpStr := TextBetween(HTML, '<h4 class="inline">Height:</h4>', '</div>', True, curPos);
if TmpStr <> '' then
fullinfo1:= fullinfo1 + 'Height : ' + TmpStr + #13;
LogMessage(fullinfo1);
end;

If fullinfo1 <> '' then AddFieldValueXML('comment', fullinfo1);
in the Comment box, but this additional information from ParseBiography (Biography Page)  is transferred to this code
Code: [Select]
//~Nickname~
curPos := Pos('<h5>Nickname</h5>', HTML);
if curPos > 0 then begin
EndPos := curPos;
TmpStr := TextBetween(HTML, '<h5>Nickname</h5>', '<h5>', True, curPos);
if TmpStr <> '' then
fullinfo2:= fullinfo2 + 'Alternate Names : ' + TmpStr + #13;
LogMessage(fullinfo2);
end;

//~Height~
curPos := Pos('<h5>Height</h5>', HTML);
if curPos > 0 then begin
EndPos := curPos;
        TmpStr := TextBetween(HTML, '<h5>Height</h5>', '<h5>', True, curPos); 
if TmpStr <> '' then
fullinfo2:= fullinfo2 + 'Height : ' + TmpStr + #13;
LogMessage(fullinfo2);
end;

//~Spouse~
    TmpStr:= HTMLValues2(HTML,
'<h5>Spouse</h5>', '</table>',
'<td valign="top">' , '</td>',
', ', EndPos);
if TmpStr <> '' then
fullinfo2:= fullinfo2 + 'Spouse : ' + TmpStr + #13;
LogMessage(fullinfo2);

fullinfo2:= fullinfo2;
LogMessage(fullinfo2);
If fullinfo2 <> '' then AddFieldValueXML('comment', fullinfo2);
not passed in the Comment box.

I wonder how the above described information as such combine them into a single total information and as such by then download in the Comment box.

1918
Support / Re: IMDb plugin maintenance issues
« on: February 02, 2012, 07:10:30 am »
Quote
MPAA Rating, Technical Specs and Episodes fixed in 0.9.8.1

Thanks. May I have an IMDb2.dll please?
Thanks!

+1

1919
Support / Re: IMDb plugin maintenance issues
« on: January 30, 2012, 07:49:48 am »
Hi I don't know if it's the right place to ask this o nor but my imdb people pluin don't get filmography anymore!! anyone has the same problem?  ???

More info is here.

1920
Support / Re: IMDb People Plugin - missing for more information
« on: January 30, 2012, 07:48:09 am »
Hi I don't know if it's the right place to ask this o nor but my imdb people pluin don't get filmography anymore!! anyone has the same problem?  ???

No. I do not have this problem.

Pages: 1 ... 91 92 93 94 95 [96] 97 98 99 100 101 ... 133