Hi All,
I wanted to start a discussion to bump some ideas around re. asset tracking, and how it can be stored/modified/viewed in an intuitive and composable manner.
To set the tone of where I am coming from, Ill explain briefly what I am doing.
Most people are familliar with tracking systems such as Shotgun, alienware etc. At the studio I am employed with, Creative Directors/Managers have found those systems too difficult/un-intuitive to use and so they inevitably stopped getting used - even though, generally our artists havent had too much difficulty.
With this in mind, the last couple of years I have developed my own software to deal with this. I did a rough prototype last year using wpf framework and earlier this year re-wrote the systems into asp.net so our external/out-sourced artists could use the systems cross platform.
One such issue I am currently trying to extend/develop an intuitive solution for, is to track reviews of assets, data and store them in an easy to access manner - in and outside of the tracking database.
For this to work, I am considering a solution where data (movies/images/documents):
Exists on the main file server, independently outside of any tracking software and can therefore be viewed independently
Conforms to existing project/studio folder conventions
Can be tagged with metadata for intuitive get/set property accessors
Most importantly, it needs to be linked directly into the file. ie. If a user moves a file, copies a file etc elsewhere on the file system, this information is transferred with it.
The metadata per se would allow for:
Direct linking to information on the database ( pretty simple to store an id/key somewhere on the file )
Direct linking to director revisions/drawovers
Direct linking to feedback (usually this is generated from a form somewhere on the UI )
The webserver is running on ii7.0 and all the studio machines ( and webserver ) runs windows7.
So with that all in mind, my question is - Has anyone here built\worked with a system having similar requirements? Ive found the design to be fairly challenging, and whilst I have a working prototype using office document tagging ( which can be stored in any file type ) - ive found it be a little slow and cumbersome and therefore was just looking for a sounding board to bounce ideas off of share experiences.