Cannot duplicate event due to same file name

I'm trying to archive some video projects my boss has made using Final Cut Pro X 10.0.7 on OS X 10.7.5. The problem I'm having is that I cannot "Duplicate Project + Used Clips" like I have done in the past because this project uses clips from three different events, and each of these events contains files that happen to have the same names as files in the other events.
For example:
Event A
- 00000-1.m4v
- 00000-2.m4v
- 00000-3.m4v
Event B
- 00000-1.m4v
Event C
- 00000-1.m4v
- 00000-2.m4v
So let's say the project he's created uses all these clips. If I attempt to "Duplicate Project + Used Clips", it won't work because 00000-1.m4v from three different events is used in the project. Apparently FCP is written in such a way that it allows you to fall into this trap. What it should be doing is either not allowing you to import a file into an event if that file name already exists in another event, or it should be smart enough to rename duplicate files on-the-fly when exporting (for example, 00000-1-1.m4v and 00000-1-2.m4v). But it does neither of these things.
The problem here is that these are the three events:
Event A = 108 clips
Event B = 68 clips
Event C = 80 clips
All FCP will say is that "two or more media files use the same name - rename the file or files and try again". Only it's not talking about the name of the file from within FCP -- it only cares about the file name as seen in the Finder. So even if I went into event A and put "A-" in front of all the clilp names, it doesn't matter, because it's not really "A-00000-1.m4v" -- the file is still named "00000-1.m4v" in the Finder, and the problem is unresolved.
Does anyone know any way of sorting out this problem without a massive amount of digging around, renaming files by hand and relinking?

I'm still stuck on this problem and in a couple of days I'm going to be sitting in on a webinar that will discuss archiving in FCP X.
I have tried several things and if I'm missing something I'd like someone to let me know.  I also cannot find much on this subject which is very surprising...or I'm not searching in the right places.  I'm going to submit feedback to Apple as follows:
Error:  “The operation cannot be completed.  Two or more media files use the same name.  Rename the file or files and try again.”
Operation attempted:  Duplicate project with used clips.
Second operation attempted:  Consolidate project media > Copy used clips only.
Cause:  Two or more events contain clips with the same name.
Eg.
event-20130126
          GOPR0002.mp4
event-20130220
          GOPR0002.mp4
Background:
          This video project resulted in a one hour documentary that used recordings from 6 different cameras shot over a span of 4 months.  Each day’s recording, for the most part, was broken into separate fcp events.  This resulted in 48 events.
          AVCHD imports result in media files whose name reflects the date and time of the recording which makes each of the imports’ media file names unique, even across all events.
          Imports from cameras such as GoPro’s Hero use their own original file names such as GOPR0001.  Therefore media file names are not unique across all events.
          Due to render and export problems, the video was broken up into 14 separate FCP X projects, aligned with what would ultimately be a “chapter” in the resulting video.
          The 14 projects “share” events;  i.e. the events used in the 14 projects (chapters) are not mutually exclusive.
          The source media as well as the events span over 3 physical external hard drives.
          All 14 projects are on one hard drive.
Consideration #1:
          It would seem that one way around this problem is to merge all 48 events.  I will not do this since this function moves the events rather than copies them.  Additionally, I’m not even sure if I have enough space to consolidate all 48 events anywhere available to me.
Consideration #2:
          This leaves only one other option which is to rename the source media files and relink all of them across all events.
Questions:
          1.          Why can’t FCP (internally) qualify the media file names that it imports with the event name?  i.e why is it left up to the user to insure that all of the media file names are unique across all events used by a project?
          2.          If it doesn’t do #1, then why were we not warned of this before starting.  I find out about this when I’m done with my project and trying to archive.  Now it’s a huge task to rename and relink.
Thoughts:
          Regardless of whether there is work-around to this problem, the fact that FCP has a “feature” such as events and allows projects to use more than one event but does not manage them properly reveals a weakness and flaw.  If such is the case, then it would be less painful, in this situation, to force a project to use only one event.
I wish that others would speak to this problem.  Or let us know what the answer to this is.
Thanks.

