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
 Modify script for thetvdb.com

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
Miyuri Posted - 07 Jan 2013 : 09:06:38
I want modify the skript like i have done for V7.X but i have problem to get the plot as notes. I have copy my modify from last work and the first part with the title as original title work well.

http://www.binaryworks.it/forum/topic.asp?TOPIC_ID=7476


PHASE 1, IMPORTING SERIE INFORMATIONS

#NOTES#

#IF# #97#==#00#
#GOTO#=ENDPLOT
#ENDIF#

#WRITETITLELIST#=
#WRITETITLELIST#=Plot:
#WRITETITLELIST#=-----

#STARTREADWEB#

#FINDLINE#=<td>Overview: </td>#10##ONERROR#=*STOP*
#FINDLINE#="display: inline">#10##ONERROR#=*STOP*
#PUT#=#04#
:REPEATMAINPLOT
#TAKEWORD#=#03#,#00#,#00# //Entire Line of Plot
#CHECKVARIABLE#=#03#
#STARTSUBSTITUTETAGS#
#CLEARTAGS#
#TRIM#
#STRING#=#04#=#04##NEWLINE##03#
#RESETCURSOR#
#FIND#=</textarea>#10# #ONERROR#=*OK*
#IF# #10#<>#00#
#GOTO#=ENDMAINPLOT
#ENDIF#
#READNEXTLINE#
#GOTO#=REPEATMAINPLOT

:ENDMAINPLOT
#CHECKVARIABLE#=#04#
#TRIM#
#TAKENOTES#=#04#
#WRITETITLELIST#=#04#
:ENDPLOT
#ENDNOTES#


PHASE 2, IMPORTING EPISODE INFORMATIONS

#EPISODENOTES#

#RESTOREMAIN# //Open the Main Webpage
#STARTREADWEB#

#FINDLINE#=<td>Overview: </td>#12##ONERROR#=*STOP*
#FINDLINE#=style="display: inline">#12##ONERROR#=*STOP*
#PUT#=#04#
:REPEATEPISODEPLOT
#RESETCURSOR#
#TAKEWORD#=#03#,#00#,#00#
#CHECKVARIABLE#=#03#
#STARTSUBSTITUTETAGS#
#CLEARTAGS#
#TRIM#
#STRING#=#04#=#04##NEWLINE##03#
#RESETCURSOR#
#FIND#=</textarea>#12##ONERROR#=*OK*
#IF# #12#<>#00#
#GOTO#=ENDPLOTSERIOUS
#ENDIF#
#READNEXTLINE#
#GOTO#=REPEATEPISODEPLOT

:ENDPLOTSERIOUS
#CHECKVARIABLE#=#04#
#TRIM#
TAKENOTES#=#04#
#WRITETITLELIST#=Plot: #04#

#ENDEPISODENOTES#

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