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 ... 11 12 13 14 15 [16] 17 18 19 20 21 ... 133
301
Support / Re: What happened with my topic?
« on: July 22, 2021, 01:14:21 pm »
Thanks!!! But:
movie Nomad (http://www.imdb.com/title/tt9770150/), problems
1) genres
2) budget

There was the same problem with genres as in the case already mentioned and described above. As for the budget, however, the transfer of information is only when the website in the Box office has a Budget record. Otherwise, there is no transfer of Budget information when there is no Budget record on the website in the Box office.

3) whether it is possible to control the "COMMENTS" line (on / off). Often this only duplicates the "DESCRIPTION".

There may be multiple duplicates of "COMMENTS" record in the "DESCRIPTION" field, but usually the record in the "DESCRIPTION" field is only one summaries record, while in the "COMMENTS" field there is a full synopsis record. Below are links to more comparisons for the 13 Going on 30 (2004) movie.

movie " 13 Going on 30 (2004) https://www.imdb.com/title/tt0337563/ "
 
https://www.imdb.com/title/tt0337563/plotsummary?ref_=tt_stry_pl#summaries
https://www.imdb.com/title/tt0337563/plotsummary?ref_=tt_stry_pl#synopsis


There will be an option in the script to manually set the setting to true or false to the "COMMENTS" field (//Script Options). There will also be a synopsis memo field custom.


Quote
//Script Options

GET_FULL_PLOT_SUMMARY  = True ;  //Set to False to not wanted to Download full synopsis for Plot provider page for retreive the Synopsis info in Comment box.

P.S. we are waiting for a new version of the script "IMDB_ [EN] [HTTPS] (episodes) .psf" and "IMDB_ [EN] [HTTPS] (series) .psf"  ;)

As for the new script updates for the series and episodes, it will take a little longer due to the new layout of the Main IMDb websites. Now the source code notation has changed a lot, which causes quite a few headaches so that certain information can be found about where it is written. As a result, it also causes problems for the correct way to write code in a script to download certain information.

IMDB_ [EN][HTTPS]_RC1  script is added.

302
Support / Re: What happened with my topic?
« on: July 20, 2021, 06:28:52 am »
The IMDB _RC script works fine with me. Thanks Ivek.

Thanks for the positive feedback.

303
Support / Re: What happened with my topic?
« on: July 20, 2021, 06:26:56 am »
Hello,

For the Country Field:

    curPos:=Pos('<span class="ipc-metadata-list-item__label">Countries of origin</span>',HTML);                                      //WEB_SPECIFIC.
    If 0<curPos Then Begin
      EndPos:=curPos;
      ItemValue:=HTMLValues(HTML,'<span class="ipc-metadata-list-item__label">Countries of origin</span>','</ul>','<li role="presentation" class="ipc-inline-list__item">','</li>',', ',endPos);

becomes:

    curPos:=Pos('<span class="ipc-metadata-list-item__label">Country of origin</span>',HTML);                                      //WEB_SPECIFIC.
    If 0<curPos Then Begin
      EndPos:=curPos;
      ItemValue:=HTMLValues(HTML,'<span class="ipc-metadata-list-item__label">Country of origin</span>','</ul>','<li role="presentation" class="ipc-inline-list__item">','</li>',', ',endPos);


They replaced in the page Countries of origin with Country of origin  ( both test and RC version)

I've tested with 2 movies only as its late here and worked

I will explain why twice the code for For the Country Field.

For example:

for the movie " http://www.imdb.com/title/tt0086879/ " (Amadeus) must use this code
Code: [Select]
    curPos:=Pos('<span class="ipc-metadata-list-item__label">Countries of origin</span>',HTML);                                      //WEB_SPECIFIC.
    If 0<curPos Then Begin
      EndPos:=curPos;
      ItemValue:=HTMLValues(HTML,'<span class="ipc-metadata-list-item__label">Countries of origin</span>','</ul>','<li role="presentation" class="ipc-inline-list__item">','</li>',', ',endPos);