Similar Messages

  • Can I import 2 sets of photos with the same file name numbers?

    I've inadvertantly not had my camera set to "continuous" for file names and now have 2 memory cards with 2 different sets of images with the same file names.
    Can I still import both into Lightroom 2 without problems?
    What are the consequences?
    Thanks
    Stuart

    Yes. Of course, two files with the same name cannot be in the same folder. And don't forget to uncheck Don't import suspected duplicates during import.
    Another thing is that's not a good idea for good asset management, because someday you'll make some mistake because of this ambiguity. Good DAM practices suggest renaming your files after or during import, so that each files has a unique name across your entire image archive.

  • Database msdb cannot be opened due to inaccessible files or insufficient memory or disk space - in recovery pending status

    came in this fine monday morning and it looks like developers were running some kind of trace that filled the primary DATA folder with about 80,000 5mb trace files.  now that process has stopped and the logfiles have been cleaned up, but when attempting to connect to the server using the management console i get the error:
    Database 'msdb' cannot be opened due to inaccessible files or insufficient memory or disk space.  See the SQL Server errorlog for details. (.Net SqlClient Data Provider)
    when i check the status it is in recovery pending mode.  i have a backup from yesterday but im not sure if this database became corrupt before that backup or not because this process was ongoing over the weekend.  the last timestamp on the msdb and log files is 7am this morning.. 
    I am not sure how to proceed recovering the msdb database with limiting interruption to the users.  any advice is extremely appreciated.  this is sql server 2008.  i can login via sqlcmd and see it is in recovery pending status:
    1> select state_desc databasestatus_sysdtabase from
    2> sys.databases where name ='msdb'
    3> go
    select state_desc databasestatus_sysdtabase from
    sys.databases where name ='msdb'
    databasestatus_sysdtabase
    RECOVERY_PENDING
    (1 rows affected)
    1>

    For someone experiencing a similar problem this answer is unacceptable. You're basically telling me to reboot the server to fix this.  You vaguely mention using process explorer to find out who is using the file.  Can you please provide
    some more information on that?  I have a similar problem and rebooting the server to fix it is not an option.  This problem keeps reoccurring.
    OS Error 32 means file has an open handle by someone else. If that is a user process then you can catch it via Process Explorer. If it's a kernel mode object then it's difficult to catch that and restart is the only choice.
    http://sqlserver-help.com/2014/08/07/tips-and-tricks-os-error-32the-process-cannot-access-the-file-because-it-is-being-used-by-another-process/
    Balmukund Lakhani
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    | Facebook
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • Different photos with the same file name!! How to change this?

    While I was organizing my photos, I realized there are about 30 or so photos that have the same exact file name as another photo. Example: There are two IMG_1243.jpg, but they are different pictures. They were taken at different times, even different years. I have used more than one camera to import photos. I have changed the name of one of the photos in the Title area in the information section of iPhoto. When I try to put the newly named photo into a folder that has the other IMG_1243, I get a message that says" An older item named "IMG_1243" already exists. Do you want to replace it with the newer one you are moving?"
    I want to have both IMG_1243.jpg photos in the same folder. How can I do this? Also, I have a few thousand pictures, so how can I tell exactly how many photos have the same file name as another photo?

    Celtic Mom
    Welcome to the Apple user to user discussion forums
    While I was organizing my photos, I realized there are about 30 or so photos that have the same exact file name as another photo. Example: There are two IMG_1243.jpg, but they are different pictures. They were taken at different times, even different years. I have used more than one camera to import photos. I have changed the name of one of the photos in the Title area in the information section of iPhoto. When I try to put the newly named photo into a folder that has the other IMG_1243, I get a message that says" An older item named "IMG_1243" already exists. Do you want to replace it with the newer one you are moving?"
    I want to have both IMG_1243.jpg photos in the same folder. How can I do this? Also, I have a few thousand pictures, so how can I tell exactly how many photos have the same file name as another photo?
    It sounds like you are using the finder inside the iPhoto library - do not do that - you will corrupt your library and lose the edits, keywords, etc that you have
    iPhoto does not care about duplicate file names - it handles it fine
    changing the title of a photo does not affect the file name - although when you export the photo you can use the title for the file name as an option
    What are you doing and what do you want to accomplish?
    Remember do not ever make any changes in the iPhoto library using the finder or any other program
    LN

  • Downloads with same file name override each other

    This happens with large files and/or slow connection.
    - The default limit is loading 2 files at a time.
    - Suppose the user is currently loading A.txt and B.txt
    - While loading, user also clicks http://url1/C.txt and http://url2/C.txt (different URL but same name), and they are added to the queue.
    - Firefox loads both of them into a single file, they should be separated instead (C.txt and C-1.txt)

    Celtic Mom
    Welcome to the Apple user to user discussion forums
    While I was organizing my photos, I realized there are about 30 or so photos that have the same exact file name as another photo. Example: There are two IMG_1243.jpg, but they are different pictures. They were taken at different times, even different years. I have used more than one camera to import photos. I have changed the name of one of the photos in the Title area in the information section of iPhoto. When I try to put the newly named photo into a folder that has the other IMG_1243, I get a message that says" An older item named "IMG_1243" already exists. Do you want to replace it with the newer one you are moving?"
    I want to have both IMG_1243.jpg photos in the same folder. How can I do this? Also, I have a few thousand pictures, so how can I tell exactly how many photos have the same file name as another photo?
    It sounds like you are using the finder inside the iPhoto library - do not do that - you will corrupt your library and lose the edits, keywords, etc that you have
    iPhoto does not care about duplicate file names - it handles it fine
    changing the title of a photo does not affect the file name - although when you export the photo you can use the title for the file name as an option
    What are you doing and what do you want to accomplish?
    Remember do not ever make any changes in the iPhoto library using the finder or any other program
    LN

  • When saving a File OS Is Creating Multiple Folders With The Same File Name

    Not sure what I changed but, now when I save a any file (ppt. word, Keynote,Pages e.g.,) to the desktop or any other location the OS will also create multiple file folders with the same file name as the file I'm saving. Inside the folders are what appears to be files locating the saved files. What can I do to fix this problem?
    I'm using the 10.7.2 version
    MacBook Pro

    Misio wrote:
    It looks like a finder bug. To replicate, I surf to any website, I right-click on a jpg image, select "Save Image As" and in the window that pops up I type in the filename "000.jpg", I select the folder Pictures, and click on Save.
    BTW, I don't know why, but the file was saved only as "000" without the file extension ".jpg". Does anybody know why?
    the extension is simply hidden. go to the get info panel for the file and uncheck the option to hide the extension.
    Then I surf to another image, and again I save it as "000.jpg" and now it asks me if I want to replace the existing filename, although the existing one is "000" and I try to save as "000.jpg", so I say yes, and then magically the file is saved with the full filename including the extension "000.jpg"
    When I did it a couple of times, always saving image as "000.jpg" from various sources, I ended up with two distinct files named "000" and both in the same folder Pictures.
    Please advise.
    it sounds to me like you saved one file as 000.jpg and the other and 000.jpg.jpg.
    check the info panels for the files for full names to verify if this is the case.

  • I can not transfer date from one hard drive to another, I keep getting an error because I have two of the same file names and one file name is in caps and I cant change the file name

    can not transfer date from one hard drive to another, I keep getting an error because I have two of the same file names and one file name is in caps and I cant change the file name. My original external has an error and needs to be reformatted but I dont want to lose this informations its my entire Itunes library.

    Sounds like the source drive is formatted as case sensitive and the destination drive is not. The preferred format for OS X is case insensitive unless there is a compelling reason to go case sensitive.
    Why can't you change the filename? Is it because the source drive is having problems?  If so is this happening with only one or two or a few files? If so the best thing would be to copy those over individually and then rename them on the destination drive.
    If it is more then you can do manually and you can't change the name on the source you will have to reformat the destination as case sensitive.
    Btw this group is for discussion of the Support Communities itself, you;d do better posting to Lion group. I'll see if a host will move it.

  • I worked with files in LR that were originally on my C drive, then were moved to an external HD for storage. I now want to do some more work on those files (which have the same file name as on the C drive). I plugged the drive into my computer and it show

    I worked with files in LR that were originally on my C drive, then were moved to an external HD for storage. I now want to do some more work on those files (which have the same file name as on the C drive). I plugged the drive into my computer and it shows in LR under folders as the F drive and the little green light is on, but LR is showing only the first 6 files and not the remaining 200 or so. How do I expand the F folder to expose all files?

    I worked with files in LR that were originally on my C drive, then were moved to an external HD for storage. I now want to do some more work on those files (which have the same file name as on the C drive). I plugged the drive into my computer and it shows in LR under folders as the F drive and the little green light is on, but LR is showing only the first 6 files and not the remaining 200 or so. How do I expand the F folder to expose all files?

  • Same file name in target as source file

    Hi,
    I am doing a file to file scenario in which there is no mapping involved, it is a bypass scenario.
    I want my target file name to be exactly same as the source file name.
    Source file name dynamically changes based on date and time.
    I have tried creating the target file using the Add timestamp characteristic. But it is not in the same format as the source file.
    How can I achieve this???
    Since there is no mapping invlolved, I can't use dynamic configuration or variable substitution.
    Please advice.
    Regards,
    Sachi

    Hi Sachi,
    -->Are you bypassing the mapping rite....?
    -->Then in your ID under Interface determanation what interface mapping did you maintained....?
    -->I think you are by passing the IR.
    -->I think this can be achived by using the ASMA but it requires the Mapping Program.
    -->Even the above blog explains about getting the same file name using the ASMA and UDF.
    Thanks

  • SFTP to Mail with attachment as same file name from sender side

    Hi All,
            I am Using a SFTP to Mail scenario, I have a requirement in which an Sftp adapter after picking up a file should have an attachment with same file name to the Receiver Mail Adapter.
    Can anyone help me out?
    Thanks in Advance
    Edited by: uday kumar on Feb 15, 2009 2:00 PM
    Edited by: uday kumar on Feb 15, 2009 2:02 PM

    Hi,
    Find below link will helpful for configuration, but as per my knowledge file name at attachment will take as message id.  Check it with below link, i hope it will work
    /people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure

  • Same file name from sender to receiver file adapter with out using UDF

    Hi All,
    I am working on FILE TO FILE. My requirement is same file name from sender to receiver file adapter. Is it possible to do using only Adapter Specific message properties?  i mean with out using UDF.
    Thanks
    Karthik

    Hi,
    >>>Is it possible to do using only Adapter Specific message properties?
    yes
    just enable Adapter Specific message properties in sender and receiver channel for file name
    and you're done
    Regards,
    Michal Krawczyk

  • How to keep same file name in File to Mail-Without Ripository Object??

    Hello Experts,
    I have a requirement where I need to pick a file and need to send that as an attachment by mail adapter through PI.
    I can send the file as attachment but the file name is being changed.
    For example,the source file with name "Vendor_2011_11_06" is being transfered but when I am checking the mail box,the file is coming as attachment but the name has been changed to "Untitled.bin".I want the same file name as it was in source SFTP server.
    Do any one have any idea that how can we set the file name at receiver mail adapter?
    **Note:I have not created any repository objects,simply configured the ID object with dummy Service Interface name.So no mapping exist.

    Hi,
      For example,the source file with name "Vendor_2011_11_06" is being transfered but when I am checking the mail box,the file is coming as attachment but the name has been changed to "Untitled.bin".I want the same file name as it was in source SFTP server.
        by using MessageTransformBean you can acheive this.
    Transform.ContentDisposition------  attachment or inline  For example, attachment;filename=u201Dabc.txtu201D
    Transform.ContentDescription------- Description
    Transform.ContentType------Specifies the payload type, for example, text/plain
    refer this blog
    http://wiki.sdn.sap.com/wiki/display/XI/DynamicEmailAttachmentnameforReceivedMails  
    i hope this will help you.
    regards,
    ganesh.

  • Pick a particular file and keep on target side with the same file name

    Hi Guys,
    I have got couple of files in a folder. I need to pick only two files, I have setup BPM procedure 2 payloads merge. To keep these merged file with  the same source filename.
    Source side file Directory
    abc_12345_20100408101029.xml (abc_seq number_timestamp.xml)
    xxx12345.xml
    test.xml
    abc_12345_20100408101149.xml
    Target Side, How do I keep with the same file name?
    abc_12345_20100408111239.xml ---  same file name with diffrent timestamp.
    One more question: How to setup a file adapter to trigger between 2:00am to 5:00 am? in a particular time
    Does anybody has got quick idea, any links etc.,
    Your quick and positive response will be much appreciates.
    Kind Regards
    San

    Hi,
    One more question: How to setup a file adapter to trigger between 2:00am to 5:00 am? in a particular time
    For this you can Availability time planning (i.e you can schedule the file adapter to poll for the files with in the time interval i.e 2 -5)...
    for generating the file name at target side you need to look for the Dynamic Configuration as you need to change the timestamp for the file..and i am not sure how this works in BPM..
    in normal scenarios dynamic configuration will help....
    HTH
    Rajesh

  • How to create Same File Name in Recever side

    Hi Frnds,
    1)In my sender side i am having one XML file Name:  vendor123.xml
    i have to send this file to receiver side with same file name, what are setting i need to do in file adapter.
    In receiver side i dont have any file, i have to crete with same file name.
    2)
    In my scenario my message interface name Vendor123_mt.
    In receiver side my file name should be Vendor123_mt, How to do handle this situation.
    Regards,
    Raja Sekhar

    Hi Raja,
    Regarding you 1st question: It can be easily achieved using the Adapter specific Message Attributes. You can refer the Michal's blog for it.
    /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14
    Regarding your 2nd question:
    Here you will need to use Variable Substitution. Use the following link:
    http://help.sap.com/saphelp_nw70/helpdata/EN/ae/d03341771b4c0de10000000a1550b0/frameset.htm
    Hope it helps.
    Regards,
    Sanjeev.

  • My client requirementis: same file name should be in target system

    I am getting one file from source system the file name is empdetails.txt. I want to pass the same file name to the target system how we can implement this requirement.

    The below blog will also useful
    XI: The same filename from a sender to a receiver file adapter - SP14
    you can also refer to SAP Note 821267 - FAQ: XI 3.0 / PI 7.0 / PI 7.1 / PI 7.3 File Adapter
    regards,
    Harish

