Author |
Topic |
|
jimini
Starting Member
United Kingdom
20 Posts |
Posted - 28 Jul 2021 : 05:32:07
|
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. |
|
|
JDommi
Administrator
Germany
4650 Posts |
|
JDommi
Administrator
Germany
4650 Posts |
Posted - 28 Jul 2021 : 11:55:59
|
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 |
|
|
JDommi
Administrator
Germany
4650 Posts |
|
houkman
Starting Member
Poland
29 Posts |
Posted - 03 Aug 2021 : 05:06:53
|
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. |
|
|
JDommi
Administrator
Germany
4650 Posts |
Posted - 03 Aug 2021 : 10:18:03
|
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 |
|
|
JDommi
Administrator
Germany
4650 Posts |
|
houkman
Starting Member
Poland
29 Posts |
|
JDommi
Administrator
Germany
4650 Posts |
Posted - 04 Aug 2021 : 07:28:53
|
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 |
|
|
JDommi
Administrator
Germany
4650 Posts |
Posted - 07 Aug 2021 : 11:32:20
|
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 |
|
|
JDommi
Administrator
Germany
4650 Posts |
|
jimini
Starting Member
United Kingdom
20 Posts |
Posted - 08 Aug 2021 : 18:39:17
|
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 |
|
|
JDommi
Administrator
Germany
4650 Posts |
Posted - 08 Aug 2021 : 19:03:57
|
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 |
|
|
JDommi
Administrator
Germany
4650 Posts |
|
jimini
Starting Member
United Kingdom
20 Posts |
Posted - 09 Aug 2021 : 10:41:41
|
Thank you once again.. Hopefully that's the end of it and you can concentrate on Laptops from now on.. :-) |
|
|
JDommi
Administrator
Germany
4650 Posts |
Posted - 09 Aug 2021 : 11:47:06
|
*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 |
|
|
JDommi
Administrator
Germany
4650 Posts |
|
mnazmi
New Member
85 Posts |
Posted - 16 Aug 2021 : 15:24:07
|
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. |
|
|
JDommi
Administrator
Germany
4650 Posts |
Posted - 16 Aug 2021 : 17:15:03
|
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 |
|
|
JDommi
Administrator
Germany
4650 Posts |
|
Topic |
|
|