[REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

If you made a script you can offer it to the others here, or ask help to improve it. You can also report here bugs & problems with existing scripts.

Jak oceniasz skrypt

1
3
7%
2
1
2%
3
4
10%
4
5
12%
5
8
19%
Cudo :)
21
50%
 
Total votes: 42

archibaldos
Posts: 4
Joined: 2021-06-20 14:50:47

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by archibaldos »

A skąd wziąć tą wersję, bo na oficjalnej stronie jest max 4.2.2.2?
Pozdrawiam
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by antp »

4.2.3 was a beta/test version published for testing some fixes.
You can find the files to replace in that archive:
http://update.antp.be/amc/beta/amc4231b.rar

cf these two threads for concerned changes
viewtopic.php?f=4&t=14552
viewtopic.php?f=4&t=8232
archibaldos
Posts: 4
Joined: 2021-06-20 14:50:47

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by archibaldos »

Thanks very much :)
qmksmoli
Posts: 4
Joined: 2021-01-14 17:16:47

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by qmksmoli »

Hej

W wyszukiwaniu nie pokazuja się:
https://www.filmweb.pl/tvshow/The+Grand ... 016-769290
https://www.filmweb.pl/tvshow/Farma+Cla ... 021-875459
być może dlatego, że jest w kategorii programy (tvshows) - takie moje przypuszczenie.
Dekert
Posts: 36
Joined: 2020-03-14 08:32:31

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by Dekert »

Dodałem kategorie "program tv" do okna wyszukiwania.
A co do IMDb, to rzeczywiście czasami są problemy. Wygląda na to że powoli przestawiają się na nowy format strony :fire:

Filmweb (PL) 3.2.8
https://www.mediafire.com/file/hkbpvt5sjiyrxac
admas
Posts: 90
Joined: 2006-07-23 06:54:31

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by admas »

Przestał pobierać fotosy z filmu.
athe
Posts: 170
Joined: 2013-06-01 20:26:24
Location: Poland

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by athe »

admas w linijce

Code: Select all

//Zdjęcia
	if ((Pos('/photos"><h2>Galeria', Page.Text) > 0) and (GetOption('Zdjecia') = 1) and (StrToInt(GetParam('IleZdjec'), 0) > 0)) then
	begin
zmień na

Code: Select all

//Zdjęcia
	if ((Pos('/photos"><h2>', Page.Text) > 0) and (GetOption('Zdjecia') = 1) and (StrToInt(GetParam('IleZdjec'), 0) > 0)) then
	begin
i będzie po kłopocie, pozdrawiam
admas
Posts: 90
Joined: 2006-07-23 06:54:31

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by admas »

Dzięki, działa :grinking:
siweq
Posts: 15
Joined: 2015-02-10 20:28:23

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by siweq »

da sie w jakiś łatwy sposób naprawić ściąganie ocen z imdb?
athe
Posts: 170
Joined: 2013-06-01 20:26:24
Location: Poland

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by athe »

Da się. Trzeba w części

Code: Select all

// Ocena z IMDb i ilość głosów
	Value := '';
	Line := TextBetween(Pagetmp, '<strong title="', '</a>');
	Value := TextBetween(Line, 'ratingValue">', '</span>');
	Value := StringReplace(Value, '.', ',');
	if Value <> '' then
	begin
zmienić na linie:

Code: Select all

// Ocena z IMDb i ilość głosów
	Value := '';
	Line := TextBetween(Pagetmp, 'aggregate-rating__score"', '/span>');
  	HTMLRemovetags(Line);
  	Value := TextAfter(Line, '>');
  	Value := StringReplace(Value, '.', ',');
	if Value <> '' then
	begin
Pozdrawiam
siweq
Posts: 15
Joined: 2015-02-10 20:28:23

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by siweq »

Super, działa! A to samo dla ilości głosów? :)
athe
Posts: 170
Joined: 2013-06-01 20:26:24
Location: Poland

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by athe »

Zaproponuję inne rozwiązanie. Sądzę, że te będzie szybsze, na czym zależało koledze Dekert. Część skryptu dotycząca oceny i ilości głosów z IMdB powinna wyglądać tak:

Code: Select all

 // Ocena z IMDb i ilość głosów
 Value := '';
	Line := TextBetween(Pagetmp, '"aggregateRating":{', '"datePublished"');
	if CanSetCustomField('VotesIMDB') then
	begin
		Value := TextBetween(Line, 'ratingCount":', ',');
		Value := StringReplace(Value, ',', '');
		if Value <> '' then
			SetCustomField('VotesIMDB', Trim(Value));
	end;
	
  Value := TextBefore(Line, '},"', ':');
	Value := StringReplace(Value, '.', ',');
	if Value <> '' then
	begin
		if CanSetCustomField('RatingIMDb') then
			SetCustomField('RatingIMDb', Trim(Value));
		if (((GetOption('PobierzzIMDb') = 1) or  (GetOption('PobierzzIMDb') = 4) or  (GetOption('PobierzzIMDb') = 5)) and
			(not CustomFieldExists('RatingIMDb')) and CanSetField(fieldRating)) then
			SetField(fieldRating, Trim(Value));
	end;
Jak zauważyliście zmieniona jest kolejność pobieranych informacji, najpierw ilość głosów a potem ocena.
Dekert
Posts: 36
Joined: 2020-03-14 08:32:31

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by Dekert »

Dzięki athe, dodałem twoje poprawki oraz parę innych związanych z imdb.

Filmweb (PL) 3.2.9
https://www.mediafire.com/file/v849cp1yvc6g2tb
tomlee
Posts: 1
Joined: 2021-12-25 23:22:49

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by tomlee »

Cześć, wiem ze troche nie na temat ale szukam juz jakis czas i nic nie znalazlem, jak zrobic aby w szablonie wyswietlaly sie zdjecia aktorow i druga sprawa czy musi pobierac do kazdego filmu aktorow? bo w ten sposob mam mase zdjec tego samego aktora
qmksmoli
Posts: 4
Joined: 2021-01-14 17:16:47

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by qmksmoli »

Hej

Wtyczka pobiera prawidłowo listę propozycji do danego tytułu z której można wybrać konkretną pozycję. Jednak jak już wszystko jest załadowane to do AMC nie lądują nazwy oryginalna i polska. Przy pobieraniu seriali dodatkowo pojawia się błąd 404. Będzie jakaś szansa na naprawę? Pozdrawiam.
kazeciak
Posts: 44
Joined: 2012-10-23 05:17:49

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by kazeciak »

Tak jak kolega wyżej, mógłby ktoś to poprawić? Dzięki
jarko
Posts: 4
Joined: 2020-02-16 13:44:25

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by jarko »

Potwierdzam. Skrypt przestał pobierać tytuł oryginalny i polski, a także rok produkcji filmu.
Proszę o poprawienie. Dzięki.
robinse
Posts: 23
Joined: 2017-09-11 15:24:05

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by robinse »

Niestety, coś się popsuło, help :cry:
wrobelp
Posts: 45
Joined: 2011-07-10 18:59:53

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by wrobelp »

Nikt nic nie pomoże? Skrypt nie działa dalej.
ads
Posts: 28
Joined: 2007-02-16 14:14:15
Location: Poland
Contact:

Re: [REL] [PL] FilmWeb.pl 3.0 - The Best Polish Script

Post by ads »

Poprawiłem tytuły i rok, sprawdźcie, czy działa:

https://www.dropbox.com/s/vnz0mn99qcaah ... 9.ifs?dl=1
Post Reply