
Search found 5 matches
- 2004-09-21 15:06:38
- Forum: Ant Movie Catalog > Bug reports
- Topic: Origons export buggy
- Replies: 5
- Views: 2278
- 2004-09-11 11:43:18
- Forum: Ant Movie Catalog > Bug reports
- Topic: Origons export buggy
- Replies: 5
- Views: 2278
- 2004-09-10 21:52:42
- Forum: Ant Movie Catalog > Bug reports
- Topic: Origons export buggy
- Replies: 5
- Views: 2278
Origons export buggy
Hi,
the origons export in 3.5.0 alpha/D7 is buggy, it exports fields in wrong order so after importing onto origons website eg. title is mapped to movie rating.
the origons export in 3.5.0 alpha/D7 is buggy, it exports fields in wrong order so after importing onto origons website eg. title is mapped to movie rating.
- 2004-09-10 10:46:24
- Forum: Ant Movie Catalog > Scripts
- Topic: iMDB Mass Import with title cleaning and selection
- Replies: 2
- Views: 1538
Regular expressions are extremely powerfull and I recommend everyone to take some time to learn their semantics. Just take the example of the script I modified, there I use something like this, to remove unwanted stuff from the release/folder name: SetArrayLength(MovieTrash, 21); MovieTrash[0] := '....
- 2004-09-08 22:53:58
- Forum: Ant Movie Catalog > Scripts
- Topic: iMDB Mass Import with title cleaning and selection
- Replies: 2
- Views: 1538
iMDB Mass Import with title cleaning and selection
Hi, I've modified the latest iMDB mass import script to do preprocessing of title names (e.g. Some.Movie.2004.DVDRip.DivX-XYZ -> Some Movie 2004) aswell as selecting the proper match via a PickTree if more than one match are found. Inside the pick tree the currently processed title is also shown for...