Personal Video Database

English => Support => Topic started by: rd1381 on September 27, 2010, 09:33:41 pm

Title: [SOLVED] big picture for movies and people?
Post by: rd1381 on September 27, 2010, 09:33:41 pm
is there anyway to get the big picture of actors from imdb for their profiles?
what i mean is i get a picture for say this actress  but its with low resolution in pvd because it gets it from that said page ,but if i click on the picture in Firefox it takes me to its original resolution and its much better and i am actually able to see the person face :).
is there anyway to configure imdb plugin to get that original high resolution pic?
is it because pvd doesnt get pictures bigger than a limit?

and sometimes it doesn't get the picture of actor at all like this person http://www.imdb.com/name/nm0001721/ that play in tv series 'big love' and in the info page of the actress i click get info from imdb but it download no image.
i check the imdb plugin for people info and there download image is unchecked but for the life of me i cant get it to be check and next time i visit config page its unchecked again . plz separate imdb config for movie and for people so this gets fixed.and when its unchecked(which is always) i still get picture of some people but not all of actors.

in firefox i have greasmonkey and with just a script i hover the mouse over the picture and it show the big picture so its not any heavy programming and i may even be able to do it my self (if there was a good scripting manuals with examples for pvd and if imdb plugin was not a dll but a text file,btw why dll?)

thanks for a great app again :)
Title: Re: big picture for movies and people?
Post by: rick.ca on September 27, 2010, 10:45:00 pm
This has been discussed in the past, and it must be on nostra's list...

What I can do pretty fast and I will is improving the plugin to get full size images (I mean full size versions of the thumbnails).

I think I can improve the plugin in the next version

...but he hasn't got around to it yet.

Of greater urgency now is the plugin doesn't work due to the IMDb redesign. Maybe he'll change the image part when he fixes that. :-\
Title: Re: big picture for movies and people?
Post by: mgpw4me@yahoo.com on September 28, 2010, 12:21:56 am
The process is slow and cumbersome, but it can be done.  Here's an IMDB script for people images.  Processing options are hard-coded at the beginning of the script file. 

WHY YOU PROBABLY WON'T BOTHER

If you set silent mode in the script and in PVD you'll get one image (maybe a group shot, poster, thumbnail or anything else you don't want).

If you select images manually from the script's selection list you'll be loading images into the new year.  It's a slow thing to select a single 'best' image from 800 when the selection list is 20 items and takes ~ 1 second to display a single thumbnail.

When you're "done" processing IMDB you'll have less than 20% of the people in your database covered.  Since a script cannot process a list of people (created, say, from a site index), you'll have to run a script for every site and person combination.  That's a lot of internet connections.  I have a list of 240 sites and 70,000 people in my database.  @ 50 - 100k per page, that's a lot of bandwidth and time.

Once you're processing other sites, you'll find that typos, language variations (ie. umlauts), alternate names (akas) and people with common names will make matching images to your database a hit and miss enterprise.

If you have a favorite actor / actress, choosing multiple PERSON images via a script IS NOT POSSIBLE.  Been there, done that.

AN EASIER WAY

Write an export template that creates MKDIR commands...one directory per person (probably include the IMDB ID in the directory name).  This saves you from naming your image files.

Open your file manager and drag images from whatever web page you're on, into the image directories.  Yes, you can drag and drop from web pages...maybe someday even directly into PVD.

Use the load an image option from your skin, and use the "no image" filter to limit the people list to those you don't have images for.

[attachment deleted by admin]
Title: Re: big picture for movies and people?
Post by: rd1381 on September 28, 2010, 12:51:47 am
The process is slow and cumbersome, but it can be done...

you mistook my question
i asked if that 'one' picture of actor can be saved full size not thumbnail.
Title: Re: big picture for movies and people?
Post by: rd1381 on September 28, 2010, 12:53:31 am
still no answer why i dont get any picture for some actors(that have pictures in their imdb page)

