Thread: Clipfinder: 'Run Conform on FCP XML'

Reply to Thread
Results 1 to 6 of 6
  1. #1 Clipfinder: 'Run Conform on FCP XML' 
    Junior Member
    Join Date
    Jul 2009
    Posts
    6
    Hi everybody!
    I'd like go use the function 'Run Conform on FCP XML' in Clipfinder. Problem is: The clips are stored on two different drives and it seems like clipfinder only allows one location for these clips. Does anybody now a 'workaround'? or maybe creating the XML-file in two steps? Any ideas would be great.

    jp
    Reply With Quote  
     

  2. #2  
    The Clipfinder 2.2 beta allows multiple clip directories.

    Cheers,
    Hans
    Reply With Quote  
     

  3. #3  
    Quote Originally Posted by jpred View Post
    Hi everybody!
    I'd like go use the function 'Run Conform on FCP XML' in Clipfinder. Problem is: The clips are stored on two different drives and it seems like clipfinder only allows one location for these clips. Does anybody now a 'workaround'? or maybe creating the XML-file in two steps? Any ideas would be great.

    jp
    A sneaky way is to create a symlink for one drive (or folder) in the the other drive (or folder).

    symlinks for dummies below:

    Start Terminal and write
    cd

    put a space after the "d"

    then in Finder drag Drive1 into the terminal window
    it should now read something like:

    cd /Volumes/Drive1

    press Enter

    now write
    ln -s

    put a space after the "s"

    then drag Drive2 into the Terminal window.

    The Terminal window will then display something like this:
    ln -s /Volumes/Drive2

    write
    Drive2_link

    (or something similar - spaces are not allowed)

    The full command should read:
    ln -s /Volumes/Drive2 Drive2_link

    Press Enter

    Now you will have an alias to Drive2 in Drive1 that is more powerful than the normal alias you create in Finder...

    EDIT: Or you can upgrade to the Clipfinder 2.2 beta. Formatting takes time. So much time that the author sneaks in between the OP and my answer :)
    Reply With Quote  
     

  4. #4  
    Senior Member
    Join Date
    Apr 2007
    Location
    Braunschweig, Germany
    Posts
    2,306
    Regards,

    Uli

    My Red is called Vertov after a Russian avantgarde filmmaker, a pioneer in modern cinematography, a true revolutionary who later suffered under Stalin's bureaucracy.
    Reply With Quote  
     

  5. #5  
    Or if you don't want to pay $14 for a simple UNIX command GUI. Get SymbolicLinker:

    http://www.macupdate.com/info.php/id/10433
    Reply With Quote  
     

  6. #6  
    Junior Member
    Join Date
    Jul 2009
    Posts
    6
    Thank you for all the answers! You are great help!
    Reply With Quote  
     

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts