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

Pages: 1 [2] 3 4 5 6 7 ... 23
21
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: December 23, 2023, 12:34:21 pm »
Many thanks! God bless you all!


Merry Christmas and a Happy New Year, dear friends!

22
Support / Re: .BATCH files
« on: December 23, 2023, 11:17:57 am »
Thank you. Just a reminder, that the above has to be saved as a file with a .batch extension in plugins folder of PVD.

23
Support / Re: .BATCH files
« on: December 23, 2023, 01:58:30 am »
Instead of using two scripts manually in the context of recent IMDb search and IMDb _2b scripts, You can consider using batch plugin while scanning file. Since I'm using AllMovie and FilmAffinity as well, this is how my batch looks like:

Code: [Select]
NAME=Imdb_Search+AllMovie+FA+IMDb
DESC= Imdb_Search+AllMovie+FA+IMDb
TYPE=2
EXECUTE=Imdb.com[EN][HTTPS]_Search.psf|AllMovie.com[EN][HTTPS]_ b.psf||FilmAffinity_[EN][HTTPS].psf|IMDB_[EN][HTTPS]_TEST_2b.psf|

Running IMDb search first is crucial since at the moment it doesn't work if any other link is found in the URL field prior to script running.


This way you run all the scripts in one take, instead of 4 takes for each script.

24
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: December 22, 2023, 11:36:59 pm »
Update:

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

25
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: December 22, 2023, 11:32:06 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


It updates links with http://www.videodb.info/forum_en/index.php/topic,4087.msg21971.html#msg21971
but still



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


gives nothing, although now link is "proper", with www. Same log as above, now with Stored URL is:https://www.imdb.com/name/nm0000080/||. To remind, _2b works flawlessly with url provided.

26
Scripts and Templates / Re: Some usefull SQL scripts in PVD
« on: December 22, 2023, 11:20:10 pm »
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');

27
Scripts and Templates / Re: Some usefull SQL scripts in PVD
« on: December 22, 2023, 11:03:00 pm »
I have this problem with some urls from the times IMDb script wasn't updated for a long time before _2b:


Code: [Select]
http://www.imdb.comhttps://www.imdb.com

So I guess this should help?


Code: [Select]
update MOVIES set "url"=replace("url",'http://www.imdb.comhttps://www.imdb.com', 'https://www.imdb.com');

28
Support / Re: IMDb
« on: December 22, 2023, 08:17:14 pm »
I got some diagnose. Please check what is happening if any url is stored in the url field and running IMDb search after that:


Code: [Select]
(12/22/2023 8:19:44 PM) Compiling script: Imdb.com[EN][HTTPS]_Search_adv.psf
(12/22/2023 8:19:44 PM) Script compiled successfully: Imdb.com[EN][HTTPS]_Search_adv.psf
[Hint] (501:2): Variable 'CURPOS' never used
[Hint] (501:2): Variable 'ENDPOS' never used
[Hint] (502:2): Variable 'TMP' never used
[Hint] (502:2): Variable 'SEARCHSTR' never used
[Hint] (499:10): Variable 'Result' never used
[Hint] (594:2): Variable 'DEBUG_POS1' never used
(12/22/2023 8:19:44 PM) Executing script binary
(12/22/2023 8:19:44 PM) Logging in...
(12/22/2023 8:19:44 PM) Called GetCodePage
(12/22/2023 8:19:44 PM) Called GetCurrentMode
(12/22/2023 8:19:44 PM) GetCurrentMode: Search
(12/22/2023 8:19:44 PM) Called GetDownloadURL - Mode: 0
(12/22/2023 8:19:44 PM)  * DownloadURL:
http://www.filmaffinity.com/en/film220449.html || * Mode: 1
(12/22/2023 8:19:44 PM) Called GetBaseURL
(12/22/2023 8:19:44 PM) Searching movie information for: Luxembourg, Luxembourg
(12/22/2023 8:19:44 PM) Called GetCurrentMode
(12/22/2023 8:19:44 PM) GetCurrentMode: Normal
(12/22/2023 8:19:44 PM) Called ParsePage - Normal Mode
(12/22/2023 8:19:44 PM) Called ParseMoviePage
(12/22/2023 8:19:44 PM) Called GetMovieTitle
(12/22/2023 8:19:44 PM) GetMovieTitle:
(12/22/2023 8:19:44 PM) GetMovieTitle =>
(12/22/2023 8:19:44 PM) Called GetMovieYear
(12/22/2023 8:19:44 PM) GetMovieYear =>
(12/22/2023 8:19:44 PM)  * Provider data info retreived Ok in 2023-12-22 20:19:44| (~Updated~)
(12/22/2023 8:19:44 PM) Finish

