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 11
 Bug Reports
 xmm 10 imdb script
 New Topic  Reply to Topic
 Printer Friendly
Author  Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

bogart
Starting Member

9 Posts

Posted - 30 Jul 2021 :  12:49:49  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
imdb scripts for emm 10 do not work. When I add a movie to the list, the movie cover doesn't come out. Why is this happening? Do scripts need to be updated?

JDommi
Administrator

Germany
4635 Posts

Posted - 30 Jul 2021 :  17:35:04  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Have a look here:
http://www.binaryworks.it/forum/topic.asp?TOPIC_ID=16123

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

bogart
Starting Member

9 Posts

Posted - 31 Jul 2021 :  11:32:50  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Problem solved. Thank you.
Go to Top of Page

kodviper
Starting Member

USA
5 Posts

Posted - 20 Aug 2021 :  16:32:58  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I'm having an issue with languages not being imported correctly using the IMDB complete script. Every movie's spoken language is set to english even though the movie is not. I started to poke at the script but I don't understand it very well. I was able to get the script to at least import the correct first language but I don't know how to have it import multiple spoken languages. Here's what I have so far. Any help will be appreciated. Thanks

--ORIGINAL LANGUAGE-------------------------------------------------------------------------
#LANGUAGE#
#PUT#=#14#
#PUT#=#15#
#STARTREADWEB#
#FINDLINE#=primary_language#12##ONERROR#=*STOP*

:REPEATLANGUAGE
#FIND#=primary_language=fr&sort=moviemeter,asc&ref_=tt_dt_ln"#11# #ONERROR#=*OK*
#FIND#=>#11#
#FIND#=<#12# #ONERROR#=*OK*
#TAKEWORD#=#13#,#11#,#12#
#CHECKVARIABLE#=#13#
#STARTDELETETAGS#
#STARTSUBSTITUTETAGS#
#TRIM#
#TAKELANGUAGE#=#13#
#ENDLANGUAGE#
Go to Top of Page

JDommi
Administrator

Germany
4635 Posts

Posted - 20 Aug 2021 :  18:59:51  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Please name a movie with more than one language. I didn't have recognized any so far...
Without the html snippet of such a movie I can't help.

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

kodviper
Starting Member

USA
5 Posts

Posted - 20 Aug 2021 :  19:28:46  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thanks for the fast reply. This is the one I was testing on.
Fortress of War
Original title: Brestskaya krepost
https://www.imdb.com/title/tt1343703/?ref_=fn_al_tt_1
Go to Top of Page

JDommi
Administrator

Germany
4635 Posts

Posted - 21 Aug 2021 :  01:16:42  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I will have a look at tomorrow or better today... *lol*

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

JDommi
Administrator

Germany
4635 Posts

Posted - 21 Aug 2021 :  12:08:19  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Untested!
Let me know if it's working, please.

--ORIGINAL LANGUAGE-------------------------------------------------------------------------
#LANGUAGE#
#PUT#=#14#
#PUT#=#15#
#STARTREADWEB#
#FINDLINE#="spokenLanguages":[{"id"#12##ONERROR#=*STOP*

:REPEATLANGUAGE
#FIND#=","__typename":"SpokenLanguage"}#12# #ONERROR#=*OK*
#FINDPREVIOUS#="text":"#11#
#FIND#=:"#12#
#FIND#="#12#
#TAKEWORD#=#13#,#11#,#12#
#CHECKVARIABLE#=#13#
#STARTDELETETAGS#
#STARTSUBSTITUTETAGS#
#TRIM#
#STRING#=#14#=#14##13#
#FIND#={"id":#11# #ONERROR#=*OK*
#IF# #11#=#00#
    #TAKELANGUAGE#=#14#
#ENDIF#
#IF# #11#<>#00#
	#STRING#=#14#=#14#, 
    #GOTO#=REPEATLANGUAGE
#ENDIF#
#ENDLANGUAGE#

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

kodviper
Starting Member

USA
5 Posts

Posted - 21 Aug 2021 :  15:51:31  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Just tested it and the script started looping. When I stopped the script it imported this:
text":, text":, text":, text":, text":, text":,

Edited by - kodviper on 21 Aug 2021 15:53:59
Go to Top of Page

JDommi
Administrator

Germany
4635 Posts

Posted - 21 Aug 2021 :  19:09:22  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Tested!!!

--ORIGINAL LANGUAGE-------------------------------------------------------------------------
#LANGUAGE#
    #STARTREADWEB#
    #FINDLINE#="spokenLanguages":[{"id"#12##ONERROR#=*STOP*
    #FIND#=","__typename":"SpokenLanguage"}#12#
    #PUTCURSOR#=#14#
    #FIND#="__typename":"SpokenLanguages"}#15#
    #LOADCURSOR#=#14#
    #PUT#=#14#
    #PUT#=1#16#

:REPEATLANGUAGE 
    #IF# #12#>>#15#
        #PUT#=0#11#
        #GOTO#=LANGEND
    #ENDIF#
    #IF# #12#==#00#
        #PUT#=0#11#
        #GOTO#=LANGEND
    #ENDIF#
    
    #IF# #16#==#00#
        #STRING#=#14#=#14#, 
    #ENDIF#
    #IF# #16#>>#00#
        #PUT#=0#16#
    #ENDIF#
    #FINDPREVIOUS#=text":"#11#
    #FIND#=:"#11#
    #FIND#="#11#
    #TAKEWORD#=#13#,#11#,#12#
    #CHECKVARIABLE#=#13#
    #STARTDELETETAGS#
    #STARTSUBSTITUTETAGS#
    #TRIM#
    #STRING#=#14#=#14##13#
    #FIND#={"id":#11# #ONERROR#=*OK*
:LANGEND 
    #IF# #11#==#00#
         #TAKELANGUAGE#=#14#
    #ENDIF#
    #IF# #11#<>#00#
         #FIND#=","__typename":"SpokenLanguage"}#12# #ONERROR#=*OK*
         #GOTO#=REPEATLANGUAGE
    #ENDIF#
#ENDLANGUAGE#

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

kodviper
Starting Member

USA
5 Posts

Posted - 21 Aug 2021 :  19:17:02  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Amazing and confirmed working!! Thank you very much!
Go to Top of Page

JDommi
Administrator

Germany
4635 Posts

Posted - 21 Aug 2021 :  19:37:20  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

Ballantain
New Member

60 Posts

Posted - 25 Sep 2021 :  04:23:30  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
the IMDB Complete script not work, not even the August 23 version, please update it ...
Go to Top of Page

robace
Starting Member

10 Posts

Posted - 27 Sep 2021 :  15:35:11  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Same here. No data imported. It appears the IMDB script needs an update.
thanks.
Go to Top of Page

JDommi
Administrator

Germany
4635 Posts

Posted - 27 Sep 2021 :  18:23:21  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
http://www.binaryworks.it/forum/topic.asp?TOPIC_ID=16123&whichpage=5

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page
   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.19 sec. Powered By: Snitz Forums 2000 Version 3.4.07