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 - jondak

Pages: [1] 2
1
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« on: September 06, 2025, 09:29:45 am »
Hello,

i was using the Selenium chrome scripts till they changed the page and they stopped pulling data.

in a previous post you said:


I don't know what's going on, because I'm not using any IMDB_Movies_[EN][Selenium]-v4 script versions at the moment. And I won't be using them for quite some time. afrocuban user has been away for quite some time, so he can fix these scripts as best he can, because he knows the design of these scripts. He'll probably be away for quite some time, and the question here is how long it will be before he returns.

I was asking what scripts you are using to pull data now.


Thank you .

2
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« on: September 05, 2025, 03:37:01 pm »
Hello Ivek23,

can you tell us what combination of scripts what are you using ?

3
Other Topics / Re: IMDb test 1b sctipt
« on: July 26, 2023, 06:49:41 pm »
Hello,

can anyone upload here the fix for AKA ( 50 entries). I saw it on the other forum but it went offline while i was waiting for account approval.


4
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: July 20, 2021, 10:19:40 am »
I would like, for example, Title1 to be shown in the left pane/tree view. Is that possible?




I don't know if it what you asking but you can add Orginal title in the left list:



you put something lie this:

%N. %O

This is for 0.9.9.21 but i suspect the 1.0.27 is the same.

Hope this helps.

5
Support / Re: What happened with my topic?
« on: July 20, 2021, 08:42:06 am »
Thank you,

didn't know they use different labels if there are multiple countries. Though they change it in the site redesign.

Testing RC now

Cheers.


6
Support / Re: What happened with my topic?
« on: July 19, 2021, 09:29:24 pm »
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

7
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: July 02, 2019, 11:08:53 am »
Thank you.

8
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: June 19, 2019, 06:46:27 pm »
I'm having this since two weeks ago.

I'm scanning with IMDB.

Same error:
IMDB_[EN][HTTPS].psf V 1.4.1.0 (10/02/2019)

For now 2 movies triggered the error:
https://www.imdb.com/title/tt1210059/ Flying Lessons (2010)

https://www.imdb.com/title/tt1877647/ Ghoul (2012)

Seems the movies with this error have no Plot Keywords


9
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: November 22, 2018, 07:56:17 am »
Thank you.

The fix worked for the titles i linked. But it seems not all titles are made the same  :-\

Dai juk hei kek (2012) https://www.imdb.com/title/tt2266938/ has a crash also.

Maybe is from the chirilic alphabet on the AKA page?

Cheers.

10
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: November 17, 2018, 08:44:27 pm »
Found a bug in the last version in the IMDB_ [EN] [HTTPS] script in both 9.9.2.1 and 1.0.2.7

The error comes if the Script configuration box is ticked: Download "Also know as' provider page for retrieve the info...
If the box is not checked the script works and saves the info.

I atached the bug report.

I got the error while i tryed to update the following movies:

Calendar Girl (2011) https://www.imdb.com/title/tt1611816/
The Brazen Bull (2010) https://www.imdb.com/title/tt1415284/

The script worked till 16.11.2018, probably something changed to imdb site

11
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: October 25, 2018, 06:31:19 pm »
Hello,

are the movie connections parsed by the MOD version ?

example:
https://www.imdb.com/title/tt0071275/movieconnections/?tab=mc&ref_=tt_trv_cnn

Cheers

12
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: August 14, 2018, 08:06:03 am »
Yes, with that modification it worked.

Thank you.

14
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: July 17, 2018, 05:40:13 pm »
Thank you Ivek23. Modified and works well.

Found a minor bug:

Movie:  Ratatouille (2007) https://www.imdb.com/title/tt0382932/

MPAA retrieved: Rated PG for mild action                                                                        Edit     

It adds the "Edit" at the end of the MPAA rating retrived. Other movies works well. Will continue testing.

Cheers.

15
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: July 17, 2018, 01:30:35 pm »
PVD_0.9.9.21_MOD-V.2018.06.16

When opening the database i had used till the mod in 0.9.9.21 it gave the error that is found in atachement..

I just replaced fbembed.dll with the one from the default install that is version 2.51.26351 and it open the database without problems.

I don't remember if I updated the file manually or was updated when i installed firebird server or when i tested 1.0.27 version.

So in case someone has a similar problem this can help.


Question:

its there a way to rename the IMDB_Votes custom field to IMDB Votes that i had from the original script?


16
Support / Re-read file information
« on: October 07, 2016, 09:56:04 am »
Hello,

upon using re-read file information not all information is refreshed, subtitles and audio streams stay the same. Is there a setting to force the update of all fields regading file info upon pressing that button?

Using version 0.9.9.21.

Have a great day.

18
Support / Help with Dbeaver or RazorSQL
« on: January 09, 2016, 04:37:32 pm »
Hello,

i want to mass edit some folder names i changed in the collection. I tried with DBeaver and RazorSQL. Problem is i dont know how to how to show only the movies from a certain label.

In my example i want to only show the movies that are in the label Filme HD03. After that i want to find and replace some elements in the name which also dont work for me, it finds the elements but it dont replace, maybe I am missing something.

Thank you


19
Support / Re: Movie grouping question
« on: June 11, 2014, 10:22:03 pm »
I have a custom field named IMDB ID which i use to see if i have the same version of the movie multiple times so i can get rid of one copy. I wanted to group by IMDB ID then only show the groups that have more then 2 movies in them to accomplish my task.

20
Support / Movie grouping question
« on: June 09, 2014, 02:10:22 pm »
Hello,

is there any way when you group movies to only show the groups that have more then 1 movie in them ?

Thank you.

Pages: [1] 2
anything