Page 36 of 36
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Posted: 2026-01-11 11:51:29
by antp
Sorry it seems I forgot that indeed. I'll try to put it again higher in my to-do list

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Posted: 2026-05-19 11:25:10
by siweq
Przerobiłem skrypt w AI żeby pobierał link, ocenę i ilość głosów z imdb jakby ktoś potrzebował.
https://drive.google.com/file/d/1A0FvbG ... sp=sharing
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Posted: 2026-05-19 12:54:12
by antp
Be careful, it broke two lines in "UniToPol" function:
Code: Select all
Value := StringReplace(Value, 'Å', '£');
Value := StringReplace(Value, 'Å', 'Ö');
(211 & 216, they don't display properly here)
became
Code: Select all
Value := StringReplace(Value, 'Å?', '£');
Value := StringReplace(Value, 'Å?', 'Ö');
These are delicate to handle with unicode/ansi conversions.
Normally these UTF8 conversions should be done by UTF8Decode and not StringReplace.
I don't know if I should take that new version, I'm always afraid of AI changes if not controlled, as there can be side effects and make code less difficult to modify manually later.
But if that version works better than the old one, it could replace it I suppose...
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Posted: 2026-05-19 20:37:04
by siweq
Yeah, it's better to just leave it on my Google Drive. This version is only for people who need a database that includes ratings from Filmweb and IMDb.