Post reply

Note: this post will not display until it's been approved by a moderator.

Name:
Email:
Subject:
Message icon:

Attach:
(Clear Attachment)
(more attachments)
Allowed file types: gif, jpg, png, txt, tpl, lng, ini, pvd, psf, ini, cfg, csv, zip, xml, pas, 7z
Restrictions: 4 per post, maximum total size 1024KB, maximum individual size 1024KB
Note that any files attached will not be displayed until approved by a moderator.
Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
How many words are in this question?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Ivek23
« on: May 28, 2024, 11:09:57 am »

In the link below you can find Imdb Movie(episodelist) (a) [HTTPS] script versions for afrocuban user.

http://www.videodb.info/forum_en/index.php/topic,4134.msg22066.html#msg22066
Posted by: Ivek23
« on: May 27, 2024, 08:00:38 pm »

Hello and sorry for the delay, Ivek. I was away.

No problem.

Did you mean something like this screenshot, or th epart of the code?

The screenshot is enough for me to see and edit the correct custom field for you.

Please attach a picture for " Number of Episodes/Seasons: " where you still have the old visible information in the Seasons-Episodes custom field so that I can easily arrange the transfer of the information to the Seasons-Episodes custom field.

I will add the scripts tomorrow, they are ready, I just need to check some details.
Posted by: afrocuban
« on: May 26, 2024, 04:26:21 pm »

Hello and sorry for the delay, Ivek. I was away.


Did you mean something like this screenshot, or th epart of the code?
Posted by: Ivek23
« on: March 05, 2024, 07:39:38 pm »

Please attach a picture for " Number of Episodes/Seasons: " where you still have the old visible information in the Seasons-Episodes custom field so that I can easily arrange the transfer of the information to the Seasons-Episodes custom field.
Posted by: Ivek23
« on: March 03, 2024, 07:26:04 pm »

Synopsis data download fixed.

Synopsis data download fixed, so that it now also transfers information to the comment field and to the custom IMDB Synopsis memo field. The Summaries information is now transferred to the comment field. Summaries information is mostly present on web pages. A custom IMDB-Synopsis memo field has also been added, because in some cases Synopsis information is also present on web pages.

You can find the corrected script at the link below.

http://www.videodb.info/forum_en/index.php/topic,4134.msg22017.html#msg22017
Posted by: Ivek23
« on: March 01, 2024, 08:27:08 am »

Thank you.

I just wanted to say that sometimes it is very difficult to find the right solution for a certain problem.
Posted by: afrocuban
« on: February 29, 2024, 08:27:39 pm »

Dear Ivek,

I admit I have big wishes, but with most positive motives for PVD, not to be selfish. I apologize if I sounded ungrateful. I hope after 14 years I am not recognized as such, but will do anything to assure anyone I am not.

Most honestly, any update I consider a miracle, nothing less!

Meaning - you are a Miracle-man, and I mean it, and I know who ever still use PVD think the same. Whenever you stop, you already gave us a dozens of times more than what was real, and expected and as for me, I will never forget what you did for us.

Best regards
Posted by: Ivek23
« on: February 29, 2024, 08:54:37 am »

Notification:

Maybe some people have too big wishes, which cannot be realized so easily.  The new look of the IMDb website has become very problematic, because now the source code of the page is written in such a way that certain parts of the source code are simply not possible or can no longer be correctly added to the scripts in order for them to transfer the correct data or for certain information to be transferred at all .

Something like this is happening now when arranging the number of episodes and seasons.

One of the examples is now the search for results, where it was necessary to create a new script for searching for results, because the existing scripts for movies, series or episodes do not allow the possibility to add code for searching for results, or it does not work due to the very design or form of the created script .

If there are solutions, the information will be transferred, otherwise this information will no longer be in the database, because it simply cannot be added to scripts.
Posted by: Ivek23
« on: February 29, 2024, 08:31:24 am »

as well as custom field synopsis don't work.


Interestingly, Imdb_Movies_2b imports synopsis.
Synopsis works for me.

Here's the update: Imdb_Series-Year now works, plot is imported, but number of episodes and seasons, as well as custom field synopsis don't work.


