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.
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.
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.