and if i delete the person's pic i cant get it again with 'get people 'script
Title: Re: big picture for movies and people?
Post by: rick.ca on September 28, 2010, 01:04:44 am
Quote
you mistook my question

I already answered your question. mgpw4me was just offering you an alternative.

Quote
still no answer why i dont get any picture for some actors

As I said, the plugin is no longer working due to the IMDb redesign.
Title: Re: big picture for movies and people?
Post by: mgpw4me@yahoo.com on September 28, 2010, 01:06:41 am
Quote
you mistook my question

I don't think so.  

The IMDB plug-in doesn't do it and there are more important things for Nostra to do at the moment.  

You can either run a script or you can collect manually.  I've provided both methodologies.

If you use the script in silent mode, as mentioned, you'll get a large image for any / all selected people, assuming IMDB has one.  If you write a batch file, I think you can invoke the plug-in and then run the script so you won't have to process people twice.
Title: Re: big picture for movies and people?
Post by: nostra on September 28, 2010, 10:30:36 am
Stay calm :) I was away for a couple of days, so the work on the people plugin stopped. Now I am back and will provide a fixed plugin in a day or two.
Title: Re: big picture for movies and people?
Post by: rd1381 on September 28, 2010, 09:20:12 pm
Stay calm :) I was away for a couple of days, so the work on the people plugin stopped. Now I am back and will provide a fixed plugin in a day or two.

thanks for your work

anyway id there a posibility thatplugins become text file instead of dll so that ,say , i can update them (edit them) to fix changes in websites? or is it  aan integral part of app?
Title: Re: big picture for movies and people?
Post by: rick.ca on September 28, 2010, 09:39:10 pm
Plugins are not going to be rewritten as scripts, but you're welcome to create any script you please. That's the purpose of the scripting engine—to provide interested users the ability to get their own information.
Title: Re: big picture for movies and people?
Post by: nostra on September 29, 2010, 12:31:58 am
It is easier for me to work with plugins than scripts and converting plugins to scripts is a kind of work I do not really want to do. I have no problem with providing the sources of the plugins thou, if you want them (but the main app stays mine forever :))

By the way: try the plugin version 0.3.0.0 ;)
Title: Re: big picture for movies and people?
Post by: rick.ca on September 29, 2010, 12:47:42 am
Maybe you should post the source. Then when the plugin fails, you can sit back and relax until we tell you what's wrong with it. ;D
Title: Re: big picture for movies and people?
Post by: buah on September 29, 2010, 06:30:09 am
I'm not for publishing the source. We would get a lot of variations of the same plug-in and users could be confused which one to use. I see a lot of re-importings IMDb data, a lot of suggestions, a lot of "issues". All in all, I think it wouldn't be good for a PVD image.

But, maybe I'm wrong, too...
Title: Re: big picture for movies and people?
Post by: rick.ca on September 29, 2010, 06:54:31 am
I think what nostra meant is he wouldn't mind providing the source if someone would like to use it as a guide for writing a script. Such a script, even if initially it only got the same information as the plugin, could easily be modified to get additional information. We would then have a solution for those who want an obscure bit of data from IMDb that no one else is interested in—modify the script.
Title: Re: big picture for movies and people?
Post by: nostra on September 29, 2010, 11:00:27 pm
Quote
Maybe you should post the source. Then when the plugin fails, you can sit back and relax until we tell you what's wrong with it. Grin

Yeah, I wish it could be true, but unfortunately I predict lots of additional questions and writing a plugin manual in this case :/

Quote
I'm not for publishing the source. We would get a lot of variations of the same plug-in and users could be confused which one to use. I see a lot of re-importings IMDb data, a lot of suggestions, a lot of "issues". All in all, I think it wouldn't be good for a PVD image.

