Move library to laptop and then back again. . .

Hey. I need to spend some time organizing my IPhoto Library and will be travelling extensively in the next month so I would like to do the work on a Macbook Pro. The current library (12,000 photos) is on our IMac. I want to organize, keyword, event, etc. . .really clean it up, tag everything,etc but not sure how to go about this without losing my mods.
Can I simply:
Copy the IPhoto Library folder to my Macbook.
Work on the photos while I travel
Copy the Iphoto Library folder from my Macbook back to the IMac?
Any other thoughts?
Thanks
Adam

Adam
Yes this will work - but you may have file permission issue so Download BatchMod from
http://macchampion.com/arbysoft/
And apply it to the iPhoto Library Folder using the settings found here:
http://homepage.mac.com/toad.hall/.Pictures/Forum/BatChmod.png
(Credit to Old Toad for this one).
Regards
TD

Similar Messages

  • Can I restore Time Machine "B" to Macbook "A"  and then back again?

    My family had 2 Macbooks-- I'll call them A and B -- each equipped with an external USB hard drive that we used for regular Time Machine backups.
    Macbook B contained some digitized family videos.  About 8 months ago it was destroyed by spilled coffee (family member shall remain unnamed!)  Apple tech said it would cost as much to repair as it would to replace, and I ended up doing neither.  Coffee-spilling family member went off to college with a new Macbook Pro (equipped with a thin plastic keyboard cover!!!)
    Macbook A continues to be used, and backed up (by a family member who doesn't drink coffee, BTW).
    I would like to recover those video files -- at least to burn them onto DVD's or whatever -- but I'm assuming the only way to access files from a Time Machine backup is to restore that backup onto a Macbook. 
    So I'm wondering if I can be sneaky by restoring Time Machine "B" onto Macbook "A", getting those video files copied off it, and then restoring Time Machine "A" back onto Macbook "A" again.   Would there be any ill-effects from doing this?
    Thanks!
    Joe

    No. See:
    iOS: Unable to restore from backup of a newer device

  • Moving iphone/itunes to another computer and then back again

    I'm on travel and want to add more podcasts to my 1st generation iPhone which is nearly full. I have a backup at home so I thought I would just reformat and then link to my Macbook Air while on travel overseas. However, iTunes said that I had to have a network connection which is a problem since I have an ethernet connection and the iPhone doesn't like the simple USB hub that I have. I suppose I can figure this out but my question is: when I return home can I restore with a backup on my home computer so I don't have to re-install a bunch of apps?
    BTW, it's rather strange that I can't reformat an iPhone without being connected online. This is trivial to do on an iPod.
    Thanks

    All media content will be erased when you sync to a different computer. You can transfer your purchases and backup manually before you sync. To do this, disable autosync in itunes, connect the phone and right click on it in the device list. Choose "Backup" and "Transfer purchases"
    After your phone got erased, restore from that backup. See what the backup contains here: http://support.apple.com/kb/HT1766
    Music is not part of the backup, but if you bought it in the Store, you where able to transfer it from the phone to the computer when you transferred your purchases.

  • How to move focus from one JTree node to another one and then back again?

    Hi all!
    Say I have a very simple JTree
    package main;
    import java.awt.BorderLayout;
    import java.awt.Container;
    import java.awt.event.WindowAdapter;
    import java.awt.event.WindowEvent;
    import javax.swing.JFrame;
    import javax.swing.JScrollPane;
    import javax.swing.JTextField;
    import javax.swing.JTree;
    import javax.swing.event.TreeSelectionEvent;
    import javax.swing.event.TreeSelectionListener;
    import javax.swing.tree.DefaultMutableTreeNode;
    public class SelectableTree extends JFrame implements TreeSelectionListener {
        public static void main(String[] args) {
            new SelectableTree();
        private JTree tree;
        private JTextField currentSelectionField;
        public SelectableTree() {
            super("JTree Selections");
            addWindowListener(new WindowAdapter() {
                public void windowClosing(WindowEvent event) {
                    System.exit(0);
            Container content = getContentPane();
            DefaultMutableTreeNode root = new DefaultMutableTreeNode("Root");
            DefaultMutableTreeNode child;
            DefaultMutableTreeNode grandChild;
            for (int childIndex = 1; childIndex < 4; childIndex++) {
                child = new DefaultMutableTreeNode("Child " + childIndex);
                root.add(child);
                for (int grandChildIndex = 1; grandChildIndex < 4; grandChildIndex++) {
                    grandChild = new DefaultMutableTreeNode("Grandchild "
                            + childIndex + "." + grandChildIndex);
                    child.add(grandChild);
            tree = new JTree(root);
            tree.addTreeSelectionListener(this);
            content.add(new JScrollPane(tree), BorderLayout.CENTER);
            currentSelectionField = new JTextField("Current Selection: NONE");
            content.add(currentSelectionField, BorderLayout.SOUTH);
            setSize(250, 275);
            setVisible(true);
        public void valueChanged(TreeSelectionEvent event) {
            currentSelectionField.setText("Current Selection: "
                    + tree.getLastSelectedPathComponent().toString());
    }All I need is to move focus from currently selected node, to some other node (does not matter which one), then to "sleep" for a second and finally move it back to return selection to the previously selected node. The only question is how do I do this?

    Use a Seperate Thread to do it:
    Runnable r = new Runnable() {
        public void run() {
                   int k=tree.getSelectionRows()[0];
                   DefaultMutableTreeNode node = (DefaultMutableTreeNode)tree.getLastSelectedPathComponent();
                                if(node.getNextSibling()!=null)
                                     tree.setSelectionRow(k+1);
                                else
                                     tree.setSelectionRow(k-1);
                                sleepe(k);
    public void sleepe(int i){
                         try{
                                Thread.sleep(1000);
                                     }catch(Exception e){
                                         e.printStackTrace();
                                  tree.setSelectionRow(i);
        }Then start this thread in a mouse click event(or any other similar),but not in TableSelectionListener because >>if the current selected row is 1 then it will execute the valueChanged method of TableSe..li. and we set the selected row to 2 then again it will execute the valueChanged method of TableSe..li.It will repeat till something,or in error.
    tree.addMouseListener( new MouseListener(){
    public void mouseClicked(MouseEvent e) {
                       new Thread(r).start();
    public  void mouseEntered(MouseEvent e) {
    public  void mouseExited(MouseEvent e) {
    public  void mousePressed(MouseEvent e)     {
    public  void mouseReleased(MouseEvent e) {
      });Note:it worked perfectly for me. So add all the above in the right place and import necessary.It will execute perfectly.

  • HT1338 My mail will not delete. When I move it to trash and then delete it within a few minutes it has all bounced back in again.  Checked my preference settings and all seems to be in order. Any ideas how to resolve this frustrating problem?

    My mail will not delete. When I move it to trash and then delete it, within a few minutes it has all bounced back in again.  Checked my preference settings and all seems to be in order. Any ideas how to resolve this frustrating problem?

    That sounds like a compatibility issue with an add-on that you have installed, as reported by a number of users in both Firefox 22 and Firefox 23 over the last couple of months. If you would provide a listing of your installed extensions ''(as you were prompted to do when creating this thread)'' maybe one of us can advise you which extension is the mot likely culprit. You will need to re-install Firefox 23 to do further diagnostic testing.
    As far as the compatibility of Firefox 23 and Win XP SP3, Mozilla has verified they are compatible and not one user ''(including me on two separate PC's)'' has reported a problem with compatibility.

  • I want to delete a few contacts, apps, pics etc from my iphone, but when I delete and connect to my laptop they sync and come back again. How can I delete those items and not get them back when I connect my iphone to my laptop?

    I want to delete a few contacts, apps, pics etc from my iphone, but when I delete and connect to my laptop they sync and come back again. How can I delete those items and not get them back when I connect my iphone to my laptop?
    Also where exactly on the laptop is teh data stored.
    Thank you!!

    go to 'Edit' in the menu bar. Then choose 'Preferences'.
    you'll see a pop-up and there's a tab called 'Devices' there. If you click that, you will be able to check a box that says 'prevent automatic syncing for iPods, iPads and iPhones' or something like that.
    Hope this helps
    NB: if you don't even see the menu bar that has options like 'File, Edit, View, etc', first click the black/white square button on the top left of your screen, and then click 'show menu bar'. It should pop right up.
    Good luck

  • HT3209 how long does a rented movie last? and can i download it  in my pc, then to my ipad and then back to my pc?

    how long does a rented movie last?
    when i rent the movie in my pc, can i put it into my ipad and then back to my pc?

    Yu can copy it to your iPad from your computer, but if you rent it directly on the iPad then you can't copy it off - from here :
    If you download a rented movie on your computer: You can transfer it to a device such as your Apple TV (1st generation), iPhone, iPad, or iPod if it’s a standard-definition film (movies in HD can only be watched on your computer, iPad, iPhone 4 or later, iPod touch (4th generation or later), or Apple TV). Once you move the movie from your computer to a device, the movie will disappear from your computer's iTunes library. You can move the movie between devices as many times as you wish during the rental period, but the movie can only exist on one device at a time.
    If you download a rented movie on your iPhone 4 or later, iPad, iPod touch (4th generation or later), or Apple TV: It is not transferable to any other device or computer.
    From when you rent a movie you have 30 days in which to watch it, but once you start watching it you have 48 hours to finish watching it (24 hours in the US) - you can watch it as many times as like within those 48 (or 24) hours.

  • HT1848 I rented four movies on my mac and then transfered them to my iPad, i then did an update to my iPad, now the rentals are not on my ipad nor my mac. I did not watch them and I was charged for them. How do find them and transfer back on my iPad

    I rented four movies on my mac and then transfered them to my iPad, i then did an update to my iPad, now the rentals are not on my ipad nor my mac. I did not watch them and I was charged for them. How do find them and transfer back on my iPad

    If you moved them to your iPad then they will have been removed from your Mac.  If they are no longer in the iPad's Videos app following the update then you will need to try contacting iTunes support and see if they will let you re-download them : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • Controling movie to stop 10 sec -and then run again

    Hey
    I'm making a flv incl. a movie. I would like the movie to
    stop now and then (to put some animations on top of it) and then
    run after lets say 10 sec - this has to be timer controled. How do
    i script this in actionscript 2.0? and will I be able to use it
    again in the same flv?
    Thank you very much !
    br/jean

    Hello!
    Your best bet might be to try an interval that will unpause
    your movie after ten seconds or so. Just have it set the duration
    of the inteval as a parameter if you have difrent length of your
    pauses. If you need to determine when to pause the move you can use
    a listener to the time property of your NetStream object. Anyway,
    here is a simple way to pause:

  • Does anyone know if we are able to deauthorize a computer and then reauthorize again? I want to make sure my library will still be there.

    Does anyone know if we are able to deauthorize a computer and then reauthorize again? I want to make sure my library will still be there if I do that.

    Yes.  Yu have to just ensure that the iPod is signed into the iTunes account(s) that purchased the apps and other stuff and you have iTunes et up to sync the stuff to the iPod.  You will loose however, any app data you have.
    BTW, you can always redownload app at no addition cost.  See:
    How to redownload purchased apps from the App Store

  • HT1711 can i delete a movie from my computer that i've previously purchased in itunes and then download again when I want to watch it?

    Can i delete a movie from my computer that i've previously purchased in itunes and then download again when I want to watch it?  Seems like this would help me manage storage space.

    Yes, provided the movie is still in the iTunes Store.
    You can re-download content purchased from the iTunes store (availability varies depending on location) using the purchased option from the Quick Links section in the top right corner of the iTunes homepage in your iTunes application on your computer.

  • Frustratingly, since I upgraded to Yosemite 10.10, I too am having the worst problems with WiFi dropping out. I've never had this problem before on my iMac 27-inch mid 2011 model. Turning WiFi off and then back on again sometimes works. Help please.

    Frustratingly, since I upgraded to Yosemite 10.10, I too am having the worst problems with WiFi dropping out. I've never had this problem before on my iMac 27-inch mid 2011 model. Turning WiFi off and then back on again sometimes works. Help please. I've already tried a lot of your suggested fixes, but without success. Why hasn't Apple Fixed this?

    Please test after taking each of the following steps that you haven't already tried. Stop when the problem is resolved. Back up all data before making any changes.
    Step 1
    Take the applicable steps in this support article. The Wireless Diagnostics program generates a large file of information about your system, which would be used by Apple Engineering in case of a support incident. Don't post the contents here.
    Step 2
    Disconnect all USB 3 devices. If you don't know which are USB 3, disconnect all USB devices except keyboard and mouse.
    Step 3
    If you're not using a wireless keyboard or trackpad, disable Bluetooth by selecting Turn Bluetooth Off from the menu with the Bluetooth icon. If you don't have that menu, open the Bluetooth preference pane in System Preferences and check the box marked Show Bluetooth in menu bar. Test. If you find that Wi-Fi works better with Bluetooth disabled, you should use the 5 GHz Wi-Fi band. Your router may not support it; in that case, you need a new router.
    Step 4
    Open the Energy Saver pane in System Preferences and unlock the settings, if necessary. Select the Power Adapter  tab, if there is one. Uncheck the box marked
              Wake for Wi-Fi network access
    if it's checked.
    Step 5
    Open the Network pane in System Preferences and make a note of your settings in the Wi-Fi service. It may be helpful to take screenshots of the various tabs in the preference pane. If the preference pane is locked, unlock it by clicking the padlock icon and entering your administrator password. Delete Wi-Fi from the service list on the left by selecting it and clicking the minus-sign button at the bottom. Then recreate the service by clicking the plus-sign button and following the prompts.
    Step 6
    In the Wi-Fi settings, select
              Advanced... ▹ TCP/IP ▹ Configure IPv6: Link-local
    Click OK and then Apply.
    Step 7
    Reset the System Management Controller.
    Step 8
    Reset the PRAM.
    Step 9
    Launch the Keychain Access application. Search for and delete all AirPort network password items that refer to the network. Make a note of the password first.
    Step 10
    Make a "Genius" appointment at an Apple Store, or go to another authorized service center.

  • My itunes library is on our pc and my ipod touch.  I would like to tranfer this library to my new laptop and then to my new ipod classic.

    I have had an ipod touch for some time now.  A lot of my music is stored on our home pc.The music on the pc is stored in my itunes library, and also on the Touch.
      I have now bought an ipod Classic 160gb.
    I have also bought a new pc laptop.
    I would like to transfer the music from my itunes library, which is on the Touch, to my new laptop and then onto my new Classic.

    To transfer your iTunes Library...
    From your Old Computer... Copy your ENTIRE iTunes FOLDER to an External Drive... and then from the External Drive to your New Computer..
    An Added Bonus is that you will then have a Backup of iTunes...
    Backup iTunes to an External Drive
    http://support.apple.com/kb/HT1751
    With regard as to what is on your Touch, you will need a 3rd Party Software... Google would be your friend...

  • After I did a change in the drumsection on a song the program just "went down". It's impossible to go back tinto the program. It just tryn to open the song, nothing happend and then out again... What can I do?

    After I did a change in the drumsection on a song the program just "went down". It's impossible to go back tinto the program. It just tryn to open the song, nothing happend and then out again... What can I do?

    see if anything in this troubleshooting article helps: http://support.apple.com/kb/HT2801?viewlocale=en_US

  • Why can't i access my itunes anymore? whenever i click on it, it makes my laptop freeze/slow down to the point where not even ctrl alt delete works properly and i have to turn the laptop off and then back on to get anything done.

    why can't i access my itunes anymore? whenever i click on it, it makes my laptop freeze/slow down to the point where not even ctrl alt delete works properly and i have to turn the laptop off and then back on to get anything done. it has been this way for the last 2/3 days now and i have uninstalled and reinstalled it but it doesnt work

    Hello there, bobbiefromIRL.
    The following Knowledge Base article goes over some great steps for troubleshooting your issue:
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/ts1717
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

Maybe you are looking for

  • G/l accounts in import process

    hi sap gurus,                     Pl tell me which accounts are generated while doing miro for cvd, customs duty & clearing. also while doing migo and miro for the actual vendor. PL .TELL ME WHERE DO WE CUSTOMIZE THESE G/L ACCOUNTS. Regards. Sandeep

  • Setup for PDF printing using Embedded PL/SQL Gateway, 11G DB and APEX 3.1

    I've setup APEX on 11G using the Embedded PL/SQL Gateway. Its all working well. I've enabled Network Services and can see a couple of printers I've defined after running select * from DBA_NETWORK_ACLS; and also can see the FLOWS_030100 and FLOWS_0300

  • How to set the Availability Status globaly

    Our database will placed in Restricted mode for a major upgrade. How can I set the Availability to a status of Unavailable(Redirect to URL) and add the URL to redirect to for all of our APEX applications without going in one by one? Edited by: Ed Sie

  • Location of security xml files for groups

    We are having some issues migrating security(only) from one sysmte to another in EPM 11.1.2 for a planning application. Is there any other way to migrate security? Where are the xmls for each group's security stored?

  • Answers hitting wrong fact in BMM layer

    Hi All, I have 2 facts mainly CURRENT and AGO both at the day level.Now when i try to push columns from dimensions and put the filter in date then it is hitting AGO fact but i want to CURRENT fact. Any Suggestions. Regards