Search found 4 matches
- 2006-09-30 10:43:54
- Forum: Ant Movie Catalog > Scripts
- Topic: Scripts that need to be fixed / Scripts à corriger
- Replies: 501
- Views: 219706
- 2006-09-26 08:59:47
- Forum: Ant Movie Catalog > Scripts
- Topic: Scripts that need to be fixed / Scripts à corriger
- Replies: 501
- Views: 219706
@reh It is nearly the same procedure. (Script version was 1.3) function AddMoviesTitles(Page: TStringList; var LineNr: Integer) : string; var Line: string; MovieTitle, MovieAddress: string; StartPos, EndPos, NumTitles,MK: Integer; begin result := ''; Line := Page.GetString(LineNr); NumTitles := 0; r...
- 2006-08-31 14:02:09
- Forum: Ant Movie Catalog > Scripts
- Topic: Scripts that need to be fixed / Scripts à corriger
- Replies: 501
- Views: 219706
I also fixed the Cinefacts.de script. Problem was that no Bonusmaterial was imported. I added a new option to import only the picture without and other information. (*************************************************** Ant Movie Catalog importation script www.antp.be/software/moviecatalog/ [Infos] Au...
- 2006-08-31 13:40:50
- Forum: Ant Movie Catalog > Scripts
- Topic: Scripts that need to be fixed / Scripts à corriger
- Replies: 501
- Views: 219706
Fix for ofdb problem! Just change the AddMoviesTitles Procedure to this... procedure AddMoviesTitles(Page: TStringList; var LineNr: Integer); var Line: string; MovieTitle, MovieAddress: string; StartPos, EndPos,MK: Integer; begin Line := Page.GetString(LineNr); repeat mk := 0; StartPos := pos('<a hr...