for the script to download Country information.

for the movie " http://www.imdb.com/title/tt0142920/ " (Tokugawa irezumi-shi: Seme jigoku) or for the movie " http://www.imdb.com/title/tt0214388/ " (100 Girls) must use this code
Code: [Select]
    curPos:=Pos('<span class="ipc-metadata-list-item__label">Country of origin</span>',HTML);                                      //WEB_SPECIFIC.
    If 0<curPos Then Begin
      EndPos:=curPos;
      ItemValue:=HTMLValues(HTML,'<span class="ipc-metadata-list-item__label">Country of origin</span>','</ul>','<li role="presentation" class="ipc-inline-list__item">','</li>',', ',endPos);
for the script to download Country information.

Because no code was added in IMDB_ [EN] [HTTPS] _Test script for one country, script did not download any Country information.

The same is true and is still in use for origlang and studio code.

304
Support / Re: What happened with my topic?
« on: July 19, 2021, 07:54:17 pm »
Do you by any chance know when testing period will be over, so I could put that piece of code in the script, Ivek? Test script works flawlessly as I can tell.

In a week or two, when I get positive feedback for the IMDB_ [EN] [HTTPS] _RC script.


306
Support / Re: IMDB [EN][HTTPS] v1.4.1.5 no longer working
« on: July 19, 2021, 07:49:31 pm »
Thanks Ivek, works like a charm again :)

Welcome.

307
Support / Re: IMDB [EN][HTTPS] v1.4.1.5 no longer working
« on: July 19, 2021, 07:48:22 pm »
IMDB_ [EN][HTTPS]_RC script can be found at the link below.

http://www.videodb.info/forum_en/index.php/topic,4183.msg21412.html#msg21412

308
Support / Re: What happened with my topic?
« on: July 19, 2021, 07:41:21 pm »
I was also surprised that your topic is gone. I apologize to everyone if I may have accidentally deleted the topic, but as far as I can remember for yesterday, I didn’t do it.

This is not currently in the test script, but will be added to the final version. IMDB_ [EN] [HTTPS] _Test script test version added.
problems importing information for the movie "http://www.imdb.com/title/tt0142920/" (and some others) (script: IMDB_ [EN] [HTTPS] _Test)
year, Category, Country, Studio, MPAA,
Thank's

Thanks for the feedback.

IMDb does not have or does not know the information for the Category field. Country, Studio, and some others have a record with one or more records (there was already a code to download multiple records), so it was necessary to add code to download one record. For MPAA information is now added custom memo Certification field so you can check if there is MPAA Certification for Spain or USA country because in the script the code is only for these two countries. If there is no MPAA Certification for Spain or USA country, then the MPAA field is blank or there is no transfer of MPAA information.

IMDB_ [EN][HTTPS]_RC  script is added.

309
Support / Re: IMDB [EN][HTTPS] v1.4.1.5 no longer working
« on: July 11, 2021, 08:25:23 pm »
IMDB_ [EN] [HTTPS] _Test script has been updated to work for a new IMDB layout of basic movies web pages .

IMDB_ [EN] [HTTPS] _Test script can be found at the link below.

http://www.videodb.info/forum_en/index.php/topic,4183.msg21400.html#msg21400


It does get actors and url which is displayed as http:// and not https://

This is so that IMDB_[EN][HTTPS] script can download information and PVD does not recognize a secure https:// connection to transfer information.

310
Imdb Movie Info-2a script and IMDB_ [EN] [HTTPS] script can be found at the link below

http://www.videodb.info/forum_en/index.php/topic,4153.msg21404.html#msg21404

311
Imdb Movie Info-2a script and IMDB_[EN][HTTPS]-a script

The Imdb Movie Info-2a script and the IMDB_[EN][HTTPS]-a script have been updated to work on the new IMDB layout of the basic IMDB movies websites.

Imdb Movie Info-2a script works with Proxomitron program

