[REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Description is something different from plot outline?
You mean that before it was getting the additional content on the /descs page ?
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
I wrote it unclearly, the script stopped displaying descriptions to choose from, it only downloads the first one.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 ?
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Possibly the code to find the next ones in the page is failing then.
I'll try to check that some day.
I'll try to check that some day.
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Skrypt przestał pokazywać wyniki wyszukiwania.
The script stopped showing search results.
The script stopped showing search results.
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
Wyszukuje film po wpisaniu adresu URL
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
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
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
Ok, we will wait patiently
Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
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.
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
Wielkie dzięki, skrypt działa dobrze.
Thanks a lot, the script works fine.




Thanks a lot, the script works fine.



Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script
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.
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
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/
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
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
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
But why not upgrade? It is free
