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
 Bug Reports
 IMDB script does not work correctly
 New Topic  Reply to Topic
 Printer Friendly
Previous Page
Author  Topic Next Topic
Page: of 15 Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Sabry
Starting Member

Italy
9 Posts

Posted - 07 Sep 2024 :  14:14:35  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thank you Kipcior, problem solved replacing the lines :)

Great job!
Go to Top of Page

Rincewindwiz
Junior Member

105 Posts

Posted - 13 Sep 2024 :  22:58:15  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi and thanks for this
My problem lies with movies not series and is concerned certain data (Year among others) as opposed to the movie list which works fine (except that it does not limit the title search to movies :-( )

But I had a look anyway

My entire IMDB.COM script has very few instances of #FIND#=div class= and none that go on "sc-"
Also it does not contain the string jKMtaG [so replacing it will be difficult ]

But it did make me look at the script more carefully and I discovered option 85 (Get the movie year was set to 0 - dont get year) and then I remembered that the device scanner used to take a number in the title that was inside () as being the year and it is no longer doing this.
Oh well at least I can fix my current issue

He uses statistics as a drunk uses lampposts - for support rather than illumination

Edited by - Rincewindwiz on 16 Sep 2024 00:19:52
Go to Top of Page

Kipcior
New Member

78 Posts

Posted - 05 Oct 2024 :  15:56:30  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I noticied that my script also stopped scrapping Genre, so if it's the same for you, you can take this part of script from my version, which I just tested and works. It works for Genre and Subgenres.


#GENRE#
    //Take only ONE genre, the others goes in the Subgenre
    //Read info from MAIN webpage
    #RESTOREMAIN#
    #STARTREADWEB#
    #FINDLINE#=<span class="ipc-chip__text"#11# #ONERROR#=*STOP*
	
	//GENRE
    #FIND#=<span class="ipc-chip__text"#11# #ONERROR#=*OK*
    #FIND#=>#11# #ONERROR#=*OK*
	#FIND#=<#12#
    #TAKEWORD#=#13#,#11#,#12#
    #CHECKVARIABLE#=#13#
    #STARTDELETETAGS#
    #STARTSUBSTITUTETAGS#
    #TRIM#
    #TAKEGENRE#=#13#

	//SUBGENRE        
:REPEATSUBGENRE 
    #FIND#=<span class="ipc-chip__text"#11# #ONERROR#=*STOP*
    #FIND#=>#11# #ONERROR#=*OK*
	#FIND#=<#12#
    #TAKEWORD#=#13#,#11#,#12#
    #CHECKVARIABLE#=#13#
    #STARTDELETETAGS#
    #STARTSUBSTITUTETAGS#
    #TRIM#
    #TAKESUBGENRE#=#13#
	#GOTO#=REPEATSUBGENRE
#ENDGENRE#



One important thing not working for me is length and I can;t find easy rule to get this. Does it work for you?
Go to Top of Page

JDommi
Administrator

Germany
4647 Posts

Posted - 16 Nov 2024 :  10:16:23  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Sorry, but I had to take a pause from XMM for the last few monthes but I hope that I will now have time again to fix the scripts again.
Please let me know what still has to be corrected as I didn't use any of the scripts in the last time.

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
4647 Posts

Posted - 17 Nov 2024 :  19:12:04  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
@Kipcior:
Length (runtime): Go to page /technical/
Here you have both values (hours and minutes) and whole time in minutes.
<span class="ipc-metadata-list-item__list-content-item" aria-disabled="false">2 Std. 1 Min.<</span><span class="ipc-metadata-list-item__list-content-item--subText">(121 min)</span>

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

sauhan
Starting Member

Germany
2 Posts

Posted - 18 Nov 2024 :  10:32:05  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hey, nice to see you back!

the imdb-scripts for TV series are still broken as far as I can see... last I was using was "15S_imdb.com (TV series) for Rel.8.txt"
Go to Top of Page

JDommi
Administrator

Germany
4647 Posts

Posted - 18 Nov 2024 :  18:05:07  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Okay, I will try to have a look at it tomorrow

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
4647 Posts

Posted - 19 Nov 2024 :  14:46:54  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Please check if everything works fine again.

https://www.mediafire.com/file/0u1hlhuuezq9cs9/IMDB.COM_%2528TVSeries%2529_11_2024.txt/file

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

robace
Starting Member

11 Posts

Posted - 19 Nov 2024 :  16:23:52  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi, my IMDB script hasn't found the movie length for many months
If anyone has a working script, can you please post a link to the script.
Thank you.
Go to Top of Page

JDommi
Administrator

Germany
4647 Posts

Posted - 19 Nov 2024 :  17:54:20  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
As Kipcior has fixed some parts of the script meanwhile I unfortunately have not the latest working script.
As soon as he will share the script I will try to fix 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

sauhan
Starting Member

Germany
2 Posts

Posted - 19 Nov 2024 :  20:31:21  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
quote:
Originally posted by JDommi

Please check if everything works fine again.

https://www.mediafire.com/file/0u1hlhuuezq9cs9/IMDB.COM_%2528TVSeries%2529_11_2024.txt/file



hey, seems to work as far as I can see :)
thank you very much!
Go to Top of Page
Page: of 15  Topic Next Topic   Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
Previous Page
 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