No, no it is just if someone wants to make some changes for himself...
Title: Re: big picture for movies and people?
Post by: rd1381 on October 01, 2010, 01:37:01 pm
i just want to ask about new version of imdb plugin.
i used it for getting people info. this version downloads all the films that the actors played.i thought it was a option from preferences page but it just does get filmography of all movies not just ones i have added and its not good.i have notices this happens when chose 'overwrite' from imdb plugins for all fields.


and two other thing :
i have a slow Internet connections so when i chose a number of item and use scripts on them it takes a lot of time and some time i just want to cancel it .is there anyway to do that without closing pvd,cause that may corrupt the db ?
and if there is  new version developing going on(version 1) and needs testing (not code but just testing of app) count me in :)
Title: Re: big picture for movies and people?
Post by: nostra on October 01, 2010, 04:24:45 pm
Quote
.i have notices this happens when chose 'overwrite' from imdb plugins for all fields.

So just, set it to "fill if empty"...

Quote
i have a slow Internet connections so when i chose a number of item and use scripts on them it takes a lot of time and some time i just want to cancel it

There is a Cancel button on the bottom of the window (it does wait for the current page to download thou).

Quote
if there is  new version developing going on(version 1)

Of course, there is one

Quote
needs testing (not code but just testing of app) count me in Smiley

OK
Title: Re: big picture for movies and people?
Post by: rd1381 on October 02, 2010, 04:10:15 pm
Quote

So just, set it to "fill if empty"...


thats not good cause i need that to get pictures of people i added before new imdb plugin and anyway that not a solution thats wiping the problem.

i want to be able to update data of people and movies when i select the 'get info from ...' .i i don't select the overwrite option i cant update them(naturally) but when i select overwrite option i adds the complete list of movis for actor to actor page. this a bug and it happens after upgrade of imdb plugins so its a bug in them.
can you plz fixed that cause not overwriting in not an option. like for example i get info for a movie and then i want to have the pictures of people in that movie but i don't want to have their all works and fimography.especially when clicking on one create a movie entry in database .maybe if there was a visual difference for showing the actor movie in database and actor movies not in database.and clicking the later wouldn't create record unless you right clicked or something still getting the whole filmography is a bug ?( at least for me)and has no meaning for overwriting option to do so.i need to be ableto see if an actor is alive or dead :) with out getting the whole movie set in the databse.

btw i clicked and selected to show movies by alphabet groups ,how can i undo that? so that it becomes as it ws before?(no grouping)
Title: Re: big picture for movies and people?
Post by: rick.ca on October 02, 2010, 10:03:21 pm
I don't think there are any bugs here. I suggest you read the new Help documentation (http://www.videodb.info/forum_en/index.php?topic=2099), in particular, Database Design (http://www.videodb.info/forum_en/index.php?topic=2123). That topic will provide an overview of how movie/people relations are handled. Unfortunately, it doesn't yet include explicit instruction on how to configure the program for different situations.

Quote
thats not good cause i need that to get pictures of people i added before...

Set Photo to overwrite or "add if empty," as you prefer. But also make sure Download image is selected in the plugin configuration, or you won't get anything.

Quote
when i select overwrite option i adds the complete list of movis for actor to actor page.

No, it won't do this unless Filmography is selected.

Quote
i want to be able to update data of people and movies when i select the 'get info from ...'

This is not going to happen. It would be too time consuming. By design, you're to download movie information first. Then select the people you want to update, and run the people information plugin.

Quote
when clicking on one create a movie entry in database .maybe if there was a visual difference for showing the actor movie in database and actor movies not in database.and clicking the later wouldn't create record unless you right clicked or something

