Search found 11 matches

by dalanik
2008-11-05 10:28:27
Forum: Ant Movie Catalog > Help
Topic: Excluding items from HTML export
Replies: 14
Views: 3868

Ha ha, I don't even know what language AMC uses :-) (looks like pascal or delphi to me) but I managed to make a script which works for selecting items (films) that don't contain "|" character.... can anyone see any obvious errors I may have made (even though it seems to work)? program Sele...
by dalanik
2008-11-04 07:15:27
Forum: Ant Movie Catalog > Help
Topic: Excluding items from HTML export
Replies: 14
Views: 3868

Just a note on the original question of this topic: If "Checked" field isn't used for anything else, it would be possible using a little script to check/uncheck movies depending on content of another field, e.g. if a | is found on a specific field or not. Then it would be possible to expo...
by dalanik
2008-11-03 13:38:58
Forum: Ant Movie Catalog > Help
Topic: Excluding items from HTML export
Replies: 14
Views: 3868

Well, it depends on what you call complex :-) It's a 12K HTML file, it uses 11 database fields plus picture, so I wouldn't call it complex on that account. It adds some graphical elements to the format, but AMC shouldn't care about those, right? I mean, it just repeats whet's in between $$ITEM_BEGIN...
by dalanik
2008-10-31 14:09:38
Forum: Ant Movie Catalog > Help
Topic: Excluding items from HTML export
Replies: 14
Views: 3868

No, it doesn't work even without pictures. When it breaks, it has all the jpg covers created, and the HTML file is 0 bytes.
by dalanik
2008-10-31 14:07:43
Forum: Ant Movie Catalog > Help
Topic: Excluding items from HTML export
Replies: 14
Views: 3868

It breaks somewhere between 3420 and 3430 items.... I'll test it w/o pictures. Thanx for looking into this.

Regards,
Dalibor
by dalanik
2008-10-31 13:57:06
Forum: Ant Movie Catalog > Help
Topic: Excluding items from HTML export
Replies: 14
Views: 3868

Yes, just as I thought. I exported 2000 entries and it work (1st half of 4000). Then I selected 2nd half (another almost 2000 entries) and it worked too. SO there's nothing in the catalog that is bad. It is the number of entries.
by dalanik
2008-10-31 13:50:11
Forum: Ant Movie Catalog > Help
Topic: Excluding items from HTML export
Replies: 14
Views: 3868

When I select by hand only the items I want (and that is a job for almost 4000 entries!!!) :-) then it works with approx. 1100 entries. My catalog is like 260Mb.... (I use 600x600 jpgs for cover art).... So I think it is not the issue of some entries being corrupted or such, but rather of too many e...
by dalanik
2008-10-31 09:11:16
Forum: Ant Movie Catalog > Help
Topic: Excluding items from HTML export
Replies: 14
Views: 3868

Excluding items from HTML export

Hello, I am using HTML template to export my catalog but since I have a lot of TV shows which contains episodes, I'd like to exclude them from Export - the ANT anyways reports "out of memory" error when I try to export whole catalog. All episodes are separated by delimiter "|" ch...
by dalanik
2006-11-15 13:26:53
Forum: Ant Movie Catalog > Bug reports
Topic: problem with the character '|' importing from XML
Replies: 7
Views: 4363

Ha, ha, just been playing with XML export and bumped into this one... :-) The thing is that my DB is becoming quite large, so I thought I'd use XML with extermal pictures, and it all works fine except the | character, which I use to separate levels in XLobby... Anyway - what is the recommended maxim...
by dalanik
2006-11-08 19:26:50
Forum: Ant Movie Catalog > Scripts
Topic: Importing from CSV into EXISTING records
Replies: 2
Views: 1078

OK, thank you, I needed to know if I overlooked something :-)

Cheers,
Dalibor
by dalanik
2006-11-08 13:14:50
Forum: Ant Movie Catalog > Scripts
Topic: Importing from CSV into EXISTING records
Replies: 2
Views: 1078

Importing from CSV into EXISTING records

Hello, I'm trying to import data that I have in csv file into AMC. no problem there. Assign columns and it works. But (there always is one, isn't there) I already have these records in the database, and I'd need to import only 1 field. i.e. I have 150 records of tv-show series, without description. ...