Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.

Note: this post will not display until it's been approved by a moderator.

Name:
Email:
Subject:
Message icon:

Attach:
(Clear Attachment)
(more attachments)
Allowed file types: gif, jpg, png, txt, tpl, lng, ini, pvd, psf, ini, cfg, csv, zip, xml, pas, 7z
Restrictions: 4 per post, maximum total size 1024KB, maximum individual size 1024KB
Note that any files attached will not be displayed until approved by a moderator.
Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the best video database software?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Ivek23
« on: December 14, 2014, 03:45:07 pm »

Script:
TheMovieDB [ES] 2014 (Easy Script)

The problem is with the transfer of information from TheMovieDB web pages.

Log Message
Code: [Select]
(14.12.2014 15:03:54) PVD Version: 0.9.9.21
(14.12.2014 15:03:54) OS: Windows 7 Home Basic Edition
(14.12.2014 15:03:54) Plugin loaded: imdb.dll 0.9.8.25
(14.12.2014 15:03:54) Plugin loaded: imdb2.dll 0.9.8.24
(14.12.2014 15:03:54) Plugin loaded: plainexp.dll 0.7.1.1
(14.12.2014 15:03:54) Plugin loaded: scriptint.dll 0.2.6.1
(14.12.2014 15:03:55) Plugin loaded: valueconvert.dll 0.1.0.2
(14.12.2014 15:03:55) Compiling script: TheMovieDB_[ES]_2014.psf
(14.12.2014 15:03:55) Script compiled successfully: TheMovieDB_[ES]_2014.psf
[Warning] (514:19): "True and" is not needed
[Warning] (526:21): Calculation always evaluates to False
(14.12.2014 15:03:55) Executing script binary
(14.12.2014 15:03:55) Script loaded: TheMovieDB_[ES]_2014.psf 0.1.7.2
(14.12.2014 15:03:55) Loading database: D:\MyPVD\Personal Video Database 11M\Nova mapa\MOVIES.PVD
(14.12.2014 15:03:56) UpdateToolbar: 1
(14.12.2014 15:03:57) UpdateToolbar: 2
(14.12.2014 15:03:57) UpdateToolbar: 3
(14.12.2014 15:04:02) Compiling script: TheMovieDB_[ES]_2014.psf
(14.12.2014 15:04:02) Script compiled successfully: TheMovieDB_[ES]_2014.psf
[Warning] (514:19): "True and" is not needed
[Warning] (526:21): Calculation always evaluates to False
(14.12.2014 15:04:02) Executing script binary
(14.12.2014 15:04:02) Logging in...
(14.12.2014 15:04:02) Searching movie information for: Blade
(14.12.2014 15:04:02) GET: http://www.themoviedb.org/search/movie?query=Blade
(14.12.2014 15:04:02) Redirected to: https://www.themoviedb.org/search/movie?query=Blade
(14.12.2014 15:04:02) IOHandler value is not valid
(14.12.2014 15:04:10) UpdateToolbar: 4
(14.12.2014 15:04:10) UpdateToolbar: 5

As shown in the present example TheMovieDB when the page is
start url address "http://" into "https://" and now the script for this page yet find search results just by using the api-key, the transfer of information from TheMovieDB web pages it does not work anymore.

Below is an example of what is happening with the transfer of information from TheMovieDB web page for the next movie or series:

http://www.themoviedb.org/search/movie?query=Little+House+on+the+Prairie

