Author |
Topic |
|
bogart
Starting Member
9 Posts |
Posted - 30 Jul 2021 : 12:49:49
|
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
4649 Posts |
|
bogart
Starting Member
9 Posts |
Posted - 31 Jul 2021 : 11:32:50
|
Problem solved. Thank you. |
|
|
kodviper
Starting Member
USA
5 Posts |
Posted - 20 Aug 2021 : 16:32:58
|
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# |
|
|
JDommi
Administrator
Germany
4649 Posts |
Posted - 20 Aug 2021 : 18:59:51
|
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 |
|
|
kodviper
Starting Member
USA
5 Posts |
|
JDommi
Administrator
Germany
4649 Posts |
Posted - 21 Aug 2021 : 01:16:42
|
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 |
|
|
JDommi
Administrator
Germany
4649 Posts |
Posted - 21 Aug 2021 : 12:08:19
|
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 |
|
|
kodviper
Starting Member
USA
5 Posts |
Posted - 21 Aug 2021 : 15:51:31
|
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 |
|
|
JDommi
Administrator
Germany
4649 Posts |
Posted - 21 Aug 2021 : 19:09:22
|
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 |
|
|
kodviper
Starting Member
USA
5 Posts |
Posted - 21 Aug 2021 : 19:17:02
|
Amazing and confirmed working!! Thank you very much! |
|
|
JDommi
Administrator
Germany
4649 Posts |
Posted - 21 Aug 2021 : 19:37:20
|
You're welcome |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Ballantain
New Member
60 Posts |
Posted - 25 Sep 2021 : 04:23:30
|
the IMDB Complete script not work, not even the August 23 version, please update it ... |
|
|
robace
Starting Member
11 Posts |
Posted - 27 Sep 2021 : 15:35:11
|
Same here. No data imported. It appears the IMDB script needs an update. thanks. |
|
|
JDommi
Administrator
Germany
4649 Posts |
|
|
Topic |
|