Feature tool or plugin to hardlink metadata and pictures

 
  • Created:about 2 years ago
  • Modified:about 2 years ago by soultaker
  • Status:new
  • Owner:unassigned
no supporters

can someone program a tool or plugin to move pictures (poster backdrop etc.) and metadata to a different location and automaticly hardlink them?

example:
D:\datastorage\movie1\movie.xml
D:\datastorage\movie1\folder.jpg
D:\datastorage\movie1\backdrop.jpg

E:\movies\movie1\movie.avi
E:\movies\movie1\movie.xml (hardlink from datastorage)
E:\movies\movie1\folder.jpg (hardlink from datastorage)
E:\movies\movie1\backdrop.jpg (hardlink from datastorage)

the idea after this is to put the data to a SSD or ramdrive and minimize the accestimes. on different drives all drives can work at the same time and do not need to wait until a task has ended. on flashdrives the extra data like metadata will read extremly fast because of short accestimes.

a CLI tool to set these hardlinks is junction.exe and for free available at http://technet.microsoft.com/de-de/sysinternals