Adding movies programmatically

Comments on existing version & Suggestions for future versions. If you want a new feature suggest it here. Discussions about beta versions also come in this section.
Post Reply
granx
Posts: 5
Joined: 2006-02-24 15:07:11

Adding movies programmatically

Post 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
antp
Site Admin
Posts: 9714
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post 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.
granx
Posts: 5
Joined: 2006-02-24 15:07:11

Post by granx »

I might just do that. Thanks.
Post Reply