BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 eXtreme Movie Manager (Rel. 7), No More Updates
 Scripts
 Problem with Script "IMDB.COM (TVSeries) For Rel.7

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
DontPanic Posted - 23 Jan 2010 : 00:41:58
When importing Information for the TV-Series "Friends" I encountered the following problem with script "IMDB.COM (TVSeries) For Rel.7": The Episodes listing (to select the episodes to be imported) stops after Season 3, Episode 7. This problem is caused by the video clips available for the following Episode 8.

Here the Script-code for extracting the episode titles from the original script:
:REPEATCICLEEPISODES
#FINDLINE#=<div class="filter-all filter-year#12# #ONERROR#=*STOP*
#FIND#=<h3>#01# #ONERROR#=*STOP*


Problem is that (caused by the imbedded HTML-code for the video clips) the "<h3>" is no longer on the same line. I modified the above code in the following way:
:REPEATCICLEEPISODES
#FINDLINE#=<div class="filter-all filter-year#12# #ONERROR#=*STOP*

#FIND#=has-video#01# #ONERROR#=*OK* // new by DontPanic
#IF# #01#<>#00# // new by DontPanic
#FINDLINE#=<h3>#01# #ONERROR#=*STOP* // new by DontPanic
#ENDIF# // new by DontPanic
#IF# #01#==#00# // new by DontPanic

#FIND#=<h3>#01# #ONERROR#=*STOP*
#ENDIF# // new by DontPanic


The so modified script solves my problem for the "Friends" TV-series.

As I am new to XMM script programming I would ask the experienced programmers here to check the modification and - if okay - integrate it in the official script.

Thank you.

Edit:
A more simple - but not yet tested - solution could be to only replace the original
#FIND#=<h3>#01# #ONERROR#=*STOP*
by
#FINDLINE#=<h3>#01# #ONERROR#=*STOP*
2   L A T E S T    R E P L I E S    (Newest First)
Prinz Posted - 27 Jan 2010 : 13:38:19
But the Script you uploaded just has my modification regarding utf8 conversion not this bug-fix.
Alessio Viti Posted - 27 Jan 2010 : 06:50:26
Thank you!

I have uploaded the new script just now.

Ale

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