Page 1 of 1

Adding movies programmatically

Posted: 2007-10-25 10:24:50
by granx
Hi,

I wonder, is there a way to add movies to the DB from code (of another program)?

The reason I ask is since I wrote a nice C# utility that processes my downloaded movies (extract the RAR, delete uneeded files etc.) and the only piece missing, is adding them automatically to AMC. Being able to also run AMC scripts from my code would be awsome.

One way of doing it is by packaging AMC as an EXE Activex and exposing some public methods e.g. add movie, run script, add avi etc.

Thanks,
granx

Posted: 2007-10-25 14:01:28
by antp
Hi,
In current version nothing of these is possible.
Note that manipulating the .amc file is not very difficult. Its structure is described in the help file. You can alternatively use xml as file format.

Posted: 2007-10-29 20:14:08
by granx
I might just do that. Thanks.