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 | Next Page
Author  Topic Next Topic
Page: of 14 Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

jimini
Starting Member

United Kingdom
20 Posts

Posted - 28 Jul 2021 :  05:32:07  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Good Morning, I've encountered a loop once more on version 12S on tv show Slo Pitch as before at line 1254. Sorry, I do have a large collection so I'm probably seeing more than others. Thanks again.
Go to Top of Page

JDommi
Administrator

Germany
4637 Posts

Posted - 28 Jul 2021 :  11:41:11  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
https://www.mediafire.com/file/fd6h3tt5urhnjaw/13S_IMDB.COM_%2528TVSeries%2529_For_Rel.8.txt/file
Now it should work...

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

Posted - 28 Jul 2021 :  11:55:59  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
quote:
Originally posted by Mawu

Hello guys,

just had a look at the forum after some days of absence and see a lively discussion. Thank you JDommi, you've already done an outstanding job. The IMDB script is the lifeline of xMM . How we can reward you for it?



Hi Mawu

I don't need a reward! Except of a few less bugs in XMM
When Ale has dropped the project - and it seems so - he should make it open source. Someone out there should be able to go on with it or at least will remove the bugs... And no, I'm not that one as I don't really program with Visual Basic! Beside that I'm really too old to do this to me

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

Posted - 29 Jul 2021 :  00:40:31  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
And the final release if nobody finds any errors anymore...

https://www.mediafire.com/file/o6bd50v0j73nrs5/14S_IMDB.COM_%2528TVSeries%2529_For_Rel.8.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

houkman
Starting Member

Poland
29 Posts

Posted - 03 Aug 2021 :  05:06:53  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi.

Please change code from (IMDB.COM (Complete).txt):

:NOAWTITLE 
    #FIND#=<td class="title_award_outcome"#10##ONERROR#=*OK* 
    #IF# #10#==#00#
        #GOTO#=NOAWARDRESULT
    #ENDIF#
    #READNEXTLINE#
    #TAKEWORD#=#03#,#00#,#00#
    #CHECKVARIABLE#=#03#
    #CLEARTAGS#
    #STRING#=#15#=#15##NEWLINE##NEWLINE#<<<<  #03#  >>>>#NEWLINE#


To:
:NOAWTITLE 
    #FIND#=<td class="title_award_outcome"#10##ONERROR#=*OK* 
    #IF# #10#==#00#
        #GOTO#=NOAWARDRESULT
    #ENDIF#
    #READNEXTLINE#
    #TAKEWORD#=#03#,#00#,#00#
    #CHECKVARIABLE#=#03#
    #CLEARTAGS#
    #SEARCHREPLACEVAR#=Winner|Won#03##00#
    #STRING#=#15#=#15##NEWLINE##NEWLINE#<<<<  #03#  >>>>#NEWLINE#




#SEARCHREPLACEVAR#=Winner|Won#03##00#
---> this work better with movie_bigcover card.

Thank You.
Go to Top of Page

JDommi
Administrator

Germany
4637 Posts

Posted - 03 Aug 2021 :  10:18:03  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Ah, thank you, houkman
I'm glad for every improvement!

That reminded me on changing #CUSTOM7#, too.

    #SEARCHREPLACEVAR#=Oscars|Oscars #13##00#
    #TAKEAWARDSNUMBER#=#13#


Beside that I'm just fixing the TMDB script (TheMovieDB.org[TV]_API3).
At least with XMM10 it seems to work again by only changing all https: to http:
Most info will be taken - although some JSON info seem to have a changed position or a modified structure.
Maybe you are willing to help me on that? I have a little less time at the moment as I have to install the new Laptop of my mother this week which will cost me another year of my life (Clicking tomorrow a button has to open the program yesterday )

https://www.mediafire.com/file/5x93sed9reikci3/1_THEMOVIEDB.ORG%255BTV%255D%2528API3%2529.txt/file

Errors I have already found:
- The Cast is broken (Actor2 has the role of actor1)
- Native title has the original name of the very last episode
- Sometimes the english plot is taken although the translated one is available (as example: Banshee = en, Agent X = de)

More I didn't have checked yet...

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

Posted - 03 Aug 2021 :  11:31:49  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
https://www.mediafire.com/file/m2t5q4s6xi40v8w/IMDB.COM_%2528Complete%2529.txt/file
Above mentioned output improvements.

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

houkman
Starting Member

Poland
29 Posts

