BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 eXtreme Movie Manager 8, 9, 10 Forum
 Scripts
 IMDB.COM(Actors)

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
RedArmy Posted - 05 Aug 2014 : 07:56:18
Hi,
The last version IMDB.com(Actors) script does not seem to get it to work correctly. since today the script is displaying just links when trying to import themas shown below:
12   L A T E S T    R E P L I E S    (Newest First)
JDommi Posted - 19 Mar 2015 : 20:50:55
It's the full Birtdate section.
The :TRYABY (TryActorsBirthYear) is the label to jump to if no birthdate is found for the actor.
At some times there was a splitting needed for day/month and year. But now it's takeable in one routine. This part was removed but the label has stayed.
On testing the routine I had no problems recognized. Are there any?
alsystems Posted - 19 Mar 2015 : 19:55:22
JDommi,

What's the full text of Birthdate Section of the IMDB(Complete) and IMDB(Actors) Scripts that actually works? Birthdates have not been imported using the IMBD scripts for a long time. I know very little of the MagicScript syntex.

I tried replacing this section with what you listed above but had problems. I noticed that there seems to be another variable problem (#TAKEACTORBDATE#) below the the :TRYABY label.
JDommi Posted - 10 Mar 2015 : 10:50:33
I just have had a look at the actor's birthdate. No wonder why it is not taken!
The correct MagicScript command is #TAKEACTORBIRTHDATE# and not #TAKEACTORBDATE#.
Beside that this function can be made shorter like already done for the deathdate.

By the way at least this part is identical on both scripts, Actors and Complete!

When there are some other bugs please let me know. I will have a look as soon as I have time for.

--BIRTH DATE--------------------------------------------------------------------------------
   #STARTREADWEB#
    #FINDLINE#=<h4 class="inline">Born:</h4>#12##ONERROR#=*OK*
    #IF# #12#==#00#
        // No date of BIRTH.
        #GOTO#=BIRTHPLACEGOTO
    #ENDIF#
    #PUT#=#03#
    #FINDLINE#=itemprop="birthDate"#11##ONERROR#=*OK*
    #IF# #11#==#00#
      #GOTO#=TRYABY
    #ENDIF#
	#COMPUTECURSOR#=-15
	#FIND#="#01# #ONERROR#=*OK*
    #COMPUTECURSOR#=+1
    #FIND#="#02# #ONERROR#=*OK*
    #TAKEWORD#=#03#,#01#,#02#
    #CHECKVARIABLE#=#03#
    #STARTSUBSTITUTETAGS#
    #STARTDELETETAGS#
    #CLEARTAGS#
    #TRIM#
    #TAKEACTORBIRTHDATE#=#03# #ONERROR#=*OK*
    :TRYABY
Valkyrslayer Posted - 10 Oct 2014 : 21:08:29
still no Birth Dates
Valkyrslayer Posted - 22 Aug 2014 : 15:20:23
The Birth Date for Actors is not being imported
alsystems Posted - 15 Aug 2014 : 05:46:43
I'm getting similar results for Actors using IMDB.COM (Actors).txt:

HTML code is part of the Actor
Birth Place
County
Filmography

Even when the Actor is already in my Database, I get a duplicate with an extra Accent Mark at the end like:

Freddie JonesĀ instead of Freddie Jones
Valkyrslayer Posted - 11 Aug 2014 : 18:24:26
will this be fixed sometime?
RedHunter Posted - 07 Aug 2014 : 15:06:13
quote:
Originally posted by RedArmy

Hi,
The last version IMDB.com(Actors) script does not seem to get it to work correctly. since today the script is displaying just links when trying to import themas shown below:



Quoto...
Valkyrslayer Posted - 06 Aug 2014 : 18:32:19
+1
pink Posted - 06 Aug 2014 : 17:57:42
+1
brinb666 Posted - 05 Aug 2014 : 17:41:06
Strongly agree
batrado Posted - 05 Aug 2014 : 10:11:45
+1

BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.07 sec. Powered By: Snitz Forums 2000 Version 3.4.07