jamesheliker
Feb 15, 2011 3:08 PM
in response to RicM
Level 1
(0 points)
Feb 15, 2011 3:08 PM
in response to RicM
Actually, there are many ways, without having to go through the tedious process in the client GUI. Depending on what state your assets are in, the proxies may be "missing" or may not have ever been linked to the original asset.
If the proxies are missing, run this on the command line of your Final Cut Server box:
fcsvr_client search /asset | awk \/asset/\ '{ print "sudo fcsvr_client listparentlinks --linktype 4 "$1" | grep \"DESC_STATUS: missing\"| fcsvr_client analyze "$1 }' | sh
If proxies were not ever linked to the assets in the first place, you can modify the command above to work for this case also:
fcsvr_client search /asset | awk \/asset/\ '{ print "sudo fcsvr_client listparentlinks "$1" | grep \"Original\" | grep -v \"Proxy\" | fcsvr_client analyze "$1" "}' | sh
I hope that helps!
- James Heliker