As mentioned above, filmography information will only be downloaded if the plugin is configured to do so. Otherwise, filmographies will only show the movies in the database. But just to clarify...If other movies are added by downloading, they are distinguished by link colour, and the click behaviour is configurable, as explained here (http://www.videodb.info/forum_en/index.php?topic=2116#post_s3).

Quote
i clicked and selected to show movies by alphabet groups ,how can i undo that?

Use the View menu (http://www.videodb.info/forum_en/index.php?topic=2108.msg10902#post_s4).

i have a slow Internet connections so when i chose a number of item and use scripts on them it takes a lot of time...

Another reason for carefully considering your database design. There are various ways to restrict the number of records added to a database. They're best considered in the following order:


Title: Re: big picture for movies and people?
Post by: rd1381 on October 03, 2010, 12:53:47 am
thank you
a complete answer

i figured out the filmography part myself. sorry that i said it was a bug.i didnt understand the way pvd handled actors info .now i think i get it.

another suggestion :
when pvd gets a series info it  creates episodes entries .but it leaves them empty but they have imdb link.so why not use that link when getting info for a single episode? like the same way pvd gets actors info.
 cause right now pvd show a long list of movies with the name of episode in them not that episode.

and another thing:can i disable(remove)websearch menu from pvd?.i dont use it and it causes problems when i run pvd in linux with wine( i am sure its wine problem but still i dont need this function of pvd)
Title: Re: big picture for movies and people?
Post by: rick.ca on October 03, 2010, 01:34:53 am
Quote
so why not use that link when getting info for a single episode?

It does. Are you sure you're running the IMDb plugin and not another?

Quote
can i disable(remove)websearch menu from pvd?.i dont use it and it causes problems when i run pvd in linux with wine

No. How is it creating a problem if you don't use it?
Title: Re: big picture for movies and people?
Post by: rd1381 on October 03, 2010, 11:54:59 am
1.yes i am sure it searches by name for episodes and i thinks now that i checked it was mentioned in forums before without an answer.
right now i checked again but it seems to work only for episode of series that have unique names like the true blood series.

now it seems the problem it that it doesnt asign a imdb link to some tv series though they have imdb links for each episode. like the series 'tell me you love me' that has a page for series and a page for each episode.it doesnt add the imdb link to each episode of the series in pvd
now that i checked it pvd has some problems with tv series on imdb, for example i added th e 4 seasons of true blood series and for 3 seasons plugin can get the info if run after adding the series n individual episodes , but for season 4 even though it has imdb page if i run plugin on individual episodes it says not found.
or another one is if i delete a season from a series entry i cant add it later by running the imdb script for that series ( even though i have selected overwrite option for imdb plugin)


omg i checked again( i am checking as i write) and it seems that the links were from before the new imdb plugin and the new one doesnt even get the link for episodes.(the old one did)so i guess this  an error added in the new imdb plugin (maybe because of imdb redesigns?)
what i mean is that i deleted true blood and added it again to get the season four that was deleted but now that the episodes are added there is no imdb link in there info and so using imdb plugin on them searches by name again.

2.my problem it not pvd but running it in linux with help of wine emulator.it uses i smaller window than my monitor screen(which i configured that way and dont want to change) .now when i run pvd inside wine in has to slide the tool-bar sliders to left so that they all fir but this makes some buttons disappear ( totally wine fault not pvd) so i have ( for example for switching between movie and people view ) drag the slider next to switch button to right so that  that button appear .

another suggestion:
is there any way to have a irc channel for help so that the issues get resolved faster? and then the most needed sulotion can be added to this forum as sticky post
Title: Re: big picture for movies and people?
Post by: rick.ca on October 03, 2010, 05:32:16 pm
1. Maybe the problem is season 4 of True Blood hasn't happened yet? ::)

2. Drag the Search Bar to a second row.

3. If anyone wants to chat, they may do so. But not with me. ;)
Title: Re: big picture for movies and people?
Post by: rd1381 on October 03, 2010, 06:06:44 pm
1i now checked that i doesn't get links for season 1-3 of true blood either.(*it did before with older version of imdb plugin) so that when i get info for any of said episode it shows a list to chose and its obvious that it search name of episode not imdb link.
so i think the new imdb plugin and redesign of imdb may have caused this.

2. i can drag it but next time its back to its previous position
Title: Re: big picture for movies and people?
Post by: rick.ca on October 03, 2010, 07:17:34 pm
1. It works fine for me. Do you have Episodes checked in both Overwrite settings and the plugin configuration? If so and it still doesn't get episode links, please post a log.

2. That's as good as it's going to get.
Title: Re: big picture for movies and people?
Post by: rd1381 on October 03, 2010, 08:26:55 pm
1."Do you have Episodes checked in both Overwrite settings and the plugin configuration?" i have set in plugin config but i dont know where is this Overwrite settings that you say.

anyway if i try with a new database even then it doesn't get the imdb links for episodes.

2.wish there wa checkbox that could make that search vanish :)

