BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 eXtreme Movie Manager (Rel. 7), No More Updates
 Scripts
 Problem with Script "IMDB.COM (TVSeries) For Rel.7
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

DontPanic
Starting Member

Germany
3 Posts

Posted - 23 Jan 2010 :  00:41:58  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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*

Edited by - DontPanic on 23 Jan 2010 01:07:41

Alessio Viti
Forum Admin

Italy
9171 Posts

Posted - 27 Jan 2010 :  06:50:26  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thank you!

I have uploaded the new script just now.

Ale

http://www.facebook.com/pages/eXtreme-Movie-Manager/47220214342?ref=mf
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 27 Jan 2010 :  13:38:19  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
But the Script you uploaded just has my modification regarding utf8 conversion not this bug-fix.
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.12 sec. Powered By: Snitz Forums 2000 Version 3.4.07