IMDB_[EN][HTTPS]_(Connections) script
IMDB_[EN][HTTPS] (Connections) script is now renamed to IMDB_[EN][HTTPS]_(Connections) script and now this is the final version of the script.IMDB_[EN][HTTPS] (Connections) script
I've edited the MOD version of IMDB_ [EN] [HTTPS] script, which is now called IMDB_ [EN] [HTTPS] (Connections) script to transfer the Movie Connections information to the Normal Connections PVD field.
An additional code has also been added to transfer the category, which is allowed to record
url titles in the Connections custom box for links to the Connections website. In the Connections custom field, your data record will look like this,Followed by (2) Version of (58) Spin-off (1) References (6) Referenced in (27) Features (1) Featured in (1) Spoofs (1) Spoofed in (2)
it will also have a visible option in the record, clicking on it, in order to open the Internet window of this record in the web browser.
In case of only such a record,Spin-off (1)
there will be no url link to the Connections website.
I've done this by fixing a link to a specific IMDb Movie Connections website in the Custom Connections field. Custom Connections field still has links to individual categories and how many records are in each category. Where there is only one category where no link has been made so far, it is now a direct link to a particular IMDb Movie Connections website.
New is now the Connect Custom Box, where you can now set the PVD view so that you can now see the categories and the number of movie titles and which movie addresses are in a particular category [for example, the following number of movie titles are followed: Follows (10) ].
5. Connections field info names:
• Follows
• Followed_by
• Version_of
• Remake_of
• Remade_as
• Edited_from
• Edited_into
• Spin_off_from (Spun_off_from)
• Spin_off
• References
• Referenced_in
• Features
• Featured_in
• Spoofs
• Spoofed_in
These are all categories whose information can be transferred to the PVD database. Missing category
" Alternate-language version of ", because I have noticed this category so far or found it with only one movie title.
GET_FULL_CONNECTIONS = True ; //Download Connections provider page for retreive the MovieConnections info. Otherwise no info of the Connections provider page.
If you change this function, there is no transfer of any information.
GET_FULL_CONNECT = False ; //Download Connections provider page for retreive the Follows, Followed_by, Version_of, Remake_of, Remade_as, Edited_from, Edited_into, Spin_off_from(Spun_off_from) and Spin_off info. Otherwise set to True to only the Follows and Followed by info of the Connections provider page.
If you change this function, the transfer of information will only be for the Follows and Followed by the info of the Connections provider page. You must also use the lower function you can not change, otherwise some other categories will be downloaded.
GET_FULL_CONNECTION = True ; //Download Connections provider page for retreive the Follows, Followed_by, Version_of, Remake_of, Remade_as, Edited_from, Edited_into, Spin_off_from(Spun_off_from) and Spin_off info of the Connections provider page. Otherwise set to False to the full MovieConnections info.
If you change this feature, you will be transferring all the information on the Connections provider page.
Notice:
This function is basic set flagged-blocked with a " True " word.
Footnote:
You can change the functions according to your preferences, of course.
CONNECT_LIMIT = 100; //Limit of number of connections retrieved.
The limit is basic set to the 100 records, because there may be several records in the same category as the limit is set. This number allows the script to run faster, although records may also be several times higher.
Also, filtering records with this part of the code is added, which allows the database to be visible only for movies and movies with the TV Movie tag in the normal OrigTitle PVD field.
If Pos('(Empty)',Title) OR Pos('(TV Episode)',OrigTitle) OR Pos('(TV Series)',OrigTitle) OR Pos('(TV Mini-Series)',OrigTitle) OR Pos('(Short)',OrigTitle) OR Pos('(TV Short)',OrigTitle) OR Pos('(TV Special)',OrigTitle) OR Pos('(Video Game)',OrigTitle) OR Pos('(Video)',OrigTitle) < 1 then
The following categories have such a filter:
• Remake_of
• Remade_as
• Edited_into
• Spin_off_from (Spun_off_from)
• References
• Referenced_in
• Features
• Featured_in
• Spoofs
• Spoofed_in
The following categories have in the database in addition to already visible records for movies and movies with the TV Movie tag as well as the TV Series tag in the normal OrigTitle PVD field.
• Version_of
• Edited_from
The following categories have in the database in addition to already visible records for movies and movies with the TV Movie tag as well as the TV Series and Video tag in the normal OrigTitle PVD field.
• Follows
• Followed_by
• Spin_off
IMDB_ [EN] [HTTPS]_(Connections) script is attached.