Creating a Simple Excel Report from Final Cut Server

1. Modify the following Metadata Group (ASSETLISTVIEW) to contain the field you want to output in your report
2. Create Ruby file. In this example I named mine searchallassets.rb
Be sure to make the file executable, using the following command at the terminal sudo chmod 755 [file]
Copy and Paste this block of code into the searchallassets.rb
--Code Starts Here
#!/usr/bin/env ruby
# Created by Nicholas Stokes
# Copyright (c) 2009 XPlatform Consulting LLC
# All rights reserved
time_file = Time.now.strftime "%Y%m%d%I:%M%P"
FCSVRCLIENTCMD = "/Library/Application\\ Support/Final\\ Cut\\ Server/Final\\ Cut\\ Server.bundle/Contents/MacOS/fcsvr_client"
# What this will do:
# This will create a .csv file that contains all asset records from Final Cut Server database
# If you wish to modify the report further below is the command line syntax for searching the Final Cut Server database
# fcsvr_client search [ --verbose --noheader --mdonly --tabdelim --xml --limit <n> --depth <n> --xmlcrit --crit <str> --ctxaddr <addr> --dirs --linkparentaddr <address> --linkparentrecursive ] <address>
# Note, I am using the --tabdelim option to output the file as a tab delimited file. This will allow for easy importing into Excel or another database management system.
searchfor_allassets = "#{FCSVRCLIENTCMD} search --tabdelim /asset >"
output_file = "/Users/nicholasstokes/Desktop/DickClarkFCSvr_AllAssetsReport_#{timefile}.csv"
runsearch_for_all_export_ascsv = `#{searchfor_allassets} #{output_file}`
--Code Ends Here
Finally. Edit the searchallassets.rb to include the path that you wish to save the output file.
In FCSvr, setup a Script Response to call this.
Then either trigger the Script Response via a Subscription or Schedule.
Hope this helps.
Nicholas Stokes
XPlatform Consulting

http://www.roxio.com/enu/products/toast/default.html?gclid=CIyG7Zqclp4CFdpb2godL HXnkw

