Search found 9 matches
- 2009-02-23 20:36:34
- Forum: Ant Movie Catalog > Scripts
- Topic: Creating a Script
- Replies: 6
- Views: 2340
- 2009-02-23 13:14:48
- Forum: Ant Movie Catalog > Scripts
- Topic: Creating a Script
- Replies: 6
- Views: 2340
Though a valid suggestion it is one that doesn't help much :) I found no information about either the scripting capabilities of the current used engine version, nor any documentation on the engine itself. Until some months ago, the engine was as almost a ghost, with little to no reference on the off...
- 2007-05-21 00:25:30
- Forum: Ant Movie Catalog > Help
- Topic: amc file format
- Replies: 18
- Views: 3977
Here you have a simple application that will open a ACM file and read some info on it, it's just a spike solution, or a prof of concept if you prefer. It is written in Java an will output the info to the console, so you must use it from the console, and display a JDialog with an image. Jar file, jus...
- 2007-05-20 23:35:34
- Forum: Ant Movie Catalog > Help
- Topic: amc file format
- Replies: 18
- Views: 3977
If you don't add more than 65 bytes I believe I can live with that :D I want to be able to read this file format, writing it will most likely not be an option. So if the date is days after 30-12-1899 I can just subtract todays date, in days, from the assumed zero date and get the number of days.... ...
- 2007-05-20 22:20:18
- Forum: Ant Movie Catalog > Help
- Topic: amc file format
- Replies: 18
- Views: 3977
- 2007-05-20 21:33:09
- Forum: Ant Movie Catalog > Help
- Topic: amc file format
- Replies: 18
- Views: 3977
In the help file you have
Is the ";" character in the file?
Code: Select all
"OwnerName: string;"
- 2007-05-20 21:11:46
- Forum: Ant Movie Catalog > Help
- Topic: amc file format
- Replies: 18
- Views: 3977
- 2007-05-20 20:29:52
- Forum: Ant Movie Catalog > Help
- Topic: amc file format
- Replies: 18
- Views: 3977
- 2007-05-20 20:14:14
- Forum: Ant Movie Catalog > Help
- Topic: amc file format
- Replies: 18
- Views: 3977
I also need some help reading the file. I'm using Java and I need to know if the integer that represents the string length is Big Endian or Little Endian. That will help a bit. Another question, so that I confirm that I'm not thinking this the wrong way: Your file starts with an integer stating the ...