Hi,
I have a lot of Actor's that don't have a photo of them.
I have used the normal Actor script's for all the other
information and just need a way to find a picture.
When I use Google image there are lots of picture's to chose from and
I started the slow process of copy and paste for each actor missing
the photo. Then I gave a modified GOOGLEIMAGES.txt script a go and I can select the picture in preview then click take selected but still end up with no picture. Can anybody help with this script?
---------------------------------------------------------
- eXtreme Movie Manager -
- MagicScript Technology -
- 2006 Alessio "AleTsg" Viti -
---------------------------------------------------------
- Web : Google Images -
- Author : Phyton -
- Date : 2/August/2010 -
---------------------------------------------------------
#MADEBY#=Phyton
#DATEBUILD#=2.August.2010
#WEBSITE#=Google Images
#NOTE#=Import Google Image As Photo
#SCRIPTQUALITY#=3
#SCRIPTGENERATION#=2
#LANGUAGESORT#=EN
#SCRIPTFORACTORS#=TRUE
#WEBQUERY#=http://www.google.com.tr/images?q=#NAME#
#TYPE#=0
[TYPE]=0=Complete|1=Covers|2=Trailers|3=Tunes|4=Subtitles|5=Chains|6=Mistakes|7=Games|8=Adult|9=Anime
#CREATEMOVIELIST#
#STARTREADWEB#
#WRITETITLELIST#=
#WRITETITLELIST#=Found Pictures
#WRITETITLELIST#=-------------------------------
#PUT#=0#00#
#FINDLINE#=</span>G#10# #ONERROR#=*OK*
#IF# #00#==#10#
#GOTO#=ENDSEARCH
#ENDIF#
#REPEAT#
#FIND#=<a href="/imgres?imgurl=#01# #ONERROR#=*OK*
#IF# #00#==#01#
#GOTO#=ENDSEARCH
#ENDIF#
#COMPUTECURSOR#=+23
#PUTCURSOR#=#01#
#FIND#=&imgrefurl=#03# #ONERROR#=*OK*
#TAKEWORD#=#04#,#01#,#03#
#FIND#==&h=#07# #ONERROR#=*OK*
#COMPUTECURSOR#=+7
#PUTCURSOR#=#07#
#FIND#=&w=#11# #ONERROR#=*OK*
#TAKEWORD#=#08#,#07#,#11#
#COMPUTECURSOR#=+6
#PUTCURSOR#=#11#
#FIND#=&sz=#12# #ONERROR#=*OK*
#TAKEWORD#=#13#,#11#,#12#
#COMPUTECURSOR#=+7
#PUTCURSOR#=#12#
#FIND#=&hl=#14# #ONERROR#=*OK*
#TAKEWORD#=#15#,#12#,#14#
#WRITETITLELIST#=#04# ---> #04# - resolution:#13#x#08# - size:#15#
#WHILE# #00#<>#01#
:ENDSEARCH
#ENDCREATEMOVIELIST#
#POSTER#
#STARTREADWEB#
//The directlink is directly the Cover!! I need this instruction (Engine V4.4)
#GETMOVIEVAR#=#25#=#DIRECTLINK#
#TAKEPOSTER#=#25#
#ENDPOSTER#
cheers
Ken