Page 35 of 35
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Posted: 2025-04-28 17:07:28
by antp
Description is something different from plot outline?
You mean that before it was getting the additional content on the /descs page ?
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Posted: 2025-04-30 06:46:04
by wrobelp
antp wrote: 2025-04-28 17:07:28
Description is something different from plot outline?
You mean that before it was getting the additional content on the /descs page ?
I wrote it unclearly, the script stopped displaying descriptions to choose from, it only downloads the first one.
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Posted: 2025-05-05 08:36:15
by antp
Possibly the code to find the next ones in the page is failing then.
I'll try to check that some day.
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Posted: 2025-06-29 12:29:06
by wrobelp
Skrypt przestał pokazywać wyniki wyszukiwania.
The script stopped showing search results.
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Posted: 2025-07-06 20:02:19
by adk
Wyszukuje film po wpisaniu adresu URL
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Posted: 2025-07-07 07:54:26
by lucas7911
U mnie sposób z wpisaniem adresu nie działa, najpierw komunikat "Błąd IOHandler value is not valid" a potem "Nie znaleziono żadnego filmu spełniającego kryteria........
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Posted: 2025-07-07 09:19:16
by antp
I didn't had much time last week, but I'll try to take a look at it in the next days.
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Posted: 2025-07-07 21:22:27
by lucas7911
Ok, we will wait patiently
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Posted: 2025-07-11 13:13:53
by antp
Sorry for the long delay.
New version 3.2.24 available.
The site completely changed the search page, now it uses javascript to get the results and the details of each result.
Fortunately with the new function GetPage5 added in AMC 4.2.3 I can retrieve these data, as I can provide the extra header that the site wants.
With the help of Claude.ai, I added a function to parse the json returned by the site to display the search results.
It is not perfect, and movie years are missing from the list unfortunately.
That could be added in the future, but it would slow down the search (it is already not fast, the json parsing is not the most efficient) as it requires one request for each result of the list. The site is actually doing these requests while you scroll in the list, so it does not seem slow (and the JS engine of your web browser is much more efficient that AMC's script engine

).
I also fixed the description selection issue mentioned previously, it was just a tiny change, I could have done that sooner.
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Posted: 2025-07-12 05:39:04
by wrobelp
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Posted: 2025-07-12 08:03:13
by stefan_f
Witam.
To mój pierwszy post więc proszę o wyrozumiałość. Mam problem. Po aktualizacji i uruchomieniu skrypt wyświetla błąd: "Błąd skryptu "FILMWEBPL": unit is not found w linii 9". Pozdrawiam.
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Posted: 2025-07-12 09:56:57
by antp
You are probably missing
jsonutils.pas in the scripts folder.
It was not needed by filmweb script before, but now it is.
It is part of the default install, but you can get it by running "update scripts" or via
https://update.antp.be/amc/scripts/
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Posted: 2025-07-12 13:52:04
by stefan_f
Niestety, przede wszystkim, skrypt potrzebuje wersji 4.2.3. AMC, a ja mam 4.2.2. Może jest możliwość dostosowania do tej wersji?
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Posted: 2025-07-12 16:27:19
by antp
It is not possible: as I said, for the new search of filmweb I need a new function that was added in 4.2.3
But why not upgrade? It is free

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Posted: 2025-07-12 21:33:37
by stefan_f
Skoro tak to zrobię to wolnym czasem.
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Posted: 2025-07-16 05:12:48
by Hegemon65
Skrypt działa, dzięki

ale jeżeli wyszukane zostaje kilka filmów o tym samym tytule, w oknie wyboru za tytułem filmu nie jest podawany rok, tylko nazwiska obsady (film: imię, nazwisko...) i kraj.
Jeżeli tytuł pliku jest po polsku, to w oknie wyboru po wyszukaniu zamiast znaków diakrytycznych są krzaczki. Ale już po wybraniu, w polu /tytuł polski/ jest OK - tytuł jest ze znakami diakrytycznymi.
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Posted: 2025-07-16 06:35:54
by antp
I'll check for the character issue, possibly some decoding not correctly done.
About the missing year, as I mentioned it would require additional requests, i.e. more time. What I could maybe make is that the "find more" button could be used as a link to fetch these info, so it avoids doing it if it is not useful.
I'll put that on my to-do list, but it won't be before next week
