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 2 [3] 4 5 6 7 8 ... 133
41
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: December 28, 2023, 04:10:26 pm »
You now have the newly updated IMDB_People_[EN][HTTPS] script 1.4.3.5 version.

IMDB_People_[EN][HTTPS] script attached.

42
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: December 28, 2023, 04:04:10 pm »
And this one.

If a part of the date is missing in the date of birth or death, the first day of the month or the first month of the year was entered in your record.

Certain settings are set by default. However, everyone can set the yin manually according to their wishes.

If you want to have your birth name in the alternative names fields, change the settings below.
Quote
  //BIRTH_NAME_IN_TRANSNAME  = True ; //Use the PVD field ~transname~ for storing the person Birth Name for Biography Pages.
  BIRTH_NAME_IN_TRANSNAME  = False ; //Use the PVD field ~transname~ for storing the person Birth Name for Biography Pages.

It is the same with certain settings for the bio field and change the settings below.
Quote
  BIO_INFO_IN_BIO  = True ; //Use the PVD field ~bio~ for storing the person Biography Info Url link for Biography Pages.
  //BIO_INFO_IN_BIO  = False ; //Use the PVD field ~bio~ for not storing the person Biography Info Url link for Biography Pages.
  BIO_URL_IN_BIO  = True ; //Use the PVD field ~bio~ for not storing the person Url's for Biography Info (Mini Bio) for Biography Pages.
  //BIO_URL_IN_BIO  = False ; //Use the PVD field ~bio~ for storing the person Url's for Biography Info (Mini Bio) for Biography Pages.

43
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: December 28, 2023, 03:46:15 pm »
The new IMDB_People_[EN][HTTPS] script version no longer allows searching for results, because for now the script does not allow the possibility to edit the function for searching for results. The alternative Bing search results were removed, because now the Bing search source code has been edited in such a way that it is no longer possible to update it in the script. The Awards information transfer no longer works, because the source code of the Awards website has been edited in such a way that it is also impossible to update it in the script. This is now also the case with Alternative Names, where it is now possible to enter only one Alternative Name, although there may be several Alternative Names in the record on the website.

In general, the new look of Imdb websites is now adapted to the mobile mode of websites for use on mobile devices, which now causes a lot of problems with new updates of all Imdb scripts.

44
Other Topics / Re: At the end of 2023...
« on: December 23, 2023, 01:12:59 pm »
God bless you and your families.

Merry Christmas and a Happy New Year, dear friends!

Thanks.

45
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: December 23, 2023, 01:12:20 pm »
Many thanks! God bless you all!


Merry Christmas and a Happy New Year, dear friends!

Thank you.

46
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: December 23, 2023, 10:56:34 am »
Update:

it works with only http and not https url?! How come _2b works with https in the url?

I still have to check that one.

Reviewed and fixed in new IMDB_People_[EN][HTTPS]_TEST_1a script.

IMDB_People_[EN][HTTPS]_TEST_1a script attached.

47
Support / Re: IMDb
« on: December 23, 2023, 09:51:09 am »
Thanks for help and fix bug.

48
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: December 23, 2023, 09:30:38 am »
Update:

it works with only http and not https url?! How come _2b works with https in the url?

I still have to check that one.

49
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: December 23, 2023, 09:29:30 am »
Imdb.com[EN][HTTPS]_Search_adv script or Imdb.com[EN][HTTPS]_Search script cannot find search results if there is already some other url link in the url field. In this case, I recommend using the IMDB_[EN][HTTPS]_Search -b script for advanced search results. You can use the IMDB_[EN][HTTPS]_Search -a script to simply search results. Both scripts will work for you even if there is already another url link in the url field.

IMDB_[EN][HTTPS]_Search -b script and IMDB_[EN][HTTPS]_Search -a script is  attached.

50
Support / Re: IMDb
« on: December 23, 2023, 09:28:47 am »
Imdb.com[EN][HTTPS]_Search_adv script or Imdb.com[EN][HTTPS]_Search script cannot find search results if there is already some other url link in the url field. In this case, I recommend using the IMDB_[EN][HTTPS]_Search -b script for advanced search results. You can use the IMDB_[EN][HTTPS]_Search -a script to simply search results. Both scripts will work for you even if there is already another url link in the url field.