Imdb Movie Info-2a script and IMDB_[EN][HTTPS]-a script is attached.

312
Support / Re: What happened with my topic?
« on: July 06, 2021, 01:02:26 pm »
I was also surprised that your topic is gone. I apologize to everyone if I may have accidentally deleted the topic, but as far as I can remember for yesterday, I didn’t do it.

This is not currently in the test script, but will be added to the final version. IMDB_ [EN] [HTTPS] _Test script test version added.

313
Support / Re: What happened with my topic?
« on: July 06, 2021, 12:45:35 pm »
Quote from: afrocuban
Quote
http://mailmirdoch.net/index.php?topic=41.msg114#msg114
Scripts that stopped working (for me...)
« on: 01 July 2021, 22:49:22 »
Is it only me, or:
1. AllMovie doesn't import plot anymore
2. FA doesn't find movies anymore
3. IMDb script doesn't find movies anymore too?

Reproduced with:
The Nest (2020) https://www.imdb.com/title/tt8338762/
The Courier (2020) https://www.imdb.com/title/tt8368512/

314
Development / Re: Proxomitron - next https solution for PVD
« on: June 11, 2021, 06:50:26 am »
Notification:

You need to download the Proxomitron1a 1.7z and Proxomitron1a.7z file to have all the necessary files for the program to work properly. The pictures show which files are in which folder.

Proxomitron1a 1 and Proxomitron1a image is attached.file is attached.

315
Talk / Re: Personal Video Database alternate Forum
« on: June 07, 2021, 09:11:44 am »
Proxomitron1a program folder

More info in Proxomitron - next https solution for PVD topic.

http://mailmirdoch.net/index.php?topic=7.msg102#msg102

317
Development / Re: Proxomitron - next https solution for PVD
« on: June 07, 2021, 08:15:33 am »
Part 2

PVD proxy settings are as follows:
PVD settings \ Internet connection, find the "Proxy" and confirm. In the "Server" field enter "127.0.0.1" Port settings to 80.

Once you have these settings as well, you can now run the proxo.exe file and the PVD should normally download data from a secure https connection without the Proxomitron pop-up window.

Proxomitron1a 1.7z file is attached.

318
Development / Re: Proxomitron - next https solution for PVD
« on: June 07, 2021, 07:38:08 am »
Here is the Proxomitron1a program folder with the proxo.exe (Reborn_4605R) file. I am currently using this Proxomitron version for all plug-ins and scripts in all PVD versions.

Proxomitron1a 1.7z has been added and in the next post Proxomitron1a 1.7z has also been added, which unzip as a Proxomitron1a folder. In the Proxomitron1a folder, all 7z files also need to be unzip to get all the necessary files for the Proxomitron program to work. You can now copy this Proxomitron1a folder to any folder of the PVD version of the program. Once you have a copy of the Proxomitron1a folder in the PVD program folder, then in the Proxomitron1a folder you can remove all 7z files because you no longer need them there.

Proxomitron1a.7z file is attached.

319
Talk / Re: Personal Video Database alternate Forum
« on: May 11, 2021, 07:10:29 pm »
I cann't register. Here is a message that has been hanging for 3 days (http://mailmirdoch.net/index.php?action=login2): "Your account is still awaiting admin approval"  ???

Thanks for the notice. Sorry, I haven't checked which users have registered in the last 5 to 8 days. Now it can be because your account has been approved. Namely, I am the user to whom I have the opportunity to approve your account. I will now turn my attention to these matters, but you can also inform me here about registering on this forum.

320
Talk / Personal Video Database alternate Forum
« on: May 09, 2021, 06:25:44 am »
Personal Video Database alternate Forum

In the future, all files between 1 and 4 MB in size will be uploaded to this forum. There is also a link to the forum. When such a file is uploaded there, a notification will be added here with a link to the file uploaded there.

http://mailmirdoch.net/

Pages: 1 ... 11 12 13 14 15 [16] 17 18 19 20 21 ... 133
anything