Playing but not copying file from other drive?

How can I play an audio file or a video off an external hard drive connected directly to my mac or accessed over a wireless network without the file being copied to the mac that it is being played on?
Thanks.

Turn off the option in iTunes to "copy files to iTunes Music folder when adding to library" in the iTunes -> Advanced -> General preferences). Then when you add the track to iTunes, it won't be copied to the internal drive.

Similar Messages

  • Copy File From One Drive to Another & Missing Keyword Tags

    Hi,
    I use LR 2.7.  I want to copy one file from one drive to another drive with the same file name.  I thought you could drag the file, but it doesn't copy over the file in the other drive, can you explain what I have to do? 
    Also, I tried to import the folder into another drive, but it doesn't copy the keyword tags.  Is there a way to do this?
    Thanks
    Barb

    Hey Barb,
       Well, if you use the Year/Month/Day/pictures_here  format, none of the folders contains a massive amount of folders.  It's not the number of folders that generates problems, it's having them all in _one_ folder that creates slow-down issues.  Imagine if you had a deck of cards; look for one card... you have to go through all 52 cards to find it.  But, if you broke it down into the 4 groups, you only have to go through 13, which is lots faster.  Now imagine going through 15000 instead of 52...
    Look at the way lightroom can automatically import by date;  it has several preset formats.  If you pick one of those, then when you import new photos, it will automatically create any missing ones, and you have lots less to do.
    Depending on how much work you have already done, you might consider making a new catalog and just importing all of your photos again, and let it create everything quickly for you.
    You could save all of your "edit" changes by writing out all of the xmp files first.  But with 15000 files in one directory, this will double it to 30000 (one per image!), but will preserve all of your edits if you choose to make a new catalog approach.
    As for combing catalogs, once you have one catalog the way you want it, you can select "import from catalog" and it will suck it into a new one, thus combining the catalogs.  The only problem I can see is that it will import it in the format you already have it, so you have to organize it manually before you import it.  Otherwise, you'll get your old format and your new format in the one catalog (but can then move pictures around if you need to).
    Personally,  I'd go the 'write xmp files, create new catalog' approach.  Then just recreate my collections, etc.
    But either way you do it, it will take some time processing, as that's a lot of files to start with!
    Ciao!
    Jason

  • Windows 8.1 will not copy files from intranet site.

    I am using Windows 8.1 and I am trying to copy files from an Apple Time Capsule disk to a local hard drive. First I got the message box that said "Your Internet security settings suggest that one or more files may be harmful. Do you want to use it
    anyway?" and when I said okay nothing would copy. I went into my Internet options and added the Time Capsule disk to my site list in the Local Intranet Zone and reconnected the shared drive. Now I don't get the error box but it doesn't copy
    anything either. It does nothing. Any suggestions would be appreciated.
    Benjamin Greco Jr.

    I suggest you to run a malware check.. 
    May be its due to this malware "ZeroAccess rootkit/Sirefef"... What it does is it will block downloading and it will block you from visiting to some site... 
    Download and transfer this....
    Use one scanner at a time
    Download hitman pro 3.7  from uninfected pc and transfer to you pc and install (shareware and can be activated for 30 days free)and have a
    full system scan.. http://www.surfright.nl/en 
    alternatively you can use hitmanprokickstart usb bootable
    http://www.surfright.nl/en/kickstart
    And/or
    use malwarebyte  downloaded from uninfected pc and transfer to you pc and install and have a full system scan http://www.malwarebytes.org/products/malwarebytes_free/
    And/or
    use adwcleanerand  downloaded from uninfected pc and transfer to you pc and install and ave
    a full system scan..http://www.bleepingcomputer.com/download/adwcleaner/dl/125/)
    And/or
    use Junkware Removal  Tool  downloaded from uninfected pc and transfer to you pc and install andhave a full system scan
    http://www.bleepingcomputer.com/download/junkware-removal-tool/dl/131/
    And/or use TDSS Killer  downloaded from uninfected pc and transfer to you pc and
    install andhave a full system scan..: http://www.bleepingcomputer.com/virus-removal/remove-tdss-tdl3-alureon-rootkit-using-tdsskiller
    additional info
    If everything fails, you can use offline bootable resccue cd and do a full system scan... 
    https://support.kaspersky.com/viruses/rescuedisk
    http://windows.microsoft.com/en-us/windows/windows-defender-offline-faq
    How to create a defender offline bootable cd/pendrive
    http://www.pcandtablet.com/windows-8-antivirus-and-security/546/how-to-create-a-windows-defender-offline-usb-stick-to-remove-malware-on-windows-8-a.html
    Hetti Arachchige V Aravinda | Network & System Administrator (B.Sc, Microsoft Small Business Specialist, MCP, MCTS, MCSA, MCSE,MCITP, CCNA, CEH, MBCS)

  • Can not copy files from computer to external hard drive

    Have tried to copy thru drag and drop and also by edit copy files to folder ... I even tried copy of the files and paste but get the same error message which is in a little box that says Error copying file or folder Cannot copy file: and a OK button.
    How can I get the folder to copy?

    Try this tool and check : http://longpathtool.com/ 
    Also, can you format the HDD and check?
    Arnav Sharma | Facebook |
    Twitter Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members
    reading the thread.

  • Copy file from C drive to my network drive

    Hello to All,
    I am trying to copy some files from my C drive to the Network i.e. M drive.
    Using Oracle forms 10g AS on a UNIX box.
    This code works fine:
    :blk_global_items.file_load_from := 'c:\temp\0310011.ffs';
    :blk_global_items.file_load_to := 'C:\temp\logs\0310011.ffs';
    IF NOT webutil_file_transfer.client_to_as(
         clientFile => :blk_global_items.file_load_from,
         serverFile => :blk_global_items.file_load_to,
         asynchronous => TRUE,
         callbacktrigger => null) THEN
         message('Upload was not successfull');
    ELSE
         message('Upload was successfull');
    END IF;
    But not this code:
    :blk_global_items.file_load_from := 'c:\temp\0310011.ffs';
    :blk_global_items.file_load_to := 'M:\group\osc\0310011.ffs';
    IF NOT webutil_file_transfer.client_to_as(
         clientFile => :blk_global_items.file_load_from,
         serverFile => :blk_global_items.file_load_to,
         asynchronous => TRUE,
         callbacktrigger => null) THEN
         message('Upload was not successfull');
    ELSE
         message('Upload was successfull');
    END IF;
    I highly appreciate any suggestions.
    Habeeb

    Hi Jan
    The question that comes to my mind is to ask if this project is actually open in Captivate while you are trying to do this. My thought is that if it's still open, perhaps Captivate has a connection and something about the process of copying the file is causing something in the process to gag.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Error copying files from flash drive

    I'm not entirely sure this is a Windows compatibility problem, but it seems plausible. We have an external USB drive that is used to carry files back and forth between home, where we have a MacBook, and my husband's job, where he has a Windows machine. He has had a problem on several occasions copying files between the external drive and the hard drive. If he copies an entire folder, the copy will sometimes throw an error and then abort the copy process. This then results in anything that previously existed in the target folder and didn't get copied being completely wiped out (instead of them just being left there).
    I was able to replicate this behavior for the local copy of the files that are now on our hard drive, just trying to copy to another folder on the hard drive. The error message I saw was a "File in Use" error on a file that was definitely not open in any application, and then the aborted copy process (and the complete erasure of any files that previously were there). It was intermittent: I had a successful copy-and-paste of the folder once, and another that displayed the error behavior.
    Other info:
    I can copy using "cp -r" on the command line, this only happens with the Finder.
    The file that I saw the "File in Use" error on has an extended attribute set (I noticed this due to the "@" sign at the end of the permissions). When I look at it, it is a com.apple.FinderInfo attribute but I don't know what the values/fields mean.
    The files all show the username & group name from the Windows system my husband uses at work (we haven't set any groups at home -- the files show "staff" as the group so I presume this is from the Windows system).
    Some of the files were originally created on the Windows machine, others originally on the Mac machine.
    The external hard drive is formatted as MS-DOS (FAT32).
    I'm thinking there is some permissions issue between the Mac attributes and the Windows attributes that is causing the copy to fail (ungracefully) but that's a theory and I don't know how to fix it. Thanks for the help.

    I never did figure out why the files wouldn't copy over. Eventually, I deleted them and reformatted the drive. I don't know if that "fixed" anything, and I have not tried to copy such large files from the Mac to drive or vice-versa, but the drive seems to be fine. So, the problem and the solution remain a mystery!

  • Help copying files from external drive to another external drive

    I'm trying to backup the files I have on an external drive and this has turned into ****, I feel I'm a Windows user all over again.
    First I tried to encrypt an external drive, just as I've encrypted several others. The solution was to pay for a new OS (10.8.2).
    Now I'm trying to drag/drop the files from the old external drive to the new one (Seagate 3TB) and I get this message:
    "The operation can’t be completed because the selection contains both backup items and non-backup items."
    In a discussion somebody said "Use SuperDuper". I downloaded it but it's an app to make exact backups. I don't want this, I just want to copy files just as I've done in years.
    If someone can help me, I'd like to know:
    1. What does that message mean? The selection was the files in the old drive. Both backup items and non-backup items?????
    2. How can I simply drag and drop the files as I've done all my life?
    * I DON'T WANT A BACKUP APP, I DON'T WANT TO BUY APPS FOR SOMETHING SO SIMPLE AS COPYING FILES, SOMETHING THAT A MAC SHOULD DO.
    Please advice.
    Thank you.

    Hi,
    in PowerShell copy is an alias to the Cmdlet Copy-Item. A parameter "NewOrNewer" does not exit. You have to create your script that meets of your needs.
    Have a look on the CmdLet Copy-Item
    http://technet.microsoft.com/en-us/library/hh849793.aspx    
    I hope that helps you.

  • Unable to copy file from local drive to external drive

    I'm attempting to copy a 7gb file from my local drive on my iMac to an external firewire drive. Whenever I try to do this I get the following message: Sorry, the operation could not be completed because an unexpected error occurred.
    I've rebooted, checked permissions on local and external drive. I'm the only person that uses this iMac. It only has one profile on it. Any suggestions?

    Hello Sikwidityo
    If that External HD is formatted MS-DOS FAT32, then there is a 4GB file size limit that the iMac's can write to it.
    See > http://www.macworld.com/article/51972/2006/07/ww_drives.html
    In order to copy large files to it you from your Intel iMac's, you will need to set the Partition Map Scheme to GUID Partition Table and Format it Mac OS Extended (Journaled)
    See > http://www.kenstone.net/fcphomepage/partitioningtiger.html
    Keep in mind that repartitioning and reformatting will erase the current data on the External drive. So if you do, you'll need to copy it's contents to one of your iMac's and then back when your done.
    Dennis

  • Cl_gui_frontend_services= file_exist is not reading files from C drive

    Hi experts ,
    I am using the method 'cl_gui_frontend_services=>file_exist' to check whether a file exists in frontend machine or not. This method works fine and gives corerct result when i keep the file on desktop and provide the path of the files as parameter to the program but it is unable to check the existance of the same file if kept in C drive under folder program files e.g.(C:/Program files/Documware/Barcode.exe). Is this a limitation of the method or is due to some restriction/access permitions at system level that files could not be read from program files in C drive . kinldy provide your useful inputs if any one faced same issue and what is the  solution for this problem .
    Regards
    Priyank

    ALL FUNCTION 'DX_FILE_EXISTENCE_CHECK'
        EXPORTING
          filename             = file
          pc                       = 'X'
    *   SERVER              =
        IMPORTING
          file_exists           = file_exist
    IF NOT ( sy-subrc = 0 and file_exist = 'X' )
      MESSAGE  'the input file does not exist.' TYPE 'E'.
    ENDIF.

  • SSIS 2012 -Not Executing file from other server.

    Hi Experts , 
    I am working on SQL 2012
    I have a SSIS Package -
    1) Execute SQL Task - calling Storeprocedure 
    my StoreProcesdure contain OpenRowser Query which Pull Data from Excel and Load into SQL Table.
    Scenario 1 
    On Development Server example IP: (10.11.12.13)- File is present in D\ExcelSource\  folder of dev server
    1)My SP Run/execute successfuly on SSMS 
    2)MY SSIS package execute successfuly which contain above SP
    Scenario 2
    I have deployed SP and SSIS to production server
    On Production server example IP: (10.11.12.100)- File is Still Present in D\ExcelSource\  folder of dev server
    1) MY SP Execute successful on SSMS Picking file from '\\10.11.12.13\D\ExcelSource\' folder 
    2) SSIS Package Fails where SP is picking file from '\\10.11.12.13\D\ExcelSource\' folder
    "exec [dbo].[spLoadexcelEMPdata]" failed with the following error: "Cannot initialize the data source object of OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "(null)".". 
    Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
    3)When I copy excel file from dev to prod server and Give prod server path ,then SSIS package execute Successfully
    NOTE :
    a)ACE.OLEDB 64 bit (2010 )driver is installed on prod server
    b)Same SP execute successful  in Prod SSMS 
    c) SSIS and SP execute successful   in Dev server
    I have even Share development server Folder with everyOne so that File in it is accessible
    Also given Read Write  permission to excel file and folder 
    WHY my SSIS package with SP FAIL when Picking file from dev server ??? where as same SP runs fine on SSMS
    HOW to resolve this.... ?? Please assist

    You just gave more valuable info...
    exec [dbo].[spLoadexcelEMPdata] runs locally on the prod machine
    Thing is, you have the 64 bit driver, so it might work from the package or SSDT/VS if you set them to 64 Bit mode
    It is because the complete office is not necessary for OpenRowset.
    I assume, you referenced the driver
    OPENROWSET('Microsoft.ACE.OLEDB.12.0', 'Excel xyz.0;...
    Arthur
    MyBlog
    Twitter

  • CS5.1 Not Opening Files from Hard Drive

    I'm on a 2010 iMac with the lastest OS, and every time I try to open a RAW file from one of my external hard drives, I get an error messages that says "Could not complete your request because of a program error."  If go to the file through the hard drive and then drag it to Photoshop, it opens up, but if I go to File>Open> and then choose my external drive.

    i have the question posted over there too..
    Interestingly - I reinstalled CS4. files open with no issue using CS4 as external editor.
    Also - files open with no issue if PS Elements is used as the External editor.
    Looks like the issue is with CS5.

  • Can not copy files from locked CD

    I have some old CDs from around 2002 that are locked and I am unable to copy files off the discs to my Mac and when I check permissions on the discs it will not let me change it from read only.
    What do I do?
    Thanks.

    CDs are read only always (assuming commercial CDs or burned CDRs).
    So how it is you are trying to copy the files off of the CD? What happens when you do whatever you do? Does nothing happen or do you get an error message of some sort?
    Patrick

  • Copied files from external drive, now "read only" on Mac HDD

    I recently moved a large amount of files from my old PC to my new Mac. I copied the files from WinXP to a USB hard drive, then connected the drive to my Mac. After I copied all the files to the Mac I noticed that the majority of them are set with permissions that say "You can only read this file". How do I take ownership of these files so I can delete/rename some of them?
    Thanks!

    Select your file and open the information panel. By owner and access, change the permission.

  • MacBook Pro goes to sleep when copying files from attached drives

    I have noticed that since installing Yosemite my MacBook Pro goes to sleep when it is in the middle of copying a large number of files.  When I wake it up the copying continues.
    I have also noticed that when I am watching videos from my shared iTunes library on an Apple TV the video will stop after about 15 minutes and the connection to the library is lost because the MacBook Pro has gone to sleep. When woken up then access to the library is restored but I need to reselect the movie and then resume.
    I have changed the power saving options to do not let drives sleep when idle and do not sleep laptop.
    Anyone else have any experience of this or better still a fix.
    Thanks in advance.

    I have just found that if I turn off the display sleep in the power settings then the problem is resolved.  It means though that the screen on my MacBook Pro is on all the time albeit with a screen saver.

  • Release of a transport does not copy file to other system

    Hi All
    I am struck with an issue. When I release a transport request from my DEV server, The corresponding files donot get copied to the local transport directory of QAS system, resulting in the non listing in the import queue of the QAS system.
    I have checked the mentioned
    1. STMS configuration is all active and all nodes are attached to the domain controller (DEV) with all green buttons
    2. Single global transport group is configured for all the systems
    3. QAS server can access the global transport directory in DEV system
    4. RFC connection to QAS server from DEV server is fine
    5. RDDIMPDP is scheduled in 000 client of DEV system through DDIC using Report RDDNEWPP
    6. RDDIMPDP is scheduled in 000 client of QAS system through DDIC using Report RDDNEWPP. However, in SM37, the schedule does not get displayed.
    7. The /sapmnt/sap/trans directory of QAS system is writable
    8. /usr/sap directories of DEV and QAS system is shared as saploc and sapmnt
    Any ideas of what could be the error.
    Regards
    Lokesh

    >
    Lokesh Gupta wrote:
    > 2. Single global transport group is configured for all the systems
    >
    > Lokesh
    Hi,
    All Systems belonging to the same transport group must share
    the same DIR_TRANS. You need to setup diffrent Groups, if you like
    to use a local transport directory.
    WARNING: When using diffrent groups, but DIR_TRANS on these systems
    points to the physical same directory, your transport files will get damaged
    when trying to operate them !!! Read the documentation carefully to know
    about the pitfalls of local transport directories.
    Volker

Maybe you are looking for

  • Unit Test Validation for Output Ref Cursor Not Working

    Here is the problem: I have a stored procedure as follows: CREATE OR REPLACE PROCEDURE usp_GetEmployee( p_employeeId IN NUMBER, cv_employee OUT Sys_RefCursor ) AS BEGIN OPEN cv_employee FOR SELECT * FROM employees WHERE employee_id=p_employeeid; END

  • Steps for configuring AXIS framework in SOAP adapter

    hi, can anybody tell me step by step procedure on how to configure the AXIS framework in SOAP adapter Also can anybody suggest me an appropriate scenario where AXIS framework can be used regards, loveena

  • Computer wont recognize voice commands

    I have been trying to calibrate my computer for voice commands, even when I am able to say the command examples and get my voice to the green but try for real my computer wont recognize any or most of my commands in any way either by holding a key do

  • My songs seemed to only half download.

    Hi, so last night I bought a song on my iPhone 4S and when I went to play it it wouldn't play for a long time but then after a few minutes it did. I then thought that everything was fine and put it in a playlist, when I went to play the playlist all

  • RemoveChild() but audio still plays

    Hy! I have a flash website where different pages are movieclips which are added or removed from the main stage, depending on which buttons are clicked. The problem is that I have a 'video' page where a YouTube player is embedded. The video plays as s