Posted - 04 Aug 2021 :  06:23:33  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi and thank You for your work :]
I don't have much time either, but ... I fixed taking cast and roles in https://www.dropbox.com/s/m5yvsm0fljxqnav/1_THEMOVIEDB.ORG%5BTV%5D%28API3%29.txt?dl=1 and also replaced #SUBSTITUTETAGS# block (from my filmweb.pl script :])

Other errors I have found:
- movie link points to different movie
- mess in actor filmography
- actor web link sometimes doesn't work
Go to Top of Page

JDommi
Administrator

Germany
4637 Posts

Posted - 04 Aug 2021 :  07:28:53  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thanks for fixing that routine

For the other errors I will have a look the next days.
As said I have to complete the new laptop at first...

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

Posted - 07 Aug 2021 :  11:32:20  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
https://www.mediafire.com/file/0tvzn7o4hm7jc20/4_THEMOVIEDB.ORG%255BTV%255D%2528API3%2529.txt/file

- added a few more languages
1=English|2=German|3=Italian|4=French|5=Spanish|6=Polish|7=Dutch|8=Portoguese|9=Turkish

quote:
replaced #SUBSTITUTETAGS# block
I have changed it with the one from IMDB as there still were missing substitutions.
quote:
- mess in actor filmography
Not processed yet... but do we need that info anyway?
quote:
- actor web link sometimes doesn't work
I need an example to check it.
quote:
- movie link points to different movie
Instead of /tv/ I always get /movie/ here.
And I can't find the position where the bug is

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

Posted - 07 Aug 2021 :  20:12:40  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
https://www.mediafire.com/file/xge2xxoagbmc0ir/5_THEMOVIEDB.ORG%255BTV%255D%2528API3%2529.txt/file

- filmography is now skipped

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

jimini
Starting Member

United Kingdom
20 Posts

Posted - 08 Aug 2021 :  18:39:17  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi, Just a slight issue I seem to have noticed, on the movie cards under seasons if there are already entries in the season's section S01 etc, and doing a new search with 14s IMDB TV-series it now creates an S00 and all episodes go there instead of updating previous episodes under s01 etc. Noticed this on all updates I have done so far. Thanks Kindly

Update, actually it's doing this on new entries as well so won't separate into seasons anymore. The funny thing is I am sure it was fine when the script became available. IMDB playing silly buggers again.

Edited by - jimini on 08 Aug 2021 18:50:31
Go to Top of Page

JDommi
Administrator

Germany
4637 Posts

Posted - 08 Aug 2021 :  19:03:57  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Well, yesterday or 3 days ago I have updated a few TVShows and everything worked fine...
I have to look if IMDB has changed anything again on their site. It really seems to be a neverending story

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

Posted - 09 Aug 2021 :  00:05:38  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
IMDB has changed the class name of season and episode position in HTML...
The fix:
https://www.mediafire.com/file/z5qpe00kjp6ee2k/15S_IMDB.COM_%2528TVSeries%2529_For_Rel.8.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

jimini
Starting Member

United Kingdom
20 Posts

Posted - 09 Aug 2021 :  10:41:41  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thank you once again.. Hopefully that's the end of it and you can concentrate on Laptops from now on.. :-)
Go to Top of Page

JDommi
Administrator

Germany
4637 Posts

Posted - 09 Aug 2021 :  11:47:06  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
*lol* The laptop of my mother is complete

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

Posted - 11 Aug 2021 :  12:19:44  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
https://www.mediafire.com/file/6qxh91sq5vcgyx8/3_THEMOVIEDB.ORG%2528API3%2529_for_Rel_8.txt/file

Test it, 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

mnazmi
New Member

85 Posts

Posted - 16 Aug 2021 :  15:24:07  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I tested latest IMDB.COM (TVSeries) For Rel.8. Air Date information cannot be obtained in the Episode section of the TV series.Air Date information shows as 19000101.
Go to Top of Page

JDommi
Administrator

Germany
4637 Posts

Posted - 16 Aug 2021 :  17:15:03  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Well, I will test that later. Seems as IMDB changes are still in progress...

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

Posted - 16 Aug 2021 :  20:08:55  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Strange, for me the date is taken correctly!
https://www.mediafire.com/file/qslh3vwfl6afo4q/IMDB.COM+(TVSeries)+For+Rel.8.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
Page: of 14  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.23 sec. Powered By: Snitz Forums 2000 Version 3.4.07