Similar Messages

  • Using Compressor 4, How do you create a droplet to transcode from final cut files to mp4, mp3 and m4v formatting?

    Using Compressor 4, How do you create a droplet to transcode from final cut files to mp4, mp3 and m4v formatting?

    Take a look at this section; it's pretty clear.
    Compressor offers settings for each of the output formats you want. (For example, the m4v sttings for Apple Devices.)
    Good luck.
    Russ

  • Send to Apple TV From Final Cut Server

    This was pretty simple, but clients really seem to appreciate having the functionality. Basically all you have to do is follow these steps to create a checkbox that can send any asset to your Apple TV for client viewing.
    1. Create the field "Send to Apple TV".
    2. Add that field to your Asset Search MD group and the MD goup that you wish people to access it in.
    3. Create a Final Cut Server Playlist in iTunes
    4. Open Automator in OSX. Create a Folder Action using the "Add Songs to Playlist" action from iTunes.
    - Choose your Final Cut Server Playlist
    5. Assign the folder action to a folder of your choice.
    6. Create a Device "Apple TV" in Final Cut Server that points to that folder.
    7. Create a transcode setting for "Apple TV H.264" and import to Final Cut Server
    - Assign this transcode setting to your Apple TV Device
    8. Create a "Send to Apple TV" Copy Response
    - The destination device is "Apple TV"
    - Transcode Setting is "Apple TV H.264"
    9. Open Itunes on the Final Cut Server
    - Setup your Apple TV
    - Have the Apple TV automatically get the latest files from your Final Cut Server Playlist and send them to your Apple TV.
    Done!
    - Jason
    Jason Perr
    Systems Integration Consultant
    Sr. Systems Engineer / Partner
    MacHarmony
    www.macharmony.com
    213-268-1248 (cell)
    [email protected]

    Good job Jason. About time to you contributing back to the community that's been so good to you.
    Now how do you get the Apple TV box to automatically query FCSvr directly?
    Nicholas Stokes
    XPlatform Consulting

  • How do I migrate metadata from Final Cut Server for use in Premiere?

    We're one of many companies looking to move to Premiere Pro from Final Cut.
    We have thousands of tagged clips in Final Cut Server and I'm trying to find a way to export all that metadata so it can be used, and searched for, within Premiere Pro.
    Does anyone know if/how this could be achieved?
    The only thing I've found online that seems to be relevant is this:
    http://www.andre-aulich.de/en/perm/export-asset-metadata-from-final-cut-server-using-built in-tools-only
    This seems to explain how to export the metadata (although I don't fully understand it) but not how to make it useful for Premiere.
    Any help would be greatly appreciated!

    Well... I'm a librarian by training so I use Cat-DV a little differently.
    I use it to make a searchable archive of proxy files for entire hard drives.  I hook up a hard drive (say an old external) and point Cat-DV at it.  It makes a catalog (locally) that has all the metadata (most importantly "date created") and a small proxy or thumbnail if it's a still.  Then I unplug the drive, label it and put it on a shelf.  When I need to find something all I have to do is consult the local catalog.  I can search it (if I included any metadata) or, most likely, I'll just scrub around for date created.  Cat-DV will display the exact path to where the asset is.  I can search across multiple catalogs of drives without ever having to plug one in,  Once I find the file I want, I just plug in that drive to retreive the file.
    I use it mostly for stills and some b-roll that gets used over and over.  For a variety of reasons, we never opted to make it a full replacement for FC Server. 
    And another thing... you can do a heck of a lot with the $99 or $300 version.  You don't need to go the full enterprise server route (though you do have to do that to use the server functions). 
    You might also want to try Adobe Bridge for searching and editing metadata.  In my experience, it's always been slow with video but that may well have changed.  I haven't played with it in a while

  • QT Error -8961 generated when exporting from Final Cut Server

    Not sure about this one.  We have a user that is trying to export a clip through quick time via Final Cut Server, but they are getting error -8961.
    Has any one heard of this error before?

    Yes, go into the Admin window in the Java client (as opposed to the System Preferences pane) and go to Transcode Settings. FInd the setting you wish to be able to export with, double click to open it, and add the "Export" device to its list of destination devices. Save and close. You may need to log out and back into FCSvr to see the changes reflected in your Export window.

  • Creating a Blu-Ray DVD from Final Cut Express

    Hi,
    I work in avchd ingested video in FCE. I'd have thought that to make a full HD hard copy of my final movie that I would need to purchase a Blu-Ray DVD burner and hook it into my MacBook Pro and just burn. I read recently somewhere that FCE doesn't allow HD DVDs to be created. I find this strange. Why am I bothering to shoot in HD if I can't see the final production in HD? I may as well have just bought a standard DV camera, and saved myself a whole lot of hard drive space and edit processing time. Am I missing something?
    Thanks,
    Vic

    http://www.roxio.com/enu/products/toast/default.html?gclid=CIyG7Zqclp4CFdpb2godL HXnkw

  • Exporting from Final Cut Server

    When exporting from FCS I get very limited options for download. Is there a way to add more compression schemes such as WMV or other QT options?

    Yes, go into the Admin window in the Java client (as opposed to the System Preferences pane) and go to Transcode Settings. FInd the setting you wish to be able to export with, double click to open it, and add the "Export" device to its list of destination devices. Save and close. You may need to log out and back into FCSvr to see the changes reflected in your Export window.

  • Final Cut Server Petition

    I have started the above pet it ion at: www.pet it ion online.com (no spaces)
    Search for Final Cut Server or FCS. Please sign it, I would love to get this product back.

    I'm finding the promotional material confusing. Apparently you do not have simultaneous read-write capabilities, you check out media dn then check it back in. But it can be located anywhere, on any machine, on any server.
    Max, are you at NAB and seeing the demos?
    This is from the marketing page:
    Use Final Cut Server to automatically catalog your media in any format and in any location. Powerful layered search tools let you find any asset fast, whether you’re in the studio or on the road. Browse thumbnails, poster frames, and proxies generated by Final Cut Server in formats you specify.
    Final Cut Server extracts and reports industry-standard metadata, including IPTC, XMP, and XML data types, so you won’t have to waste time reentering data. Final Cut Server is a seamless extension of the editing workflow in Final Cut Pro. Drag assets from Final Cut Server to any of the Final Cut Studio applications. Use Final Cut Server to organize Productions—including any combination of Final Cut Pro projects, rough cut sequences, media assets, and production documents. Or create a Final Cut Pro project in Final Cut Server and check it out to begin editing; when you check it back in, the catalog updates automatically.
    It all sounds too good to be true.
    We use Canto Cumulus to handle our digital still assets (and much more) but it is beyond "too good to be true." Cumulus is a chimera masquerading as a nightmare.
    bogiesan

  • Red Footage and Final Cut Server

    Aloha gang-
    I am still testing FCS in our studio and enjoy many of the features in this product. I love being able to search for footage and pull it into my FCP project with no waiting (using edit-in-place). But I am looking for some advice and knowledge regarding Red Footage.
    My scenerio is this:
    We render all our red footage to offline files that we will use in the post production process. I want to tag all those files with appropriate metadata so our edit team can search and retrieve files as they need it. But with red there are 7 files (in our workflow) that correspond to the same thing. Basically there is the original R3D file which can not be used in FCP, there are the 4 quicktime proxies that the camera generates and live in the same folder as the R3D, and these are the files I want to get back to after the production is through and archived. There is the offline quicktime we generate to edit with which we need to tag. There is a log and transfer quicktime we can log and transfer all this data to FCS (but it doubles the data size so I am not looking to use this one and edit performance is okay at best), and finally there is the folder that the 4 proxies and original red file live in.
    All of these files should be search able by the same metadata. Imagine the shot is of a blue bird. When I type blue bird I would want all of these files to show up (obviously I could limit my search so I only get the version I need for what I am doing i.e. offline, proxie, etc. I have made metadata lookups for this so this is not the challenge.)
    The challenge is I only want to log 1 of these files and have the metadata applied to all of them. They all have almost identical names. The offline, R3D, and folder file have the exact same name. The proxies are identical but with _F, _H, _M, and _P behind them. For the catalog process I only want to transcode proxies for the _M (The _F, _H take way too long and the proxies look the same as _M and the _P is too small
    I could make them a bundle but that does not help too much as the offline lives in a different place as the footage.
    Any ideas would be greatful. My easiest solution is to tag the files twice, once for the production and once for the archive, but this seems like a waste of time that I could have a computer do instead
    P.S. anyone successful in getting the metadata out of the red file, I see the red metadata set, and have it in place, but can not get it to show anything no matter which file I upload.
    Any ideas, or help would be great
    mahalo
    scott

    Thank you for your replies. I guess my question is not really answered because of the conundrum associated with red footage
    But my workflow to get through this will be as follows: (In case anyone is interested)
    Set a scan to bring in the offline quicktimes as they are rendered and have someone tag them with meaningful tags to help us search during the production. I will send those to archive when we are done.
    After the project is completed and the files are removed from Final Cut Server I will set a scan to import all the _M files (they transcode faster and quality is not an issue since it is making proxies) and tag them as best I can for the long haul (archive) I can either leave the media on the drive or back it up, depending on the immediate use of the files. This works very well if the media is still there as I can just drag the _M into Clipfinder and render the shot I need as I need it.
    I am storing these clips in folders labeled CC_LTOXXX (where XXX is the number for the LTO tape which increases by one for each tape I use. When I import them into Final Cut Server from the LTO folder I have a direct line to which LTO tape the file lives on. It's not easy to get the files back (so with files used frequently I will also keep a copy on an external drive I can just plug in) from an LTO, but it is doable.
    If anyone has an easy way to pull a list of files from an LTO tape that would be great, and even better if it could be a list Final Cut Server made, or if Final Cut Server could just pull the files. My LTO is a network drive so I would have to access it through an IP address, but if I could do that I would be golden.
    Anyway I know this will all evolve and this is just where I am right now, any ideas would be appreciated.
    Mahalo
    scott

  • Final Cut Server Replacement

    Anyone in L.A. for the Createasphere DAM conference should try and check out this event. The Levels Beyond Reach Engine has been doing amazing things in the Enterprise DAM/MAM space and has some amazing potential in pot-production workflow automation and organization. Check it out!
    http://levelsbeyond.eventbrite.com/

    Oh yea, the product includes a seemless migration from Final Cut Server.

  • Migrate Final Cut Server to Cantemo Portal

    If you want to migrate your existing Final Cut Server installation to a more modern MAM which supports FCP7, FCPX and other NLEs, you can use the CP Migration Tool, which you can find here: http://moosystems.com/products/moofs-migration-tool/
    Hope this helps,
    André

    Hello Nickolas,
    I'm very interested on this transfer scripts. I have though one quick questing regarding annotations.
    Does this transfer scripts also transfers Markers (or subclips) from FCP to Final Cut Studio and vice-versa (transfer annotations from Final Cut Server to FCP)?
    If this does not do this, do you have any solution for transferring annotations to FCP as markers/subclips when editors drags assets to bins/timelines?
    Also, Andre if I'm not mistaken you also have something similar to this, right?
    Cheers,

  • Is it possible to create DVD Templates with Motion for burning Blue Ray DVDs from Final Cut Pro X?

    Is it possible to create DVD Templates with Motion for burning Blue Ray DVDs from Final Cut Pro X?

    As far as I know, motion templates can only be used with DVD Studio Pro. FCP X only lets you add a background image to the DVD menu.

  • Importing OMF files created from Final Cut 4.5

    Hi Guys,
    I'm trying to import an OMF file created from Final Cut 4.5 and I'm getting a message saying "skipping audio part- edit point 190316987 too big." After I hit OK, I get thrown out of Logic 7. Has anyone had a similiar message, and if they did what did you do?
    Powermac G5 dual 2 ghz   Mac OS X (10.4.5)  

    Raffi:
    This is Apple document related:
    http://docs.info.apple.com/article.html?artnum=301871

  • Creating FLVs from Final Cut Pro

    I am trying to create an FLV from Final Cut Pro 5.1.4 on an
    Intel Mac. I have intalled the exporter plugin but it does not show
    up as an export option in FCP. Does anyone know why this is
    happening? Do they not yet have an FLV exporter for FInal Cut Pro
    5?
    I am stumped any help would be greatly appreciated.

    The only way I could make it work was to open FCP using
    Rosetta. This opens the program as if it were running on an older
    (non Intel) MAC. The plugin should then show up where it is
    supposed to. I guess they haven't come up with an Intel MAC plugin
    yet.
    To open as a Rossetta program control click on the FCP icon
    and click on Get Info. Then click on the Open using Rosetta
    box.

  • How to create an install cd with the final cut pro x app if the app comes from App.Store?

    How to create an install cd with the final cut pro x app if the app comes from App.Store?

    Just copy the Application FCPX to your CD. When you want to install drag the FCPX to the Application folder and you are done.

Maybe you are looking for

  • A few questions before I purchase...

    I am thinking of buying the Blackberry Curve from Verizon Wireless but had some questions that hopefully the community could answer. Currently I am using the Moto Q on WM5. 1. Any problems switching from a WM5 device to Blackberry OS as far as Syncin

  • Ipod Nano FM Transmitter adaptor - which one?

    I recently bought an Ipod nano for my girlfriend and would like to by an FM transmitter to operate it through my car stereo. My question is, which type of transmitter is compatible with a Nano? I know Griffin technologies makes a couple of different

  • Migrating to a new disk

    Sorry if this is the wrong place for this, but I'm not sure where else it will fit. The basic story is this: I currently have /home on a huge HDD and everything else on a small SSD. I just got a new SSD and was wondering what the best way to copy eve

  • How to synch iPhone's clock to the exact second?

    I want my iPhone World time to be exact to the second. I can set General | Date and Time to get the hour and minute right by radio time. But that does not zero the seconds hand. My humble digital watch can 'snap to the nearest exact minute'. Why can'

  • Temporay tablespace grows rapidly. . .

    Dear All, When I run a large query the temporary tablespace grows continuously. The max size of temporary tablespace is 6G. I set Autoextend on, next size is 10m and maxsize is 6291456M. Also I set the SORT_AREA_SIZE = 256m. How to stop the rapid gro