two picture for same episode that one where added before imdb changes and the other is when i try new imdb plugin

[attachment deleted by admin]
Title: Re: big picture for movies and people?
Post by: rick.ca on October 03, 2010, 09:08:39 pm
1. See attached. [Edit] This won't make any difference. If you didn't have Episodes checked in Overwrite settings, no episode records would be added. :-\

2. Wishing won't help. ;)

[attachment deleted by admin]
Title: Re: big picture for movies and people?
Post by: rd1381 on October 03, 2010, 09:39:33 pm
1. See attached. [Edit] This won't make any difference. If you didn't have Episodes checked in Overwrite settings, no episode records would be added. :-\



i have selected episode info in imdb plugin  to be overwrited and as i said it happens with a new database too.
and if you look at attached files you see that one have imdb link and the other doesnt and if i use imdb script to get info on both of them the second one would do a name search from imdb to find the episode which is not helpful if  the episode has no name but the first one would get the data directly from its imdb address and thats what it should do( and it used to do it that way.

like people info page that when i use imdb script on a actor it gets the info from its imdb page and doesnt search the imdb for that actor's name.

hope i explained it correctly
Title: Re: big picture for movies and people?
Post by: rick.ca on October 03, 2010, 10:20:14 pm
Quote
the first one would get the data directly from its imdb address and thats what it should do

I'm sure that's what it would do—if there were URL's. Because there's not, it's doing title searches. The problem is the update of the series did not get the URL's. It works fine for me. I can only guess it might have something to do with the redesign—as that seems to affect different users in different ways. Are you getting the same result for different series? Whenever you run the plugin? Does anything change if you re-run the plugin?
Title: Re: big picture for movies and people?
Post by: rd1381 on October 04, 2010, 12:13:45 am
that is my point exactly. the script (not update , even with fresh database) doesn't get urls for episodes so then getting data for them becomes almost impossible.

and i tired it again and again and it doesnt get urls.
i tried with imdb login and without it.i tired setting imdb design to old one(it my imdb account page there is that option ,but it seems that the new imdb plugin is not gonna work with that(havent tired that ).

do i get this correct?: with a fresh updated pvd , some users dont get urls for episodes?thats very .....
you mean if you get a new pvd (i use portable version of pvd) and update the plugins and the search for a series i may or may not get urls?
Title: Re: big picture for movies and people?
Post by: rick.ca on October 04, 2010, 03:25:19 am
Quote
do i get this correct?: with a fresh updated pvd , some users dont get urls for episodes?thats very .....

...strange? No. If IMDb is rolling-out changes that affect the plugins and not updating their servers simultaneously, then different users are going to get different results. I have no idea how that works, but the theory fits what we've been seeing in the recent past. All I can suggest is waiting patiently until nostra figures out what's going on.
Title: Re: big picture for movies and people?
Post by: rd1381 on October 04, 2010, 12:21:50 pm
phew
thanks
so the answer is to wait for imdb to settle down?.
the bad thing is as soon as i found this program(pvd) it seems that imdb tries to mess with me with changing its style.
i even remember that i saw the imdb new style first when i used opera some time ago but it didnt happen in ie or firefox and it was very confusing.

so for now i dont add series till its settled.
thanks for all the answers.