29
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: December 22, 2023, 08:14:45 pm »
Thanks for response:
Strange things are happening when debugging:
Quote
(12/22/2023 8:09:25 PM) Compiling script: IMDB_People_[EN][HTTPS]_TEST_1.psf
(12/22/2023 8:09:25 PM) Script compiled successfully: IMDB_People_[EN][HTTPS]_TEST_1.psf
[Hint] (467:7): Variable 'CURPOS' never used
[Hint] (468:7): Variable 'ITEMVALUE' never used
[Hint] (468:7): Variable 'IMAGEFILE' never used
[Hint] (469:7): Variable 'NAME' never used
[Hint] (469:7): Variable 'PREVIEWURL' never used
[Warning] (621:62): "True and" is not needed
[Hint] (557:5): Variable 'INDEX' never used
[Hint] (560:2): Variable 'TITLE' never used
[Hint] (560:2): Variable 'ROLE' never used
[Hint] (560:2): Variable 'YEAR' never used
[Hint] (560:2): Variable 'MOVIEURL' never used
[Hint] (952:5): Variable 'DEBUG_POS1' never used
[Hint] (954:5): Variable 'ITEMVALUE10' never used
[Hint] (954:5): Variable 'ITEMVALUE11' never used
[Hint] (955:2): Variable 'ITEMLIST1' never used
[Hint] (1039:5): Variable 'ITEMVALUE' never used
[Hint] (1040:5): Variable 'NAME' never used
[Hint] (1040:5): Variable 'PERSONURL' never used
[Hint] (1042:2): Variable 'MOVIESID' never used
[Hint] (1043:5): Variable 'ITEMVALUE14' never used
[Hint] (1044:5): Variable 'FULLINFO' never used
[Hint] (1044:5): Variable 'DIRECTORS' never used
[Hint] (1044:5): Variable 'WRITERS' never used
[Hint] (1044:5): Variable 'COMPOSERS' never used
[Hint] (1044:5): Variable 'PRODUCERS' never used
[Warning] (1501:54): "True and" is not needed
[Warning] (1501:26): "True and" is not needed
(12/22/2023 8:09:25 PM) Executing script binary
(12/22/2023 8:09:25 PM) Logging in...
(12/22/2023 8:09:25 PM) Person -> LoadStatic -> 0ms
(12/22/2023 8:09:25 PM) Person -> LoadMultivalues -> 0ms
(12/22/2023 8:09:25 PM) Person -> LoadFilms -> 0ms
(12/22/2023 8:09:25 PM) Person -> LoadAwards -> 0ms
(12/22/2023 8:09:25 PM) Person -> LoadImages -> 0ms
(12/22/2023 8:09:25 PM) Function GetDownloadURL BEGIN======================|
(12/22/2023 8:09:25 PM) Global Var-Mode|0|
(12/22/2023 8:09:25 PM) Global Var-DownloadURL||
(12/22/2023 8:09:25 PM) Person -> LoadStatic -> 0ms
(12/22/2023 8:09:25 PM) Person -> LoadMultivalues -> 0ms
(12/22/2023 8:09:25 PM) Person -> LoadFilms -> 0ms
(12/22/2023 8:09:25 PM) Person -> LoadAwards -> 0ms
(12/22/2023 8:09:25 PM) Person -> LoadImages -> 0ms
(12/22/2023 8:09:25 PM) Stored URL is:http://imdb.com/name/nm0000080/||
(12/22/2023 8:09:25 PM) Person -> LoadStatic -> 0ms
(12/22/2023 8:09:25 PM) Person -> LoadMultivalues -> 0ms
(12/22/2023 8:09:25 PM) Person -> LoadFilms -> 0ms
(12/22/2023 8:09:25 PM) Person -> LoadAwards -> 0ms
(12/22/2023 8:09:25 PM) Person -> LoadImages -> 0ms
(12/22/2023 8:09:25 PM)       No IMDB URL.
(12/22/2023 8:09:25 PM) Function GetDownloadURL END====================== with Mode=0 Result=C:\PersonalVideoDB\portable.bat|
(12/22/2023 8:09:25 PM) Searching person information for: Orson Welles
(12/22/2023 8:09:25 PM) Function ParsePage BEGIN======================|
(12/22/2023 8:09:25 PM) Global Var-Mode|0|
(12/22/2023 8:09:25 PM) Global Var-DownloadURL||
(12/22/2023 8:09:25 PM) Local Var-URL||
(12/22/2023 8:09:25 PM) Person -> LoadStatic -> 0ms
(12/22/2023 8:09:25 PM) Person -> LoadMultivalues -> 0ms
(12/22/2023 8:09:25 PM) Person -> LoadFilms -> 0ms
(12/22/2023 8:09:25 PM) Person -> LoadAwards -> 16ms
(12/22/2023 8:09:25 PM) Person -> LoadImages -> 0ms
(12/22/2023 8:09:25 PM)   ParsePage smSearch|0|. Searching DownloadURL for PersonName |Orson Welles|
(12/22/2023 8:09:25 PM)       Searching in Provider:|https://www.imdb.com/search/name?name=Orson+Welles&sort=starmeter+desc&ref_=rlm||
(12/22/2023 8:09:25 PM)       Function DownloadPage BEGIN======================|
(12/22/2023 8:09:25 PM)       Global Var-DownloadURL|https://www.imdb.com/search/name?name=Orson+Welles&sort=starmeter+desc&ref_=rlm|
(12/22/2023 8:09:25 PM)             Local Var-URL|https://www.imdb.com/search/name?name=Orson+Welles&sort=starmeter+desc&ref_=rlm|
(12/22/2023 8:09:25 PM)             Waiting 1s for delete:C:\PersonalVideoDB\Scripts\Tmp\downpage-UTF8_NO_BOM.htm
(12/22/2023 8:09:26 PM)             Download with PVdBDownPage in file:|C:\PersonalVideoDB\Scripts\Tmp\downpage-UTF8_NO_BOM.htm the information of:|https://www.imdb.com/search/name?name=Orson+Welles&sort=starmeter+desc&ref_=rlm||
(12/22/2023 8:09:26 PM)             Waiting 2s for exists of:C:\PersonalVideoDB\Scripts\Tmp\downpage-UTF8_NO_BOM.htm
(12/22/2023 8:09:28 PM)             Waiting 2s for exists of:C:\PersonalVideoDB\Scripts\Tmp\downpage-UTF8_NO_BOM.htm
(12/22/2023 8:09:30 PM)             Now present complete page file: C:\PersonalVideoDB\Scripts\Tmp\downpage-UTF8_NO_BOM.htm
(12/22/2023 8:09:30 PM)       Function DownloadPage END======================|
(12/22/2023 8:09:30 PM) Function ParsePage_IMDBSearchName BEGIN======================|
(12/22/2023 8:09:30 PM) Global Var-Mode|0|
(12/22/2023 8:09:30 PM) Global Var-DownloadURL|https://www.imdb.com/search/name?name=Orson+Welles&sort=starmeter+desc&ref_=rlm|
(12/22/2023 8:09:31 PM)         No People results
(12/22/2023 8:09:31 PM) Function ParsePage_IMDBSearchName END=====================||
(12/22/2023 8:09:31 PM) Function ParsePage smSearch-prError END======================|

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

