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 8, 9, 10 Forum
 Scripts
 Report broken scripts here
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author  Topic Next Topic
Page: of 8 Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

grun
Starting Member

27 Posts

Posted - 17 Sep 2016 :  08:40:47  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Since a few days I think something is wrong but I don't know what. I'm using the latest version of xmm and for importing movies the script IMDB (fastest) is used. When I want to import some movies it takes much more time (like >15 minutes) to come up with some entries in the ScriptEngine Status window, but only with a couple of green triangles, the titles of the movies themselves are blank, which makes it impossible to choose. When I look up the same movie titles in the Chrome browser, they are found within a few seconds.

Furthermore, I find it very difficult or impossible to abort the ScriptEngine process. What is the right procedure if you want to cancel or abort an ongoing action? The only thing that works for me is to close xmm completely (which might explain my problem in the first place).

Edited by - grun on 17 Sep 2016 08:47:42
Go to Top of Page

JDommi
Administrator

Germany
4637 Posts

Posted - 17 Sep 2016 :  09:55:51  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I have fixed the other IMDB scripts a few days ago but have forgotten the fastest one. Have a look here: http://www.binaryworks.it/forum/topic.asp?TOPIC_ID=14976

You can correct it yourself:
Open the script with any text editor, search for :REPEATMTITLES. Two lines later is the line of code to change.
#FINDPREVIOUS#=<img src="http:#10# #ONERROR#=*OK* <-- remove the colon after http


Aborting the engine always waits finishing one block I think. So it can last a while. Closing XMM in the case of hang-ups is the best way I use myself, too.

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

grun
Starting Member

27 Posts

Posted - 17 Sep 2016 :  10:14:17  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thanks a lot, it works! Great support, keep it up.
Go to Top of Page

JDommi
Administrator

Germany
4637 Posts

Posted - 17 Sep 2016 :  10:24:57  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
You're welcome!

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Sciolto
New Member

65 Posts

Posted - 19 Feb 2017 :  15:51:58  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
IMDB Complete seems to be broken in the Original Language section.
Currently the repeat language is triggered by == instead of <>

It should be:

#IF# #11#<>#00#
#GOTO#=REPEATLANGUAGE
Go to Top of Page

JDommi
Administrator

Germany
4637 Posts

Posted - 19 Feb 2017 :  16:54:03  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Ah, thanks!
I haven't recognized that before.

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Sciolto
New Member

65 Posts

Posted - 19 Feb 2017 :  17:10:26  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
quote:
Originally posted by JDommi

Ah, thanks!
I haven't recognized that before.



The section still wasn't working with multiple languages. I corrected this to:

--ORIGINAL LANGUAGE-------------------------------------------------------------------------
#LANGUAGE#
#PUT#=#14#
#PUT#=#15#
#STARTREADWEB#
#FINDLINE#=<h4 class="inline">Language:</h4>#12##ONERROR#=*STOP*

:REPEATLANGUAGE
#READNEXTLINE#=1
#FIND#=</span>#11# #ONERROR#=*OK*
#IF# #11#<>#00#
#GOTO#=REPEATLANGUAGE
#ENDIF#
#FIND#=</div>#11# #ONERROR#=*OK*
#IF# #11#<>#00#
#GOTO#=ENDLANGUAGE1
#ENDIF#
#READNEXTLINE#=1
#FIND#=>#11# #ONERROR#=*OK*
#FIND#=<#12# #ONERROR#=*OK*
#TAKEWORD#=#13#,#11#,#12#
#CHECKVARIABLE#=#13#
#STARTDELETETAGS#
#STARTSUBSTITUTETAGS#
#TRIM#
#STRING#=#14#=#14##15##13#
#PUT#=| #15#
#IF# #88#==#00#
// Should take all available languages
#GOTO#=ENDLANGUAGE1
#ENDIF#
#GOTO#=REPEATLANGUAGE

:ENDLANGUAGE1
#CHECKVARIABLE#=#14#
#TRIM#
#TAKELANGUAGE#=#14#
#ENDLANGUAGE#
Go to Top of Page

JDommi
Administrator

Germany
4637 Posts

Posted - 19 Feb 2017 :  17:26:55  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thanks for the bugfix
Send the corrected script to Ale and/or upload it to any webspace, please.

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Sciolto
New Member

65 Posts

Posted - 19 Feb 2017 :  18:01:55  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
quote:
Originally posted by JDommi

Thanks for the bugfix
Send the corrected script to Ale and/or upload it to any webspace, please.



Done
Go to Top of Page

JDommi
Administrator

Germany
4637 Posts

Posted - 19 Feb 2017 :  18:47:57  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Just an idea: what about the IMDB script for TVShows? I think it has the same routine as the complete script...

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

RedArmy
Starting Member

44 Posts

Posted - 24 Jun 2017 :  19:31:22  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi,I'm Use a IMDB.Com(TvSeries) For Rel 8 and I Set script option number of actor to import=8.
Why the actors are not added, and only an actor is added?
Go to Top of Page

JDommi
Administrator

Germany
4637 Posts

Posted - 24 Jun 2017 :  21:28:16  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Depending on the TVShow the can be less than 8 actors listed.
I personally add always 8 actors by IMDB and I never have had problems with.
If that problem occurs on several Shows let me know an example and I will try to duplicate it.

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

RedArmy
Starting Member

44 Posts

Posted - 25 Jun 2017 :  12:08:48  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi,JDommi Tanks For Posted







backup:https://www.4shared.com/rar/PpeOsEUzca/New_folder.html
Go to Top of Page

JDommi
Administrator

Germany
4637 Posts

Posted - 25 Jun 2017 :  12:38:31  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Well, for me the script works without problems. But when I have a look at your second picture I assume that you have an old script in use.
Check if there is a newer script available, please.

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

RedArmy
Starting Member

44 Posts

Posted - 25 Jun 2017 :  14:26:30  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I deleted all the scripts and updated them, but the problem is still there.
Please give your script.
Go to Top of Page

JDommi
Administrator

Germany
4637 Posts

Posted - 25 Jun 2017 :  14:57:54  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
http://www.mediafire.com/file/hkl3v57pxcaoq7v/IMDB.COM_%28TVSeries%29_For_Rel.8.txt

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

RedArmy
Starting Member

44 Posts

Posted - 25 Jun 2017 :  16:22:19  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
JDommi tanks for script but,

Unfortunately, your script also has the same problem.
Only the first actor

Edited by - RedArmy on 25 Jun 2017 16:27:15
Go to Top of Page

JDommi
Administrator

Germany
4637 Posts

Posted - 25 Jun 2017 :  17:04:24  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
???
I have tested it with the settings that were set in my script and all actors were imported.
Did you have changed my settings?
At the moment I don't have any conclusion.
Maybe there is a difference between the countries...

Another question: Is that on every series or only on "Game of Thrones"?

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

RedArmy
Starting Member

44 Posts

Posted - 25 Jun 2017 :  17:20:57  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Yes, the new series I have to add.
I do not touch the script but its settings yes.
I even used vpn.
Go to Top of Page

RedArmy
Starting Member

44 Posts

Posted - 25 Jun 2017 :  17:30:20  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
The problem is where you start to change your settings. I'm fine with your scratch and tweeted, but when I change your settings, it's a problem.
Go to Top of Page
Page: of 8  Topic Next Topic   Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
Previous Page | Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.25 sec. Powered By: Snitz Forums 2000 Version 3.4.07