POLAND site SCRIPTs
Can someone (maybe AmBeR ) fix the script for filmweb.pl? After the recent changes some things stopped to work:
1. "Category" field isn't readed from www anymore.
2. "Description" field reads some spaces and enter with every description at the begining and end.
If I find some more things, that don't work I will post them.
1. "Category" field isn't readed from www anymore.
2. "Description" field reads some spaces and enter with every description at the begining and end.
If I find some more things, that don't work I will post them.
Fixed script
* 2.0.0.53 Beta (08.10.2008)
* - fixed genre detection
* - fixed FilmDescriptions some garbage
http://rapidshare.de/files/40640851/Fil ... _.ifs.html
* 2.0.0.53 Beta (08.10.2008)
* - fixed genre detection
* - fixed FilmDescriptions some garbage
http://rapidshare.de/files/40640851/Fil ... _.ifs.html
That was quick
I've found a couple more bugs:
1. When there is " ' " (no spaces and "") in the description - for ex. Joe's on the www, script converts it to " " " (Joe"s)
2. In the category field despite of choosing "Category_1 / Category_2" format in the script options, there's always "Category_1, Category_2" after reading www
I've found a couple more bugs:
1. When there is " ' " (no spaces and "") in the description - for ex. Joe's on the www, script converts it to " " " (Joe"s)
2. In the category field despite of choosing "Category_1 / Category_2" format in the script options, there's always "Category_1, Category_2" after reading www
Filmweb ma strasznie skopane kodowanie znaków, ciężko wyłapać wszystkie kombinacje znaków jakie możemy spotkać.
Poprawiłem co mogłem.
http://rapidshare.de/files/40645699/Fil ... _.ifs.html
Generalnie, do importu obsady, reżysera, producenta, oceny i roku produkcji używam IMDB, na Filmwebie te dane często są błędne, albo niekompletne.
Poprawiłem co mogłem.
http://rapidshare.de/files/40645699/Fil ... _.ifs.html
Generalnie, do importu obsady, reżysera, producenta, oceny i roku produkcji używam IMDB, na Filmwebie te dane często są błędne, albo niekompletne.
Again thx for update I know that filmweb isn't perfect. Good idea about using 2 scripts, but it also takes a little more time. I currently have a few dozens movies to catalog, so I would rather stick to one script. But in the future it will be a better idea to use two scripts, like you have suggested. As for now hunting for more bugs
Season on bugs are still open, I shot next ;-)
http://rapidshare.de/files/40645841/Fil ... _.ifs.html
http://rapidshare.de/files/40645841/Fil ... _.ifs.html
-
- Posts: 7
- Joined: 2008-07-04 08:02:06
Dopiszcie sobie do skryptu poniższe wpisy:
Value := StringReplace(Value, '„', '"');
Value := StringReplace(Value, '”', '"');
Value := StringReplace(Value, 'è', 'e');
Value := StringReplace(Value, 'ç', 'ç');
Value := StringReplace(Value, 'î', 'î');
Value := StringReplace(Value, '–', '-');
Value := StringReplace(Value, 'ö', 'ö');
Value := StringReplace(Value, '…', '...');
Value := StringReplace(Value, 'ñ', 'n');
Value := StringReplace(Value, 'í', 'í');
Value := StringReplace(Value, 'á', 'á');
Value := StringReplace(Value, 'ö', 'é');
Value := StringReplace(Value, 'ò', 'o');
Value := StringReplace(Value, 'ô', 'ô');
Na pewno to nie są wszystkie braki a więc zapraszam do uzupełniania
--
Pozdrawiam
szyjka
Value := StringReplace(Value, '„', '"');
Value := StringReplace(Value, '”', '"');
Value := StringReplace(Value, 'è', 'e');
Value := StringReplace(Value, 'ç', 'ç');
Value := StringReplace(Value, 'î', 'î');
Value := StringReplace(Value, '–', '-');
Value := StringReplace(Value, 'ö', 'ö');
Value := StringReplace(Value, '…', '...');
Value := StringReplace(Value, 'ñ', 'n');
Value := StringReplace(Value, 'í', 'í');
Value := StringReplace(Value, 'á', 'á');
Value := StringReplace(Value, 'ö', 'é');
Value := StringReplace(Value, 'ò', 'o');
Value := StringReplace(Value, 'ô', 'ô');
Na pewno to nie są wszystkie braki a więc zapraszam do uzupełniania
--
Pozdrawiam
szyjka
Naprawiłem problem z pobieraniem tytułu filmu.
Dodałem znaki do konwersji zgodnie z zaleceniem "szyjki".
http://rapidshare.de/files/40704799/Fil ... _.ifs.html
Dodałem znaki do konwersji zgodnie z zaleceniem "szyjki".
http://rapidshare.de/files/40704799/Fil ... _.ifs.html
Dziekuje bardzo za poprawienie skryptu do Filmweb.pl. Ale mam jeszcze prosbę. Czy ktos moglby go przerobic tak, zeby gatunek filmu byl z malej litery. Bo pobiera z duzej litery i musze za kazdym razem poprawiac. Spis mam od poczatku robiony gatunek filmu z malej, i dlatego to dla mnie lekka niedogodnosc. Z gory DZIEKUJE!
Do tytus1976:
A nie opłaca Ci się napisać prostego skryptu, który w rekordach znajdzie dany tekst i zamieni na jaki chcesz. Oczywiście wiąże się to z wpisaniem wszystkich gatunków (ale to nie jest problem). Metoda trochę łopatologiczna ale u mnie zadziałała w sytuacjach, w których musiałem zmienić kilkaset rekordów.
Wrócę z pracy to umieszczę skrypt jaki stosuję.
Pozdrawiam
szyjka
A nie opłaca Ci się napisać prostego skryptu, który w rekordach znajdzie dany tekst i zamieni na jaki chcesz. Oczywiście wiąże się to z wpisaniem wszystkich gatunków (ale to nie jest problem). Metoda trochę łopatologiczna ale u mnie zadziałała w sytuacjach, w których musiałem zmienić kilkaset rekordów.
Wrócę z pracy to umieszczę skrypt jaki stosuję.
Pozdrawiam
szyjka