Author |
Topic |
|
fege
Junior Member
Yugoslavia
152 Posts |
Posted - 18 Sep 2013 : 18:48:02
|
Spikeus,
I tested my script with movie SkyFall.
Just to point out a few things:
1. IMDB script doesn't import Connections, and this is normal behavior of the script. 2. Solution for not importing Original title is to use Proxy. 3. I see that script doesn't import comments. 4. Problem with Goofs import is not easy, it will take some time.
|
|
|
HaraldBluetooth
New Member
Denmark
77 Posts |
Posted - 02 Oct 2013 : 17:00:51
|
Hi fege, I still have problems with your script only importing part of the actors list.
It seems that the script only takes the actors on the first page, f.ex. http://akas.imdb.com/title/tt0087365/ (15 actors for this film) instead of the full cast from http://akas.imdb.com/title/tt0087365/fullcredits?ref_=tt_cl_sm#cast (55 actors)
Until this is solved, a little workaround is first to run Fege's script without Cast (Starring) or delete Cast afterwards and then run the IMDB.COM (Fastest) script - Then you get the best from both worlds :O) |
Edited by - HaraldBluetooth on 02 Oct 2013 17:48:23 |
|
|
fege
Junior Member
Yugoslavia
152 Posts |
Posted - 02 Oct 2013 : 20:20:19
|
I will try to fix my script. |
|
|
gsimjansen
Starting Member
Netherlands
5 Posts |
Posted - 22 Dec 2013 : 19:02:16
|
Since about 2 weeks IMDB Complete does no longer import covers. All I get is a black square. Could someone please fix this? |
|
|
JDommi
Administrator
Germany
4650 Posts |
|
gsimjansen
Starting Member
Netherlands
5 Posts |
|
JDommi
Administrator
Germany
4650 Posts |
Posted - 23 Dec 2013 : 09:40:26
|
Yes, or you have to look at the scriprs section if someone inofficially updates the release 7 scripts. |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
fege
Junior Member
Yugoslavia
152 Posts |
Posted - 24 Dec 2013 : 21:12:36
|
quote: Originally posted by gsimjansen
Since about 2 weeks IMDB Complete does no longer import covers. All I get is a black square. Could someone please fix this?
You can use part of the script from v8, and use it in version 7.
Here is part of the script from v8
--PICTURE----------------------------------------------------------------------------------- #POSTER# #IF# #76#==#00# #GOTO#=ENDPOSTER #ENDIF# #RESTOREMAIN# #STARTREADWEB# #FINDLINE#=id="img_primary"#15##ONERROR#=*OK* #IF# #15#==#00# #GOTO#=ENDPOSTER #ENDIF#
:FINDMILINE #READNEXTLINE# #FINDLINE#=href="/media/#12##0NERROR#=*OK* #IF# #12#<>#00# #GOTO#=MPLINEFOUND #ENDIF# #GOTO#=FINDMILINE
:MPLINEFOUND #FIND#="#11##ONERROR#=*OK* #COMPUTECURSOR#=+1 #FIND#="#12# #ONERROR#=*OK* #TAKEWORD#=#13#,#11#,#12# #STRING#=#13#=http://www.imdb.com#13# #OPENNEWWEB#=#13# #FINDLINE#=<img id="primary-img"#12##ONERROR#=*OK* #IF# #12#==#00# #GOTO#=ENDPOSTER #ENDIF# #FINDLINE#= src="#11# #ONERROR#=*OK* #FIND#="#11# #ONERROR#=*OK* #COMPUTECURSOR#=+1 #FIND#="#12# #ONERROR#=*OK* #TAKEWORD#=#14#,#11#,#12# #TAKEPOSTER#=#14# #RESTOREWEB#
:ENDPOSTER #ENDPOSTER#
Put it script for version 7 and try it.
|
|
|
Topic |
|
|