Yes  :'( :'(
It seems like PVdB script GET funtion does not recogniced the "https://" prefix.

If I use:
    SEARCH_STR    = 'http://www.themoviedb.org/search/movie?query=%s'
Log Window shows:
    (11/12/2014 21:12:35) Searching movie information for: Little House on the Prairie
    (11/12/2014 21:12:35) GET: http://www.themoviedb.org/search/movie?query=Little+House+on+the+Prairie
    (11/12/2014 21:12:36) Redirected to: https://www.themoviedb.org/search/movie?query=Little+House+on+the+Prairie
    (11/12/2014 21:12:36) IOHandler value is not valid

If I use:
    SEARCH_STR    = 'https://www.themoviedb.org/search/movie?query=%s'
Log Window shows:
    (11/12/2014 21:17:40) Searching movie information for: Little House on the Prairie
    (11/12/2014 21:17:40) GET: http://https://www.themoviedb.org/search/movie?query=Little+House+on+the+Prairie
    (11/12/2014 21:17:43) Socket Error # 11001 Host not found.

I could use the api search:
    http://api.themoviedb.org/3/search/movie?query=%s&api_key=0a4782bd3877917501a2d45e1198f809'
but it's more difficult ( Not Easy Script ;) ).

I will continue working but it is a shame not to correct the problem of the GET function. Any idea?

BTW:
TheMovieDB plugin still works for now, since it uses the api-key.
Posted by: Ivek23
« on: October 26, 2010, 08:45:58 am »

I'll ask here instead of new threads
This one problem was (and is not well understood or not I just explained) described in the deleted post.

Quote
I noticed that the modernization of the movie information from MovieDB, rating not displayed in Additional rating box, but displayed in IMDB rating box.
At least for me I noticed a different Rating numbers.
In other plugin or script rating is placed in the Additional rating box and there is no need to IMDB rating box on the new update again with the IMDB plugin,here it is always necessary
Quote
to IMDB rating box on the new update again with the IMDB plugin.

Is it perhaps possible to correct,that for every movie, when I upgrade from a movie database with Moviedb plugin, it would not be necessary
Quote
to IMDB rating box on the new update again with the IMDB plugin.



[attachment deleted by admin]
Posted by: nostra
« on: October 25, 2010, 11:42:15 pm »

Quote
it would not be needed again the IMDB plugin update IMDB rating box

Should work with imdb plugin version 0.9.6.1
Posted by: Ivek23
« on: September 11, 2010, 07:37:33 pm »

Now I uploaded new Windows XP Pro SP 3,it works fine.
Posted by: Ivek23
« on: June 10, 2010, 06:23:38 am »

Maybe the problem is also in this.
I noticed that the modernization of the movie information from MovieDB, rating
not displayed in Additional rating box, but displayed in IMDB rating box.
At least for me I noticed a different Rating numbers.
Posted by: Ivek23
« on: June 09, 2010, 08:03:42 pm »

It happens only when I do run this plugin, without PVD otherwise function normally, so I deleted it from the plugins folder.
Posted by: nostra
« on: June 09, 2010, 07:48:13 pm »

Does it also happen if you do not run the plugin?
Posted by: Ivek23
« on: June 09, 2010, 07:42:09 pm »

Quote
Which one?

I think 100 Girls, But not quite sure about this movie title.

BTW: It does not matter which movie title is, each is still the same error happens again.

Posted by: nostra
« on: June 09, 2010, 05:26:33 pm »

Quote
Yes,it happen after loading data for a certain movie record.

Which one?
Posted by: Ivek23
« on: June 09, 2010, 05:33:57 am »

Quote
Does it happen after loading data for a certain movie record?

Yes,it happen after loading data for a certain movie record.

Removed by tmdb.dll in plugins, no more problems and PVD is a normal work.
Posted by: nostra
« on: June 08, 2010, 11:16:39 pm »

I can't reproduce the problem. Does it happen after loading data for a certain movie record?
Posted by: Ivek23
« on: June 08, 2010, 08:09:39 pm »

Windows XP Pro SP 3
PVD 0 9.9.21

I have a problem with TheMovieDB.org or tmdb.dll.
Normal movie upload information from this site, but when I close the PVD let me know this error.

viddb.exe-Error

The instruction at "0x04a554ae" was reference memory at "0x04c99118". The memory could not be "read".

To end the program, click "OK"



When certified OK However, let me know this error.


viddb.exe-Error

The instruction at "0x04a565fc" was reference memory at "0x0000000c". The memory could not be "read".

To end the program, click "OK"
.

The program can only close with Task Manager.

Bug report it is not in the program folder.


In the message accompanying the picture is, unfortunately, in Slovenian language so I translated in English said in a post and marked by stronger characters.

[attachment deleted by admin]