Interestingly, Imdb_Movies_2b imports synopsis.

I haven't been able to make an update for seasons/episodes yet, because it will be more problematic to make a correction.

Posted by: afrocuban
« on: February 29, 2024, 02:16:48 am »

Hello and thank you a ton Ivek.

Here's the update: Imdb_Series-Year now works, plot is imported, but number of episodes and seasons, as well as custom field synopsis don't work.


Interestingly, Imdb_Movies_2b imports synopsis.
Posted by: Ivek23
« on: February 27, 2024, 10:29:57 am »

Synopsis data download fixed.

Series year is now fixed to pass data to the IMDB_Series-year custom field and no need to change the name of the custom field.

You can find the corrected script at the link below.

http://www.videodb.info/forum_en/index.php/topic,4134.msg22017.html#msg22017
Posted by: afrocuban
« on: February 26, 2024, 07:40:01 pm »

Thank you!
Posted by: Ivek23
« on: February 26, 2024, 08:02:36 am »

Thank you Ivek. Obviously, something is wrong with my PVD config. The only thing I get now comparing to outdated series script is the Series year. No seasons/episodes, no plot no Synopsis...

It looks like even this doesn't work anymore:

Code: [Select]
if Pos('TV Series',ItemValue)>0 then yearsValue1:=yearsValue1+'TV Series ';
if yearsValue1 <> '' then LogMessage('      Get result yearsValue1:'+yearsValue1);

So instead of, for example TV Series (2018-2023), now I'm getting just 2018-2023

Probably not, because maybe I missed something in the update, like for example to download Synopsis data. I haven't been able to make an update for seasons/episodes yet, because it will be more problematic to make a correction.

I'll check for Series year, but you'll probably need to change the name of the custom field.
Posted by: afrocuban
« on: February 25, 2024, 09:20:35 pm »

Thank you Ivek. Obviously, something is wrong with my PVD config. The only thing I get now comparing to outdated series script is the Series year. No seasons/episodes, no plot no Synopsis...

It looks like even this doesn't work anymore:

Code: [Select]
if Pos('TV Series',ItemValue)>0 then yearsValue1:=yearsValue1+'TV Series ';
if yearsValue1 <> '' then LogMessage('      Get result yearsValue1:'+yearsValue1);

So instead of, for example TV Series (2018-2023), now I'm getting just 2018-2023
Posted by: Ivek23
« on: February 25, 2024, 04:14:44 pm »

You can find the corrected IMDB_[EN][HTTPS](series)_TEST_2b script at the link below.

http://www.videodb.info/forum_en/index.php/topic,4134.msg22017.html#msg22017
Posted by: afrocuban
« on: February 21, 2024, 11:17:31 pm »

Of course, thank you so much!
Posted by: Ivek23
« on: February 21, 2024, 09:05:51 pm »

Wait a few days, I will try to prepare test scripts for series and episodes. Then it will be seen what can be transferred.
Posted by: afrocuban
« on: February 21, 2024, 05:49:46 pm »

Thank you, Ivek.

Is there any field that now outdated IMDb series and episodes scripts import that IMDB_[EN][HTTPS]_TEST_2b.psf does not, when updating existing record only, not when importing series for the first time?


Or, to rephrase it: which fields don't work anymore in outdated IMDb series and episodes scripts?
Posted by: Ivek23
« on: February 18, 2024, 07:43:13 pm »

Find this record in the script and block it easily as you will see below.

Code: [Select]
//AddCustomFieldValueByName('IMDB_Series-year',yearValue);
In the same way, you can block almost any field (maybe not some field, because for some reason or function it is not possible).
Posted by: afrocuban
« on: February 17, 2024, 04:55:23 am »

Hello Ivek. Since IMDB_Series-year custom field import doesn't work for me anymore, how can I disable overwriting older records of this fields from the times it worked.


Now, while earlier it was imported for example as TV Series (1999–2013) when I import now for that record, it gets overwritten with TV Series ().

How to avoid this, how to disable importing this field in order to preserve at least older records.
anything