IMDB_[EN][HTTPS]_Search -b script and IMDB_[EN][HTTPS]_Search -a script is  attached.

51
Support / Re: .BATCH files
« on: December 23, 2023, 08:34:22 am »
Nicely said and very useful for PVD users.

52
Scripts and Templates / Re: Some usefull SQL scripts in PVD
« on: December 23, 2023, 08:29:08 am »
Related to http://www.videodb.info/forum_en/index.php/topic,4134.msg21969.html#msg21969

The query has to be
Code: [Select]
update PEOPLE set "url"=replace("url",'http://imdb', 'http://www.imdb');

Of course, I just gave the movies as an example, but you can decide for yourself what you need it for.

53
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: December 22, 2023, 09:04:14 pm »
Use SQL script if you are missing this part in the url: www.

More at the link below.

http://www.videodb.info/forum_en/index.php/topic,4087.msg21968.html#msg21968

54
Scripts and Templates / Re: Some usefull SQL scripts in PVD
« on: December 22, 2023, 09:00:47 pm »
Use this SQL script if you are missing this part in the imdb url: www.

Quote
update MOVIES set "url"=replace("url",'http://imdb', 'http://www.imdb');

Instructions on how to use the SQL script are in the first post.

Here you have some more similar SQL scripts.

Quote
update MOVIES set "url"=replace("url",'http://httpbin.org/response-headers?key=http://www.imdb', 'http://www.imdb');

Quote
update MOVIES set "url"=replace("url",'http://httpbin.org/response-headers?key=https://', 'http://');

Quote
update MOVIES set "url"=replace("url",'http://httpbin.org/response-headers?key=', '');

55
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: December 22, 2023, 08:21:20 pm »
Change this part of the code, maybe the script will work with the url, but the search results will still not work.
Code: [Select]
  SEARCH_ENGINE  = True ;  //If there isn't provider search results, try with Bing search engine
  //SEARCH_ENGINE  = False ;  //If there isn't provider search results, try with Bing search engine

But now I know what's wrong and why can't stand anything. You are missing http://www.imdb.com/name/nm0000080/ in the url address. I will fix this in the new script version

56
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: December 22, 2023, 07:55:23 pm »
Of course. I tried everything. Please check screenshot attached.

What do you find in the log file?

Use this attached portable.bat file to then see the transfer data in the log file.

The IMDB_People_[EN][HTTPS]_TEST_1 script only works with the url address because the search results do not work.


Then you might have the use of a proxy server checked in the proxy settings. Another possibility is that you have a blocked PVD or blocked access to Imdb websites. Sorry, but the problem is definitely on your side, because I haven't had any problems with the operation of different PVD versions for quite some time or for several years.

57
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: December 22, 2023, 06:14:29 pm »
Wow, that was u surprise! Thank you so much, but the script doesn't import anything for me, although people url is provided.
Example http://imdb.com/name/nm0000080

Logically, it doesn't transfer anything to you, because you don't have the field for transferring information marked so that it would be overwritten, because for me, if the nose is marked for overwriting, it doesn't overwrite it. It only overwrites them if the fields were previously empty.

58
Support / Re: IMDB People Page is changed
« on: December 22, 2023, 10:31:26 am »
You can find the new test IMDB_People_[EN][HTTPS]_TEST_1 script at the link below.

http://www.videodb.info/forum_en/index.php/topic,4134.msg21957.html#msg21957

59
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: December 22, 2023, 10:28:30 am »
Here is the new test IMDB_People_[EN][HTTPS]_TEST_1 script, which is updated to the new look of the Imdb People web pages. The same as written below is removed from the script.
The search for results does not work anymore (more information about this can be found here). Function ParsePage_BingSearch (changes in the source code of the Bing page) and also Function ParsePage_IMDBMovieAWARDS have been removed from the script, but now that the source code of the Awards website has been changed, it is impossible to edit or correct the code, and in addition, there is a limitation for a certain Event (on example: Academy Awards, USA) it is possible to see only five award categories for one event.

IMDB_People_[EN][HTTPS]_TEST_1 script attached.

60
Development / Re: PK's MovieDB dynamic website template
« on: December 22, 2023, 07:57:26 am »
Obviously, as an admin, I will have to disable guests from continuing to post on the forum.

Done.

Pages: 1 2 [3] 4 5 6 7 8 ... 133
anything