export selected records + export in AMC format + sparse file

If you need help on how to use the program
Post Reply
rs232
Posts: 107
Joined: 2012-05-09 21:57:22

export selected records + export in AMC format + sparse file

Post by rs232 »

three points of discussion here:

1) Can we export selected records only instead of the whole DB?

2) If and only if the first option will be true at some in some future release, can we add an export to AMC format?

3) Finally, ever you ever though about having a sparse file DB? If you add images into the BD a single file can become too big. I was thinking instead, how about AMC being the "connector" of multiple files? That way only DB interested are read/written.
Reading/saving a DB of 400Mb (and counting!) over a network share becomes prohibitive.

Just a couple of ideas.

:-)
soulsnake
Posts: 756
Joined: 2011-03-14 15:42:20
Location: France

Post by soulsnake »

1) Can we export selected records only instead of the whole DB?

2) If and only if the first option will be true at some in some future release, can we add an export to AMC format?
I added this two points for next release ;).
3) Finally, ever you ever though about having a sparse file DB? If you add images into the BD a single file can become too big. I was thinking instead, how about AMC being the "connector" of multiple files? That way only DB interested are read/written.
Reading/saving a DB of 400Mb (and counting!) over a network share becomes prohibitive.
You can already copy pictures in same folder of catalog instead of store them in catalog.
This way, the catalog size is very low.

Soulsnake.
rs232
Posts: 107
Joined: 2012-05-09 21:57:22

Post by rs232 »

Thanks! I have to try this link to image!
As my images are already there, can I modify the existing DB instead of recreate a new one?

Also, is there any easy way to modify the source/Image path and toggle between absolute and relative path?


many thanks!!!
soulsnake
Posts: 756
Joined: 2011-03-14 15:42:20
Location: France

Post by soulsnake »

If you already have pictures stored in catalog and you want now to copy them in the same folder of catalog, you can use the script 'ReimportPictures'.

How to do :

1) [Optionnal] Copy your catalog .amc with stored pictures in a folder that contains only this catalog. This way you will have only one catalog and all attached pictures in same folder.
2) Open your catalog.
3) Go in Preferences > Picture importation > Select "Copy picture to catalog folder" (or "Store picture in catalog" to reverse the process) in 'For internet scripting' group.
4) Go in Tools > Scripting and select the script "ReimportPictures".
5) Before to run the script, don't forget to select "All" in movies to include !
6) Run the script, wait, it is finished.

All copied pictures in catalog folder have a relative path and you can not change this.

Soulsnake.
Post Reply