Sync Podcasts between two macs

I have subscribed to podcasts on my home and office macs and wondered how to update those that I sync at the office at home. They do not show up in the list for selected podcasts to sync.
Is this possible?
Thanks,
Phil

Jason Williams3 wrote:
I had a feeling this might be the case.
Seems to me, there should be away to sync the ipod/iphone better between multiple computers...
from the horse's mouth:
Issues syncing content with multiple computers using iTunes.

Similar Messages

  • Sync folders between two Macs

    Howdy,
    I want Mail on two of my Macs to be in sync. I have a lot of rules set up and once the rules are applied the mail is sorted in local folders so it disappears from the inbox. This of course causes it to no longer be available on the other Mac.
    Looking for an application that can sync files I select between two Macs whenever a change is detected on either of them, in this case my Mail folder and peferences. This can go directly or through an OS X server that's running 24/7. I don't want to move my folders to the mailserver but keep them local.
    Any suggestions?
    Thanks in advance.

    fossy207 wrote:
    I've had a Macbook Pro for about a year and a half and love it so much that this Christmas I decided to buy myself a second Mac. I got a refurbished 24 inch iMac and just set it up last night. During the setup it occurred to me that there are certain folders on both computers (documents, pictures, audio, downloads, etc) that I would like to have available and synchronized between both computers. I'm sure I'm not the only one who'd like to do this. Does this functionality exist in Snow Leopard?
    no. not unless you want to use a command line tool like rsync.
    If not, are there any 3rd party apps that will solve my problem?
    you can use Chronosync or ForkLift. also,you can sync not directly between computers but via a cloud. there are many services that do that. there is apple's own mobileme. another very popular one is DropBox.
    Thank you for reading.
    -Chris

  • Sync contacts between two macs

    I would like to use iCloud to sync my Contacts between two Macs.How do I get the Contacts "On My Mac" to do this?
    Thanks,
    Frank

    Thanks. You said: "When you setup iCloud the On my Mac contacts should've been moved to iCloud I think (can't remember what happened in my case)."
    Actually that does not happen, or at least it didn't happen to me.

  • Sync iphone between two macs

    How do I sync my iphone between two macs. An imac at home and a macbook pro. I want them to work equally if possible
    thanks

    I want to be able to sync my iphone to both the imac and the macbook pro. Everything equally. Apps, music, photos etc.
    When I updated to ios, using the macbook pro, it wiped everything out. I had to go to my imac and do a restore from a previous version to get things back. I want both macs to be equal when I synch with them.
    Can I do this?
    thanks

  • Syncing iTunes between two macs, possible?

    Hi,
    A feature I really miss is the possibility to sync my iTunes music between two computers.
    For instance, If I buy one song on Mac1 it syncs with Mac2, with just a few mouseclicks or so.
    Right now it can be quite chaotic to keep track of both libraries, and would be nice with a program or a feature that can update the libraries easy, not matter if i'm deleting songs, adding, changing location, and so on.
    Is this possible some how?
    Thanks in advance

    There are a few utilities specifically designed to help you sync iTunes across different computers. You could begin your research by having a look at these for instance:
    TuneRanger
    SuperSync
    syncOtunes

  • How to sync calendars between two Macs without Mobile Me?

    Is there a way to sync calendars between my wife's Mac and my Mac without Mobile Me? They are in the same house and I don't see the need to go thousands of miles and over the Internet for that purpose. Thanks.

    Yes, you pretty much just drag and drop or copy and paste depending on which way you like better. It is pretty much like connecting an external hard drive. Just find the files you want and copy them over to your other computer.
    This is one of my favorite features from Macs. It's very simple to do and because it's Firewire even large files transfer over very quickly.

  • Sync ical between two Macs?

    Hi,
    I have a Mac at home and a mac at work. Is it possible for my ical to sync on both macs so that i can view the same calenders on both macs?
    It appears to be signed intop icloud on both macs but the calenders dont sync or display the same info?
    Both are running 10.7.4.
    Thansk.

    Hi and thanks for responding.
    I'm being really stupid here, i don't even know if my ical is "on my mac" or in "icloud" i'm afraid.
    If i go into icloud in system prefs, "Calander" is checked on both Macs.
    I can't find anything on my Mac that says" On My Mac" as in the link you sugessted?
    Appologies for me struggling with this.

  • How can I sync firefox between two macs: cannot fond the add a device buttom!

    In the instructions found in help in order to set up firefox sync a device must be added. However in the preferences <I do not finf the Add device buttom. Any suggestion?

    Hi!
    Unfortunately your message is incomplete.
    Take a look to this article and let me know if it doesn't help: [[How to sync Firefox settings between computers]]

  • Sync itunes between two macs

    I have a MBP and an iMac, and I want to synchronize iTunes music and libraries between both computers. Which is the best way to do it?

    There are a few utilities that can help you sync iTunes across different computers. You could begin your research by having a look at these for instance:
    TuneRanger
    SuperSync
    syncOtunes

  • ICloud has never synced PHOTOS between two Macs.  Why?

    I have an iCloud subscription.   A couple of thousand on a macBook.  And i have an iMac.  I am running the latest OSX on both.  I have set BOTH devices to sync photos to iCloud.  But it just doesn't do it.  It syncs other material [notes, calendar etc] perfectly happily.  What am i doing wrong?

    Are you referring to new photos added to iPhoto or Aperture, or photos that were there before you turned on Photo Stream in the iCloud settings? Note the following quotation from iCloud: My Photo Stream FAQ
    You can add older photos to Photo Stream by dragging them to the Shared - iCloud icon in the left side panel in iPhoto.
    When do photos upload to My Photo Stream?
    When you turn on My Photo Stream on your devices, all new photos you take or import to those devices will automatically push to your photo stream.
    iOS devices: New photos that you take automatically upload to your photo stream when you leave the Camera app and connect to Wi-Fi. My Photo Stream doesn't push photos over cellular connections.
    Macs: Any new photos you import to iPhoto or Aperture automatically upload when you connect to Wi-Fi or Ethernet. Or you can change your iPhoto or Aperture preferences so that only photos you manually add to My Photo Stream upload.

  • ICal Sync between two macs

    Is there a way to sync iCal between two macs without having a .Mac account?
    Thanks,
    "D"

    As far as backing up your calendars, I use the A/S below (scheduled daily) to backup my calendars. It places a copy of (~/Library/Calendars) in your (~/Library) folder.
    Can be modified to locate the backup to an external drive if desired.
    --pick up directory path
    set WhoAmI to ((path to library folder from user domain) as string)
    set the_date to date string of (current date)
    tell application "Finder"
         --make our backup folder if necessary
         if not (exists folder (WhoAmI & "CalBackup")) then
              make new folder with properties {name:"CalBackup"} at folder WhoAmI
         end if
         delete every folder of folder (WhoAmI & "CalBackup")
         delay 3
         make new folder with properties {name:the_date} at folder (WhoAmI & "CalBackup")
         duplicate files of folder (WhoAmI & "Calendars") to folder (WhoAmI & "CalBackup:" & the_date)
         --check file sizes
         set FileList to every file of folder (WhoAmI & "CalBackup:" & the_date)
         repeat with ThisFile in FileList
              set TheSize to (size of ThisFile) / 1024
              if TheSize < 0.2 then display dialog ((name of ThisFile) as string) & " may be empty" with icon caution
         end repeat
    end tell
    Copy the script and paste it into your Script Editor. I saved it as an app called "iCal Backup" which I schedule to run daily.

  • Sync Mail between 2 mac's

    Can anyone tell me if there is a way to sync Mail between my two mac's? Using .mac or some other avenue? I am not only using .mac email but also a POP server and g-mail. thanks!

    Hi,
    To sync mail between two macs (also with the web browser and iPhone) yo need to set up the email accounts using IMAP. .Mac is automatically set up as IMAP. For gmail account the setup instruction can be found at
    http://mail.google.com/support/bin/answer.py?answer=81379
    For POP server sync is not possible, you simply can read your email within an email client. Check with your email server, if they offer any IMAP access by any chance.
    Read the following thread for better setup of an IMAP account,
    http://discussions.apple.com/message.jspa?messageID=8007668#8007668
    Other additional sync can be made using MobileMe in system preferences.

  • Can I sync iphoto library between two Mac's?

    I have two Macs (an iMac and a Macbook Pro) and want to sync the iPhoto (6.0.6) library between the two so whenever I change one the other is updated. I thought about using iDisk but my library is apx 5gb. I am new to Macs- is there a utility built into OSX 10.4.9 or hopefully some freeware or very-cheap ware... preferably automated. Thank you very much.

    brettjbyers
    No you cannot sync an iPhoto library between two macs. If you do you will corrupt the iPhoto Library file. iPhoto is a consumer level app, and this feature is not supported.
    What you can do is share the photos but not the library. Each machine will need to have it's own library file.
    The easiest way to do it this is to enable sharing (in the iPhoto Preferences) on both machines (one sharing the library, the other looking for the share). When you do this the shared library will appear in the Source (or left-hand) pane and pics can be dragged from that to the library in the other machine.
    Regards
    TD

  • Sync Aperture Library between two Macs

    I apologize if this is an obvious question; I've searched this community and can't find an answer.
    My wife and I currently have iMacs, and we both have iPhoto, and the problem is that we both tend to import pictures we take into our respective iPhoto libraries, but there's no way to easily sync them so we both have all pictures.
    I'm intrigued by Aperture's purported "sync" capabilities. Hopefully, an Aperture expert here can tell me if AP3 has the ability to do what I described above - keep two individual copies of Aperture across two Macs on the same network in sync automatically?

    csk wrote:
    I apologize if this is an obvious question; I've searched this community and can't find an answer.
    My wife and I currently have iMacs, and we both have iPhoto, and the problem is that we both tend to import pictures we take into our respective iPhoto libraries, but there's no way to easily sync them so we both have all pictures.
    I'm intrigued by Aperture's purported "sync" capabilities. Hopefully, an Aperture expert here can tell me if AP3 has the ability to do what I described above - keep two individual copies of Aperture across two Macs on the same network in sync automatically?
    Unfortunately it will be difficult to do this even with Aperture. I'm thinking the the 'sync' capabilities you heard of are Apertures merge library command.
    Merging libraries is meant to facilitate what happens when a single user takes all or a part of their library out into the field and then wishes to merge the changes made when they return. So for instance I take a part of my library make changes to it, add new things to it and then merge it back into the original library. When I do the merge I have to tell Aperture which library to use to resolve conflicts. That is one of the libraries has to be made the master.
    In a situation like you are describing where two independent users make changes to their respective libraries and then try to merge them which library is designated the master? If you make changes to image A in your library and leave image B alone but your wife does the opposite what should the merged library look like? As Aperture is now one or the other would have to rule.
    If its just a question of images you each add independent of the other to your respective libraries you could work something out along the lines of exporting the new project from one library and importing into the other but trying to sync changes between two independent users would be difficult.

  • Can Lion server keep my photos in sync between two macs?

    can Lion server keep my photos in sync between two macs?  Where should I keep them, we have Aperture 3 and my wife still likes iphoto '11.  I've already tried plenty of 3rd party solutions with little success.  I simply want my MBP to "mirror" the imac with the exception of iMovie footage.  Is this what the server app can do?  I am bad enough with computers, but even thinking about a server gives me migraines!

    discussing this right now at this link...
    http://discussions.apple.com/message.jspa?messageID=1473705#1473705

Maybe you are looking for