Recent Posts

Pages: 1 2 3 [4] 5 6 7 8 9 10
31
Support / Re: IMDb [EN][HTTPS](series) issues and support
« Last post 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.
32
Support / Re: IMDb [EN][HTTPS](series) issues and support
« Last post 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.

33
Support / Re: IMDb [EN][HTTPS](series) issues and support
« Last post 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.
34
Support / Re: Episodes TV Series Problem
« Last post by afrocuban on February 29, 2024, 02:06:47 am »
Thank you a ton Ivek.

Just a minor update: script now imports SxEx, instead of Air Date. Other fields work at first try.
35
Support / Re: Episodes TV Series Problem
« Last post by Ivek23 on February 27, 2024, 07:06:49 pm »
You can find the corrected IMDB_[EN][HTTPS](episodes)_TEST_2b script at the link below.

http://www.videodb.info/forum_en/index.php/topic,4134.msg22023.html#msg22023
36
Support / Re: Personal Video Database 1.0.2.7 MOD
« Last post by Ivek23 on February 27, 2024, 07:04:29 pm »
Here is the fixed IMDB_[EN][HTTPS](episodes)_TEST_2b script, which works exactly the same as the IMDB_[EN][HTTPS_TEST_2b script and has the same custom fields, the IMDB_Series-year custom field also works now. The search for results does not work here either for the same reason as with the IMDB_[EN][HTTPS_TEST_2b script.

IMDB_[EN][HTTPS](episodes)_TEST_2b scripts  is attached.


Addendum and notice:
The corrected script is now attached.
37
Support / Re: IMDb [EN][HTTPS](series) issues and support
« Last post 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
38
Support / Re: IMDb [EN][HTTPS](series) issues and support
« Last post by afrocuban on February 26, 2024, 07:40:01 pm »
Thank you!
39
Support / Re: IMDb [EN][HTTPS](series) issues and support
« Last post 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.
40
Support / Re: IMDb [EN][HTTPS](series) issues and support
« Last post 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
Pages: 1 2 3 [4] 5 6 7 8 9 10