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 ... 81 82 83 84 85 [86] 87 88 89 90 91 ... 133
1701
Support / Re: "Original title" always empty
« on: March 13, 2013, 02:53:03 pm »
Same problem here, the Title and Original Title fields doesn't  update from the value it gets using the scan folders for new movies. I'm using the last version 0.9.8.14.

Yes, Original Title transfers, but only when it is on the Imdb page written original title.

A good example is A View To A Kill:
Slovenian title is:   Od tarce do smrti
A View to a Kill (original title)


I attach a picture as evidence as mentioned above and PVD.

[attachment deleted by admin]

1702
Support / Re: How to import series
« on: March 11, 2013, 07:13:42 am »
Just an example: Episode import is enabled in the IMDB Plugin.

When I manually search I have no problem: http://www.imdb.com/title/tt0430484/episodes

But nothing is found when i try to import. I also renamed the main title and every episode to the one found on IMDB, still nothing is found :(

More details can be obtained here (IMDB Plugin 0.9.8.12 topic), which describes a similar problem.

1703
Scripts and Templates / Re: AllMovie.com_new movie script
« on: March 06, 2013, 05:06:08 pm »
AllMovie.com_new script
v 0.1.1.1.


I fixed ParseReview:
piece of code
Code: [Select]
procedure ParseReview(HTML : String);
var
curPos, endPos : Integer;
TmpStr, TmpStr1, TmpStr2, TmpStr3, TmpStr4, TmpStr5 : String;
begin
curPos := Pos('<div class="tab-title">', HTML);
if curPos < 1 then
Exit;

//~Review~
I switched to this part of the code
Code: [Select]
procedure ParseReview(HTML : String);
var
curPos, endPos : Integer;
TmpStr, TmpStr1, TmpStr2, TmpStr3, TmpStr4, TmpStr5 : String;
begin
curPos := Pos('<div class="tabset-content main-tab-pane">', HTML);
if curPos < 1 then
Exit;

//~Review~

Now ParseReview works.

Notice:
The new version of the script is added to the Download page.

1704
Scripts and Templates / Re: AllMovie.com_new movie script
« on: March 06, 2013, 12:41:27 pm »
Quote
Is it just me, or AllMovie_New script doesn't work? Cannot import rating, Studio, Synopsis and Reviews fields that I use?
I apologize. I didn't realize there is no editor's rating as well as Studio's name for a movie El infierno at Allmovie.com. It works, actually.

Sorry, once again and thank you for your assistance!

It's okay, for such matters are otherwise does not need to apologize. It is correct to draw attention to the potential problems in the functioning of the script, so other users will not have any problems with data transfers, because eliminating all the possible problems. That's why we're here (the author of this script, the moderator and other users) to help you solve the problem.

Script will be added to the download page today or at the latest tomorrow.


1705
Scripts and Templates / Re: AllMovie.com_new movie script
« on: March 05, 2013, 07:46:59 am »
Is it just me, or AllMovie_New script doesn't work? Cannot import rating, Studio, Synopsis and Reviews fields that I use?

PVD v0.9.9.21

All of the above work unless Reviews. Try the attached script, if everything works, then I'll uploaded on Download page.

Your version of PVD is ...

[attachment deleted by admin]

1706
Support / Re: AllMovie disappeared, Allrovi.com appeared!
« on: March 03, 2013, 12:09:56 pm »
The Wayback Machine changed the url in the source code.

Now, data can be transferred only from the side, which is archived and as the URL for this archived page.

Example for movie  Donnie Darko:
http://web.archive.org/web/20090527121017/http://allmovie.com/work/donnie-darko-237115

Previously, this url sufficient to transfer all data from various archived page for a movie, but this is no longer the case. Now this url only transfers data from the Overview page (the first page for each movie). If you want to transfer data from other archived pages of a movie, you also have the url addresses of other archived pages.
 
Quote
Example for movie  Donnie Darko:
http://web.archive.org/web/20090527143437/http://allmovie.com/work/donnie-darko-237115/review
http://web.archive.org/web/20090529032858/http://allmovie.com/work/donnie-darko-237115/cast
http://web.archive.org/web/20090529032903/http://allmovie.com/work/donnie-darko-237115/credits
http://web.archive.org/web/20090529032853/http://allmovie.com/work/donnie-darko-237115/awards
This is due to different days or different time periods, when the other side for a movie also archived.



Add the url addresses to:

The link to the Wayback Machine:
WEB Search Link:

http://web.archive.org/web/
http://wayback.archive.org/web/

The link to the AllMovie WEB Search:
AllMovie WEB Search Link URL's:

http://wayback.archive.org/web/*/http://www.allmovie.com/work/*
http://web.archive.org/web/*/http://www.allmovie.com/work/*

The all link to the AllMovie WEB Donnie Darko Movie:
http://web.archive.org/web/20090527121017/http://allmovie.com/work/donnie-darko-237115
http://web.archive.org/web/20090527143437/http://allmovie.com/work/donnie-darko-237115/review
http://web.archive.org/web/20090529032858/http://allmovie.com/work/donnie-darko-237115/cast
http://web.archive.org/web/20090529032903/http://allmovie.com/work/donnie-darko-237115/credits
http://web.archive.org/web/20090529032853/http://allmovie.com/work/donnie-darko-237115/awards

The link to the Personal Video Database WEB Search:
Quote
PVD WEB Search Link URL's:

So far, we can now obtain information on old AllMovie only via Web searches, and this title: ...
title:http://wayback.archive.org/web/*/http://www.allmovie.com/work/%s
or
title:http://web.archive.org/web/*/http://www.allmovie.com/work/%s
or
title:http://web.archive.org/web/*/http://allmovie.com/work/%s
or
title:http://web.archive.org/web/*/http://www.allmovie.com:80/work/%s
...  in PVD Web Search.


Notice:
Place it only underlined url address.

Example for movie  Donnie Darko:
Here, add this to the search part of the url (donnie-darko-237115) or just a number (237115).

If there is movie archiving, you will find the results.

Example for movie 13 Going On 30
http://wayback.archive.org/web/*/http://www.allmovie.com/work/13-going-on-30-285849
http://wayback.archive.org/web/*/http://allmovie.com/work/285849



I attach AllMovie WEB Archive URL's in zip format, where is a list of about 400 to 500 URLs films (movies lists in txt, nfo, html format) for all those who are old AllMovie data may also be interested. Some of these data are from May 2011, since then working AllRovi and from somewhere in March or April, 2012, this new web pages AllMovie, these data can not be more to be found.

AllMovie WEB Archive URL's in zip format is attached.


[attachment deleted by admin]

1707
Support / Re: IMDB Individual episodes
« on: February 15, 2013, 07:34:33 am »
I also tried the imdb2 file.

I assume change the extension to .dll? It gave me an error saying it was not compatible.

We have already known this. If you just change what was in the file will indicate what you have already mentioned here. File can be corrected and amended only just Nostra, then the file is fine.

1708
Support / Re: IMDB Individual episodes
« on: February 13, 2013, 05:44:20 pm »
Welcome to the forum, Kentc73.

I have just updated to IMDB Plugin 0.9.8.12 and noticed that it is not updating individual episodes, even if you go into the specific episode first.

Has anyone else come across this or is it just me?

Maybe help here (IMDB2.dll) or Nostra to solve this problem.

1709
Support / Re: IMDB Plugin 0.9.8.12
« on: February 10, 2013, 05:47:40 pm »
Thanks. That seems to be working just fine.

Welcome.

1710
Support / Re: IMDB Plugin 0.9.8.12
« on: February 10, 2013, 03:58:51 pm »
I have just updated to IMDB Plugin 0.9.8.12 and noticed that it is not updating individual episodes, even if you go into the specific episode first.

Has anyone else come across this or is it just me?

Maybe help here (IMDB2.dll) or Nostra to solve this problem.

1711
Support / Re: IMDB Plugin 0.9.8.11
« on: February 07, 2013, 06:19:25 am »
Both issues should be fixed in 0.9.8.12

Thanks, Nostra.

1712
Support / Re: IMDB Plugin 0.9.8.11
« on: February 04, 2013, 03:24:11 pm »
Also Top 250 is no transferred.

1713
Feature Suggestions / Re: Suggestion for Ivek23
« on: February 03, 2013, 06:04:13 pm »
Preparing Imdb Movie Script and Imdb Movie(1) Script with additional information, which data are Imdb plugin is not transferred.

I wonder what additional information is added to the script, so you can write your suggestions here for additional information, which should be added to the script.

Then I'll see how and what I can do and which of the proposals the can be added to the script.

1714
Support / Re: PVD 0.9.9.21 not getting movie information.
« on: January 31, 2013, 06:22:27 pm »
Great!! it works for now...until we get a proper fix. LOL...thanks for the screenshot. Picture speaks a thousand words.

Thanks and welcome again.

1715
Support / Re: PVD 0.9.9.21 not getting movie information.
« on: January 31, 2013, 06:19:25 pm »
as a solution to the problems until Nostra Imdb Movie plugin will not repair.

As far as I quickly noticed when I repaired my scripts, to wait Nostra a lot of patient work, if he wants to fix Imdb plugin, it will have to repair almost complete
(practically new to write) Imdb plugin.

1716
Support / Re: PVD 0.9.9.21 not getting movie information.
« on: January 31, 2013, 05:48:16 pm »
Ivek, thanks to your quick response on this. However, using the latest script I am also getting "HTTP/1.1 404 Not Found".

The error is because of this: http://www.imdb.com/title/tt1606595/reference/technical

Welcome.
Yes, I know about this problem. No, I'm not yet found the right way to solve the problem.

You can also try Imdb plugin settings such as on the attached pictures. It might work.

[attachment deleted by admin]

1717
Support / Re: PVD 0.9.9.21 not getting movie information.
« on: January 30, 2013, 07:04:35 pm »
Even with the new script by Ivek, it doesn't work for me. I get "HTTP/1.1 404 Not Found" error.

Patience everytime Imdb changes something....

gear.

I do not know why some other users have problems with my script, because the script work properly, or if the script does not work properly, do not attached.

I use what is described under each of my post.

1718
Support / Re: PVD 0.9.9.21 not getting movie information.
« on: January 30, 2013, 03:36:58 pm »
Yes, the changes at IMDb must have been more extensive than just the URL.  Examples:

http://www.imdb.com/title/tt0100195/reference
http://www.imdb.com/title/tt0098668/reference

Country and Original Language aren't downloaded.  Writers and Directors are, however, so please include a link to one where they aren't to test.

This is now working, so I organized a url ending with "reference".

Code: [Select]
//Get ~mfURL~ or ~IMDb Url~
endPos := Pos('fullcredits" data-ql="">Full Cast and Crew</option>', HTML);
if endPos > 0 then begin
curPos := PrevPos('<option value="/title/', HTML, endPos);
MovieURL := BASE_URL + Copy(HTML, curPos+15, endPos - curPos-4);
MovieURL := StringReplace(MovieURL, 'fullcredits', 'reference', true, true, true);
AddFieldValue(mfURL, MovieURL);
end;

I attach Imdb Movie(0) script to download url, as a solution to the problems until Nostra Imdb Movie plugin will not repair.

I attach also Imdb Movie (0) + imdb Batch file.


[attachment deleted by admin]

1719
Scripts and Templates / Re: Imdb Movie Script for rating ...
« on: January 30, 2013, 12:38:39 pm »
I fixed procedure ParseMovie.

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

Scripts is attached in the first post.

1720
Support / Re: PVD 0.9.9.21 not getting movie information.
« on: January 30, 2013, 12:36:50 pm »
I fixed procedure ParseMovie. The scripts now works.

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

Scripts is attached here.

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