31
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: December 22, 2023, 05:11:07 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


32
Development / Re: PK's MovieDB dynamic website template
« on: December 22, 2023, 05:03:32 pm »
Thank you. I was deleting earlier spam posts, that's why you didn't notice them.

33
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: December 20, 2023, 08:56:35 pm »
Great, thank you. I want to track records in order to be updated with _2b!

34
Development / Re: PK's MovieDB dynamic website template
« on: December 20, 2023, 08:54:41 pm »
How we can block guests? We have spam here.

35
Other Topics / At the end of 2023...
« on: December 20, 2023, 03:04:57 am »
... PVD is revived once again due to Ivek's magical takes on AllMovie and IMDb scripts?   :)


I am following other catalogues and I can tell you that neither is updated as PVD. In general they all dies...

36
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: December 20, 2023, 02:48:39 am »
For me, _2b works as advertised so far. Thank you so much Ivek.

Does anyone know which custom field states by which script the record is last updated? I absolutely forgot. Was it IUpdated?

37
Support / Re: IMDb
« on: December 19, 2023, 08:58:18 pm »
Thank you Ivek. It's the same for each movie without IMDb url. I have no idea where to start to track such an issue down

38
Scripts and Templates / Re: Use BING as default search result
« on: December 19, 2023, 12:00:30 am »
Thanks for clarification. I tried it and I wonder if Bing Ai can be used somehow... Here's how I tried it




39
Support / Re: IMDb
« on: December 18, 2023, 11:45:52 pm »

Instead, the script fills in the field with:
Code: [Select]
fbml"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><script>if(typeof uet === 'function'){ uet('bb', 'LoadTitle', {wb: 1}); }</script><script>window.addEventListen

Code: [Select]
    //Get ~User Reviews~
...
Here is the code for IMDb reviews/user comments. Replace this code in the script, it should fix the problem.



Wow! Works like a charmmmm! Many, many thanks Ivek!

40
Support / Re: IMDb
« on: December 18, 2023, 11:35:34 pm »


Is that possible?
Not possible.



Thanks! Good to know to avoid banging my head off the wall, hahah.

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