Search found 58 matches

by MrObama2022
2023-07-15 01:52:08
Forum: Ant Movie Catalog > Scripts
Topic: IMDB missing Awards
Replies: 6
Views: 970

Re: IMDB missing Awards

There is a new alpha here, this only works with trivia options 3 and 4.
by MrObama2022
2023-07-15 01:50:14
Forum: Ant Movie Catalog > Scripts
Topic: Incomplete Information using IMDB Script
Replies: 71
Views: 6195

Re: Incomplete Information using IMDB Script

Sorry for my huge delay on this (one month!). This is a 4.028 alpha and the only change is on Trivia: - I just fixed trivia option 3 and 4, I'll work on the options 1 and 2 later - To work, trivia option 3 and 4 now NEED a rapidapi valid key - I fixed "director cameo" in some way - This is...
by MrObama2022
2023-06-20 13:30:49
Forum: Ant Movie Catalog > Scripts
Topic: Incomplete Information using IMDB Script
Replies: 71
Views: 6195

Re: Incomplete Information using IMDB Script

These info are useful. Think you so much @humungus . As soon as I have spare time I will fix trivia
by MrObama2022
2023-06-19 10:05:28
Forum: Ant Movie Catalog > Scripts
Topic: Incomplete Information using IMDB Script
Replies: 71
Views: 6195

Re: Incomplete Information using IMDB Script

Next steps to do:
- fix Trivia (please @antp or someone give me an example of previous trivia output)
- add full instructions for rapidapi key creation
by MrObama2022
2023-06-19 10:03:36
Forum: Ant Movie Catalog > Scripts
Topic: Incomplete Information using IMDB Script
Replies: 71
Views: 6195

Re: Incomplete Information using IMDB Script

This is a new alpha for more award details as PD1108 asked. This is an 4.027 alpha version because I only tested it with Titanic and Ben-Hur. I hope you like it: This is output for Titanic: AWARDS: Academy Awards, USA 1998 Winner Best Picture Oscar: James Cameron. Jon Landau Nominee Best Actress in ...
by MrObama2022
2023-06-18 02:21:23
Forum: Ant Movie Catalog > Scripts
Topic: Incomplete Information using IMDB Script
Replies: 71
Views: 6195

Re: Incomplete Information using IMDB Script

Hello everybody. I have been following this thread for a while. Quite some time ago (can't remember months... years? ) the IMDB script used to come up with the original title in its original language and with the translated title in english. I know because my database is more than 10 years old and ...
by MrObama2022
2023-06-18 01:34:08
Forum: Ant Movie Catalog > Scripts
Topic: Incomplete Information using IMDB Script
Replies: 71
Views: 6195

Re: Incomplete Information using IMDB Script

I'm sorry for my silence these days, I'm trying to recover
by MrObama2022
2023-05-30 21:13:26
Forum: Ant Movie Catalog > Scripts
Topic: Incomplete Information using IMDB Script
Replies: 71
Views: 6195

Re: Incomplete Information using IMDB Script

Ok, I can fix it but I NEED to see the right output. So I have to ask for a big help: type here the correct text for award from Titanic OR paste here an image of awards taken with previous script. I never used that function (I'm not the original author of this script) so I need a working example to ...
by MrObama2022
2023-05-30 21:07:23
Forum: Ant Movie Catalog > Scripts
Topic: My weird anything to CP1252 how-to
Replies: 3
Views: 777

Re: My weird anything to CP1252 how-to

Hi fulvio, sorry for my delay. Those ?? can't be correct because they are in the page. My decoder can't recognize valid "?" from invalid ones. What it does is translate a character from a charset to another but it's not a text corrector. If I access to given url with Chrome, I see ?? so my...
by MrObama2022
2023-05-23 18:37:29
Forum: Ant Movie Catalog > Mods
Topic: COMICSBOX - Italia Comics info
Replies: 10
Views: 1793

Re: COMICSBOX - Italia Comics info

I can't get the hex character you see in your example :(

Here is how I create my conversion function.
by MrObama2022
2023-05-23 18:35:45
Forum: Ant Movie Catalog > Scripts
Topic: My weird anything to CP1252 how-to
Replies: 3
Views: 777

My weird anything to CP1252 how-to

This is weird but it worked for my scripts where UTF8Decode or other functions fail. I used it for ComicsBox ifs script If you can't get CP1252 valid charset using the standard UTF8Decode or similar functions or procedures, this is how to build your conversion procedure. 1. Remove any conversion fun...
by MrObama2022
2023-05-22 14:30:19
Forum: Ant Movie Catalog > Mods
Topic: COMICSBOX - Italia Comics info
Replies: 10
Views: 1793

Re: COMICSBOX - Italia Comics info

Fulvio paste here the url with untranslated character. I'll write here my personal guide to build translation functions.
by MrObama2022
2023-05-13 13:25:59
Forum: Ant Movie Catalog > Scripts
Topic: Incomplete Information using IMDB Script
Replies: 71
Views: 6195

Re: Incomplete Information using IMDB Script

Let me know if you find error or missing information. I don't use that option in my catalog so I don't see error or problems.

Send me a private message and write here if you find problems.
by MrObama2022
2023-05-11 20:05:26
Forum: Ant Movie Catalog > Mods
Topic: COMICSBOX - Italia Comics info
Replies: 10
Views: 1793

Re: COMICSBOX - Italia Comics info

Ok, I added a UTF16ToCP1252 function in your ifs to properly handle the conversion. I tested with the 3 given examples and it worked. Let me know if you find other critical cases. :up: (*************************************************** Ant Movie Catalog importation script www.antp.be/software/movi...
by MrObama2022
2023-05-11 19:16:22
Forum: Ant Movie Catalog > Scripts
Topic: IMDB missing Awards
Replies: 6
Views: 970

Re: IMDB missing Awards

New AMC beta version is stable, I've tested for 3 weeks. I don't know if my IMDB.ifs script is stable but if you get errors you can replace with official version.
by MrObama2022
2023-05-11 19:12:43
Forum: Ant Movie Catalog > Mods
Topic: COMICSBOX - Italia Comics info
Replies: 10
Views: 1793

Re: COMICSBOX - Italia Comics info

Ok, I'll check this error asap
by MrObama2022
2023-05-10 11:32:18
Forum: Ant Movie Catalog > Scripts
Topic: [REL] Italian Multisite 4.0.4 released
Replies: 21
Views: 1801

Re: [REL] Italian Multisite 4.0.4 released

Ok, that's UTF16. I dumped the page and I opened with an hex editor and that's what I can see: ’ -> chr(146) -> byte sequence in dumped page: C3 A2 C2 80 C2 99 … -> chr(133) -> byte sequence in dumped page: C3 A2 C2 80 C2 A6 So, that's what I did: -> convert from UTF16 to UTF8 -> UTF8Decode (great w...
by MrObama2022
2023-05-10 11:21:23
Forum: Ant Movie Catalog > Mods
Topic: COMICSBOX - Italia Comics info
Replies: 10
Views: 1793

Re: COMICSBOX - Italia Comics info

Give it a try and test, test, test ;) CHANGELOG Major update: - decode fixed, now all decode to Windows 1252 is inside a single line in the code. Remove no more needed procedure Note: - be sure to download the latest version (8 final) of ItalianSharedPas from here - ItalianSharedPas requires latest ...
by MrObama2022
2023-05-09 23:46:49
Forum: Ant Movie Catalog > Scripts
Topic: IMDB missing Awards
Replies: 6
Views: 970

Re: IMDB missing Awards

Finished, you can start testing the new version. More details here