Maybe you are looking for

  • DDE link between MT4 & Excel 2010 no longer works on Windows 8.1 64bit

    I have a DDE link between EXCEL 2010 & Metatrader (MT4)  that has worked flawlessly up until yesterday. Now the spreadsheet just hangs when i attempt to update. I had not changed anything on my machine prior to the problem, but have since repaired th

  • LInksys Router BEFW11S4 version 2 and MacBook Pro Snow Leapord

    I bought my Linksys Router Model # BEFW11SW version 2 in 2002. I bought my MacBook Pro Dec.'09. My airport works in public location with wireless networks, but not in my house. Is my router not compatible, or can I re-configure something to make it w

  • Where is the code to avoid invoice split using multiple delivery numbers

    My functional consultant is asking me to debug because while trying to created invoice using the 2 deliveries are not commingling into a single invoice.  Means not able to create single invoice using both delivery notes. He said, u201CThe split is ha

  • Return to initial format when press BackSpace

    Hi, I noticed that TLF behavior is not very convinient for MS Word and other text processor users. The problem is following. When TextFlow is empty and I change any format parameter (let's say change fontSize to 48) and then type some text - everythi

  • How to change Customer Fields in CRM_DNO_MONITOR ALV to texts???

    Hi Guys, I have created some customer fields and added them succesfully to the CRM_DNO_MONITOR via the Badi CRM_DNO_MONITOR. Some fields are drop downs and have F4 value help attached to them. My problem is that the Key is shown in the result ALV and