How do I enable multiple profiles to access the same itunes library?

Family of 4; with 4 different user profiles/log ins.  One family iTunes library; how can I allow all profiles to access the one master iTunes library?

annafromsalt lake city wrote:
how can I allow all profiles to access the one master iTunes library?
move the entire iTunes folder to <MacintoshHD>/users/shared. on each user account, launch iTunes while holding the option(⌥) key, click on choose library when prompted, and select the iTunes folder you moved to the share folder.
be aware only one iTunes at a time can access the library !

Similar Messages

  • Can multiple XP users access the same iTunes library?

    Because I'm having a REALLY hard time getting that to work at all. I've moved my entire iTunes folder into 'Shared Documents' so that all users should be able to access it and changed the option in iTunes Preferences to the correct 'all users' path, but iTunes still tries to find the info in 'my' (sal's) documents instead of 'all.'
    Anyone figure this out, or does it somehow break the EULA and isn't supported? The wife and I just want to use the same library since we're on one computer. Seems silly to not allow a user with admin rights to allow other users access.
    Thanks,
    Sal
      Windows XP  

    Sal,
    As this article in the Apple Knowledge Base explains the trick is to move the iTunes Music folder, not the entire iTunes folder, to "a publicly accessible location" and I believe they mean to suggest C:\Documents and Settings\All Users\Documents\My Music as a good place.
    It is important that the iTunes Library files remain in Sal's Documents and Sal's Wife's Documents.

  • How can i create multiple accounts but use the same itunes?

    how can i create multiple accounts but use the same itunes?

    Hi iCloud is Making Me Go Crazy,
    You will need to create a new Apple ID for your GameCenter and iCloud services.  You can continue to use the current Apple ID you share with your Mom for access to iTunes Store purchases if you wish. 
    Using your Apple ID for Apple services
    http://support.apple.com/kb/HT4895
    Frequently asked questions about Apple ID
    http://support.apple.com/kb/HT5622
    Cheers,
    - Judy

  • HT1947 can the remote app access the same iTunes library while paired from 2 different iPhones

    my husband and I want to use the remote app on each of our respective iPhones to access the same iTunes library via AppleTV.  is this possible?

    how do i do that?  it's already working on mine, and he just loaded the remote app on his iphone and set up home sharing with my apple ID.  However, when he tries to add my iTunes library, it gives him a code but I can't see his iphone device name so we can't pair his iphone. 

  • How do I use multiple classes to access the same object?

    This should be staightforward. I have and object and I have multiple GUIs which operate on the same object. Do all the classes creating the GUIs need to be inner classes of the data class? I hope this question makes sense.
    Thanks,
    Mike

    public final class SingletonClass {
    private static SingletonClass instance;
    private int lastIndex = 10;
    public final static SingletonClass getInstance()
    if (instance == null) instance = new SingletoClass();
    return instance;
    public int getLastIndex() {
    return lastIndex;
    }1) This won't work since one could create a new SingletonClass. You need to add a private constructor. Also, because the constructor is private the class doesn't have to be final.
    2) Your design isn't thread-safe. You need to synchronize the access to the shared variable instance.
    public class SingletonClass {
        private static SingletonClass instance;
        private static Object mutex = new Object( );
        private int lastIndex = 10;
        private SingletonClass() { }
        public static SingletonClass getInstance() {
            synchronized (mutex) {
                if (instance == null) {
                    instance = new SingletonClass();
            return instance;
        public int getLastIndex() {
            return lastIndex;
    }if you are going to create an instance of SingletonClass anyway then I suggest you do it when the class is loaded. This way you don't need synchronization.
    public class SingletonClass {
        private static SingletonClass instance=new SingletonClass();
        private int lastIndex = 10;
        private SingletonClass() { }
        public static SingletonClass getInstance() {
            return instance;
        public int getLastIndex() {
            return lastIndex;
    }If you don't really need an object, then you could just make getLastIndex() and lastIndex static and not use the singleton pattern at all.
    public class SingletonClass {
        private static int lastIndex = 10;
        private SingletonClass() { }
        public static int getLastIndex() {
            return lastIndex;
    }- Marcus

  • Multiple logins - can they access the same iTunes library?

    I have multiple logins on my Mac with Leopard. Our families iTunes library resides on my account. I set up separate accounts for them to protect my documents and such. However, when they launch iTunes, the library is blank. Can I point them to the library on the main account somehow so we don't have duplicate files.

    Have a look at this page: iTunes: How to share music between different accounts on a single computer

  • How do two users on the same computer access the same itunes Library

    Guys
    I just bought a new computer for the household and set up two users on it.  we all have iphones and ipads but now all the music is only accessible by one user.  I am no longer able to synch my music to it because it cannot locate my music !!!
    Anyone have any ideas on how we can both access this library please
    Thanks

    See iTunes: How to share music between different user accounts on a single computer.
    tt2

  • HT1719 Can more than one device access the same ITunes library?

    Can more than one device acess the same ITunes library?  And if so, does each device's list of songs remain separate and distinct for each device?

    No problems whatsoever. I have 3 iPhones and 3 iPod touches with different IOS connected.

  • Multiple profiles/users on the same device

    Hi there,
    I know that iOS is a single user environment.
    But, I am currently working in an enterprise environment and I was wondering if it was possible to have several profiles on the same device, maybe using certificates or so?
    Thanks for your help
    Cheers,
    Pierre.

    It would seem that unlike previous iOS devices the iPad and possibly AppleTV call for the ability to enable multiple profiles/users on the same device.
    I would suggest that if this capability is not on the roadmap for iOS by now then there is a least one place where alternatives to the iPad will have a major advantage.
    The thought they I would have to buy multiple iPads one for myself, my wife and my child because of a software constraint is untenable from a ecological standpoint (all these devices end up as landfill) let alone the economic one.
    Also as I use the iPad I see it's potential to become as important computing platform to me as my laptop eventually surpassing it. In this light I can't see how it could remain just a personal device.

  • How can multiple Mac users have the same iTunes?

    I have a MacBook, and my wife and I have separate accounts on it. It's easier that way for separate Facebook accounts, email, etc. However, it's complicated when it comes to iTunes and applications. We both want to use the same iTunes library. We have iTunes Match, but I'd rather not re-download my entire library when it's already on my computer just so we both have access to it. I tried following the directions at this article, but it didn't work. So, how can both my wife and I, from different accounts on the same Mac (and using the same Apple ID) access the same iTunes library and have any changes reflected on both accounts?

    Obviously, if you just need to copy those iTunes folders, you don't need the ability to write; just the ability to read, which you already have.
    Besides, the /Users/Shared folder is indeed an excellent location for a shared iTunes library; I hadn't yet considered that. Ignore all the above instructions. First, make sure your two iTunes libraries are in sync. Use an external hard drive (or mess with permissions) to do what copying you need to. Then go into iTunes and iTunes>Preferences...>Advanced and change the iTunes Media folder location to /Users/Shared. All of your iTunes content should be copied (or moved) into /Users/Shared.
    After that, do the same thing in the other account, and both your iTunes libraries will now be pointed to the same location.

  • How do I enable multiple profiles on 1 computer

    I have a family of 4...currenty everyone has at least 1 device. I am running Windows 7. How do I create a User Profile for each user that can still share music and photos?
    I want to be able to limit some explicit music from the kids so I need to be able to adjust each profile.

    annafromsalt lake city wrote:
    how can I allow all profiles to access the one master iTunes library?
    move the entire iTunes folder to <MacintoshHD>/users/shared. on each user account, launch iTunes while holding the option(⌥) key, click on choose library when prompted, and select the iTunes folder you moved to the share folder.
    be aware only one iTunes at a time can access the library !

  • How do I get all the accounts on my mac to have access to the same itunes library?

    How do I get all the accounts on my mac to have access to the same itunes library?

    Move the entire iTunes folder to: Macintosh HD > Users > Shared.
    Hold the option key when launching iTunes (for each user).
    Click Choose Library.
    Navigate to Macintosh HD > Users > Shared > iTunes.
    Open the iTunes Library.itl file.

  • How do I sync multiple iPods to the same iTunes Library?

    How can I sync multiple iPods to the same iTunes Library?

    The same way you sync just one. If y want different media on each iPod then only select the items you want synced to each iPod
    iTunes: Syncing media content to iOS devices and iPod       
    Try syncing using the manual method                
      Managing content manually on iPhone, iPad, and iPod
    Also, I would go to iTunes>Preferences>Devices and check the box that says prevent iPods... for syncing automatically so that you can more easily check what you want syned

  • The Windows SMB feature has file locking if multiple users are accessing the same file.  Does Snow Leopard Server File Sharing (AFP) provide similar features?

    The Windows SMB feature has file locking if multiple users are accessing the same file.  Does File Sharing (AFP) on Snow Leopard Server provide similar services?

    Were you ever able to solve this problem. I'm having similar issues since upgrading to snow leopard. Four macs connect to a Windows Server 2003 for shared files. Each user has full permissions & when we "get info" it shows read & write permissions. Two of the computers were running 10.4, two were running 10.5. Everything worked properly until upgrading to snow leopard. Some files let me copy, move, delete. Others either just hang up or we get a "no permission" error. Also getting a "pdf is in use" error, even when the file/folder doesn't contain a pdf. We had our IT rep check the server who said everything is in working order. They don't represent macs any longer but feel that it's a mac problem. I would have to agree since this problem only started after the upgrade, and the one machine that was not upgraded (still running 10.5.8) is not dealing with these problems.
    Lastly, I would install 10.5 back on all of the computers if I could, but the leopard disk that came with one of the computers wouldn't work with the 2 machines running 10.4 and I didn't see it available at the apple store. I'll buy it if it's still available, but why wouldn't the disks that I have work?
    Thanks for any help

  • Can I get all the ipads in school (18) to access the same itunes playlist?

    Can I get all the ipads in school (18) to access the same itunes playlist? We want to use the ipads to create movies but need music, we want to legally download music and let the children have access to the same playlist, can we do this and how? preferably without downloading the same track 18 times?

    we would ideally use Icloud, my home account has 1 iphone and two ipods that share the same user and playlists etc, ideally I would want to create this but over the 18 ipads in school, I do however use the usb to update them so If i can do it via a sync on Icloud that would be better?

Maybe you are looking for

  • Database tables not showing in database profile although connection is established successfully

    I am using jdbc driver jtds 1.2.6 to connect to sybase db via powerbuilder.The connection is established successfully,still,it just shows the profile as connected but loads no table or contents of databse in that coonnection. Do I have to run any sto

  • Connectivity loss between PLC and Kepware

    Hi Experts, I m working on SAP PCo and PLC connectivity using Kepware. I m trying to find out ways to find connectivity loss between 1) PLC and kepware 2) kepware and PCo For 2nd approch,if connectivity loss is there then PCo instance will go in erro

  • Server Monitor Issues!! HELP

    I am trying to get server monitor to work and all I am able to do is pull up the system profile. Is there any reason why I can do that but not get any other information? I am guessing that if I am able to get the system profile I should be able to pu

  • Permission denied Create object orasession

    I am using win2k with oracle 9i. i am tring to use oo4o with asp and getting the following error Microsoft VBscript runtime(0x800a0046) Permision denied :'CreateObject' line 19 and line 19 in asp is : set Orasession = CreateObject ("OracleInProcServe

  • ExpressVI prompt user for Input dialog floating

    I am using ExpressVI "prompt user for Input". The question is, when the dialog window pops up for input, I cannot activate other windows . So how can I change this expressVI's dialog window to floating windows appearance?