Trying to share library across 2 user, cant edit info on users though?

Ok, I have followed instructions to allow all users on my Mac to share the one iTunes music folder. I put the iTunes folder in the HD>Shared>Music folder.
I then added the library to the other use, and can see the music ok. However I click on get info to edit a song, and it wont let me change any info. I've checked the permission on the folder and it says user xx(me) has read and write access.
So why cant I edit it please?
Also this is what Im trying to do ultimately, add a song in either user and then who ever is logged on, can add a song and all users will see it in the iTunes library, also any changes (if I can get it too work!!) to the file info, album art etc, I want changed so all users get this update.
*update* just tried to add an album under my non admin account, and it said cant as dont have write access. But according to the info on the folder (click>get info) it shws (me) to have read and write access.
ive done a repair permissions if that was some issue, please please help
Please help, Im brand new to iMac (Xmas pressie) and always been a Windows user so be gentle!!
thanks
Loc

Hi Loc..
I share my music over 3 Macs..with 4 accounts on each, one for each member of the family..as long as all the itunes are open and they are all set to 'sharing' then everybody can see and play any music on any account on any mac, it shows up as 'shared music' in you itunes sidebar. If my son downloads or imports an album or a cd into his itunes then anyone can play it.
I've tried to keep all the music on the 20" dualcore which frees up memory on the G5 and ibook...it seams to work quite well.
Did a similar thing with iphoto and that works ok, only problem I have had with both setups is Leopards glitchy networking but i'm hoping that will settle down in time, it's still a bit new, I should have waited till 10.5.3 at least...but christmas got in the way..
Hope this helps
Chris....

Similar Messages

  • Sharing an iTunes Library across multiple user account and a network.

    Sharing an iTunes Music Library across multiple user accounts.
    Hello Everybody!
    Firstly, this was designed to be run in Mac OS X 10.4 Tiger. It will not work with earlier versions of Mac OS X! Sorry.
    Here's a handy tip for keeping your hard drive neat and tidy, it also saves space, what in effect will be done is an iTunes music library will be shared amongst multiple users on the same machine. There are advantages and disadvantages to using this method.
    • Firstly I think it might be worthwhile to state the advantages and disadvantages to using this approach.
    The advantages include:
    - Space will be saved, as no duplicate files will occur.
    - The administrator will be able to have complete control over the content of the iTunes library, this may be useful for restricting the content of the Library; particularly for example if computer is being used at and education institution, business or any other sort of institution where things such as explicit content would be less favorable.
    - The machine will not be slowed by the fact that every user has lots of files.
    The disadvantages to this system include.
    - The fact that the account storing the music will have to be logged in, and iTunes will have to be active in that account.
    - If the account housing the music is not active then nobody can use the iTunes library.
    - There is a certain degree of risk present when an administrator account must be continually active.
    - Fast User Switching must be enabled.
    Overview:
    A central account controls all music on the machine/network, this is achieved by storing iTunes files in a public location as opposed to in the user's directory. In effect the system will give all users across the machine/network access to the same music/files without the possibility of files 'doubling up' because two different users like the same types of music. This approach saves valuable disk space in this regard and may therefore prove to be useful in some situations.
    This is a hearty process to undertake, so only follow this tutorial if you're willing to go all the way to the end of it.
    Process:
    Step 1:
    Firstly, we need to organize the host library, I tidied mine up, removing excess playlists, random files, things like that. this will make thing a bit easier in the later stages of this process.
    Once the library is tidied up, move the entire "iTunes" folder from your Home directory to the "//localhost" directory (The Macintosh HD) and ensure that files are on the same level as the "Applications", "Users", "Library" and "System" directories; this will ensure that the files in the library are available to all users on the machine (this also works for networks)
    Optionally you can set the ownership of the folder to the 'administrator' account (the user who will be hosting the library.), you may also like to set the permissions of 'you can' to "Read & Write" (assuming that you are doing this through the user who will host the library); secondly you should set the "Owner" to the administrator who will be hosting the library and set their "access" to "Read & Write" (this will ensure that the administrator has full access to the folder). The final part of this step involves setting access for the "Others" tab to "Read Only" this will ensure that the other users can view but not modify the contents on the folder.
    Overview:
    So far we have done the following steps:
    1. Organized the host library.
    2. Placed the iTunes directory into a 'public' directory so that other users may use it. (this step is essential if you plan on sharing the library across multiple accounts on the same machine. NOTE: this step is only necessary if you are wanting to share you library across multiple accounts on the same machine, if you simply want to share the music across a network, use the iTunes sharing facility.
    3. set ownership and permissions for the iTunes music folder.
    Step 2:
    Currently the administrator is the only user who can use this library, however we will address this soon. In this step we will enable iTunes music sharing in the administrator's account, this will enable other users to access the files in the library.
    If you are not logged in as the administrator, do so; secondly, open iTunes and select "Preferences" from the "iTunes" menu, now click the "Sharing" tab, if "share my library on my local network" is not checked, the radio buttons below this will now become active, you may choose to share the entire libraries contents, or share only selected content.
    Sharing only selected content may be useful if their is explicit content in the library and minors use the network or machine that the library is connected to.
    If you have selected "share entire library" go to Step 3, if you have selected share "share selected playlists" read on.
    After clicking "share selected playlists" you must then select the playlists that you intend to share across your accounts and network. Once you have finished selecting the playlists, click "OK" to save the settings.
    Overview:
    In this step we:
    1. Enabled iTunes sharing in the administrator's account, now, users on the local network may access the iTunes library, however, users on the same machine may not.
    Step 3:
    Now we will enable users on the same machine to access the library on the machine. This is achieved by logging in as each user, opening iTunes, opening iTunes preferences, and clicking "look for shared music". now all users on the machine may also access the library that the administrator controls.
    This in effect will mean that the user will not need to use their user library, it will be provided to them via a pseudo network connection.
    As a secondary measure, I have chosen to write a generic login script that will move any content from the user's "Music/iTunes/iTunes Music" directory to the trash and then empties the user's trash.
    This is done through the use of an Automator Application: this application does the following actions.
    1. Uses the "Finder" action "Get Specified Finder Items"
    1a. The user's "~/Music/iTunes/iTunes Music" folder
    2. Uses the "Finder" action "Get Folder Contents"
    3. Uses the "Finder" action "Move to Trash"
    4. Uses the "Automator" action "Run AppleScript"
    4a. with the following:
    on run {input, parameters}
    tell application "Finder"
    empty trash
    end tell
    return input
    end run
    IMPORTANT: Once the script is adapted to the user account it must be set as a login item. in order to keep the script out of the way i have placed it in the user's "Library" directory, in "Application Support" under "iTunes".
    Overview:
    Here we:
    1. Enabled iTunes sharing in the user accounts on the host machine, in effect allowing all users of the machine to view a single iTunes library.
    2. (Optional) I have created a login application that will remove any content that has been added to user iTunes libraries, this in effect stops other users of the machine from adding music and files to iTunes.
    Step 4:
    If it is not already enabled, open system preferences and enable Fast User Switching in Accounts Options.
    Summary:
    We have shared a single iTunes library across multiple user account, while still allowing for network sharing. This method is designed to save space on machines, particularly those with smaller hard drives.
    I hope that this hint proves to be helpful and I hope everybody will give me feedback on my process.
    regards,
    Pete.
    iBook G4; 60GB Hard Drive, 512MB RAM, Airport Extreme   Mac OS X (10.4.6)   iWork & iLife '06, Adobe CS2, Final Cut Pro. Anything and Everything!!!

    how to share music between different accounts on a single computer

  • In trying to share music with multiple user accounts on one comp, I quit itunes, located my itunes media folder, moved it to a publicly accessible location. Problem is it didn't work and now I can't get it all back to the way it was.

    In trying to share music with multiple users on one computer, I followed the directions on "iTunes:How to share music between different accounts on a single computer" (http://support.apple.com/kb/ht1203). I did something wrong because i lost iTunes
    Tried to put files back, but it is not the same. Plugged in my ipod and it is not recognizing my computer.
    Can someone tell me where iTunes should be, and what sub files should be included with it. Thanks!

    If you are seeing the "Connect to iTunes" logo, then your device is in Recovery Mode, and you will need to restore it:
    If you can't update or restore your iOS device
    iOS: Back up and restore your iOS device with iCloud or iTunes
    Cheers,
    GB

  • HT4914 Can I use iTunes match to share my iTunes library across different users on the same computer?

    I'm a teacher and I use my MBP in school and, while I've not had any issues with students looking through my computer, I'd like to use a seperate 'school' user just in case.  I need to have access to my iTunes library and I tried moving it to a shared folder but, possibly because of the size of my library, itdoesn't seem to work.  Is there a way I can use iTunes match to enable my 'school' user to access my library in the same way I can with my iPhone?

    Hey darkmavis86,
    Great question, and welcome to Apple Support Communities.
    I believe you would benefit from the following article:
    iTunes: How to share music between different accounts on a single computer
    http://support.apple.com/kb/HT1203
    However, if you do decide to use iTunes Match the answer to your question is "Yes". iTunes Match can be used to "sync" your iTunes library across multiple devices / computers / users.
    Thanks,
    Matt M.

  • Aperture 3 - share library with another user account?

    Hi,
    I'm trying to share the aperture library with my wife (another user account on the same computer).
    I started to give her permissions to the file in <My User>/Pictures/Aperture Library. but it kept having permissions issues. So i changed the library to /Users/Shared and gave both of our users full read write permissions... but i keep having the same permissions error.
    I know that we can't both access the lib at the same time but even though, accessing the same library would be a major breakthrough for us.
    What am i doing wrong??
    Please help

    This is what I did, and I did not get permission errors.
    1. Use Aperture 3.02 to create a new aperture library in the Shared Folder. I called it *Aperture Share.aplibrary*.
    2. I added a few pictures just for fun.
    3. Quit Aperture.
    4. Go to the Finder and set File Privileges to Everyone Read/Write on the *Aperture Share.aplibrary* file.
    5. Using Fast User Switching, switch to another user.
    6. Open Aperture 3.02.
    7. Switch to Library... >>Other/New...>>Other Library...>> . Navigate and select the *Aperture Share.aplibrary*.
    That worked for me without permission problems.
    Another question. Are all your pictures stored in an Aperture Library? If you have any pictures that are just referenced in the Aperture Library, this would most likely lead to permission errors.

  • How can I share itunes library across 5 users on a single iMac?

    I have a new iMac and have set up 5 user accounts for each member of the family.  My account is the administrator account.  All of the iTunes music is in the Music folder of my user area.  I would like all users to have access to this library.  I have tried making the music folder a shared one and selecting it when in iTunes from other user areas but can't make it work.  Any advice?

    Hi itnumbskull,
    Thanks for visiting Apple Support Communities.
    See this article for some steps that can help share your iTunes library between accounts:
    iTunes: How to share music between different accounts on a single computer
    http://support.apple.com/kb/HT1203
    All the best,
    Jeremy

  • How do my GF and I share our iTunes library across our user profiles?

    I'm sure this question has been asked a million times but here goes.
    My GF and I both have a user profile on our Mac Mini. She is just now setting up her new iPhone and wants to be able to get music on it and such from her own profile.
    All of the iTunes (and iPhoto) media sits on an external 2TB hard drive. I can see everything free and clear in my profile. When I log into her profile she's got nothing in her music library. How can we get her to be able to access the same library? Also, is there a way to ensure that if she were to add new music to her folder that I would see it in mine?
    Your big brains appreciated on this. I'm sure there's a simple solution, no?

    perhaps the following kb article will help:
    http://support.apple.com/kb/HT1495

  • Can someone help? Trying to share folders across my network-.

    New to Mac after years of Windows use.  I like to share my media across my network and no matter what I try I can't get my media players to recognize my Mac.  This is what I have done so far.  On the Mac I went to system preferences>sharing>I tick the "file sharing" window.  I then drag my shared folder titled TV Shows and drop this folder into the shared folders pane> next, I see to the right users of this Mac.  Here I see my name, system group, and everyone.  I have set all privelages to read/write and highlight my name.  Above this field I click options and click Share folders using SMB and directly below my name is checked.  I also manually entered the mac ip address with the folder TV Shows in the source window of media player and still nothing.  Just top check I restablished connection with my old W7PC and immediately all shares where visible. 
    Hopefully someone can help.   FWIW... I also highlighted the folder TV Shows and clicked Get Info to ensure sharing was set and it is. 
    Thank you!

    Try adding the Mac User & PW to the Win7PC...
    "On a stand-alone computer or a computer that is a member of a workgroup, a user account establishes the privileges assigned to each user. On a computer that is part of a network domain, a user must be a member of at least one group. The permissions and rights granted to a group are assigned to its members."...
    http://www.microsoft.com.nsatc.net/resources/documentation/windows/xp/all/proddo cs/en-us/usercpl_overview.mspx?mfr=true
    http://www.microsoft.com.nsatc.net/resources/documentation/windows/xp/all/proddo cs/en-us/usercpl_add_user.mspx?mfr=true
    http://www.lockergnome.com/windows/2006/12/05/create-a-new-user-account-in-vista /

  • Sharing iTunes library across four User IDs on iMac desktop

    I set up three new user names on my Mac desktop to use separate parental controls for my three daughters.  Although I shared my iTunes library, only a portion of my 1,300  songs appear in their itunes libraries. (Different number for each of my three daughters, and different songs!)  Why might this be and how can I ensure that all of the songs in my library appear in theirs?
    Thanks

    You can copy the desired library to the shared folder.
    You then need to go to each iTunes app. in the various users and change the iTunes music folder location.
    Macintosh-HD:Users:shared:iTunes

  • Trying to share library at a new location without wifi but with lots of gear.

    Hi all,
    I have just arrived at a beach house for a holiday. I am trying to watch some TV shows (iTunes downloads, stored on my macbook air) on the big screen here. I have the following equipment:
    Macbook air with TV shows I want to watch (brand new, not my usual computer, and not the computer that I currently sync my ipad and iphone too)
    iPad air 2
    iPhone 6
    HDMI cable
    HDMI to ipad/iphone adaptor
    Apple TV but no remote (damnit)
    I dont have any adaptors for the mini-display port on the macbook air. There is no WiFi here. I haven't been able to get the apple TV to 'see' any of my devices as its not on its usual network.
    Only option that I have identified is to sync my ipad to my new macbook (and use the iPad-HDMI cable), but I think that will erase the existing library on my ipad, which i don't want to do. I tried creating an adhoc network, which allowed my iPad to see my macbook library (and the TV shows i want to watch), but although I could see them, I could not play them on the iPad. I don't understand why that would happen.
    Any suggestions?

    Thanks Winston,
    My ipad is connected to the net, but how do I connect to apple?
    I've setup a hotspot with the ipad (it has SIM card) and connected my macbook to it. on the ipad I can see my macbook library, but still when I try to watch a video i can't. Each epsidoe of my TV series is a grey box with the outline of a TV inside it. Tapping it does nothing.
    Any further suggestions on how to 'connect to Apple to verify the account'?
    Thanks and regards,
    Stuart

  • Problems sharing iPhoto library across multiple users

    This discussion here:
    https://discussions.apple.com/thread/1690063?start=0&tstart=0
    describes my problem exactly. Unfortunately, the solution presented there doesn't work. I've tried everything I can think of, does anyone have any ideas on how to solve this? I'm on Lion now.

    Thanks for the reply. I do have an external drive but I'd rather not do that for a couple of reasons. (Please let me know if either of these are unfounded)
    1. It's essential that I have a good backup solution for my photos. They're probably the most important data I have. My external drive has two partitions and one of them is for Time Machine. If I put the iPhoto library on the other partition, it will still be on the same physical drive and if it fails, I'll lose both the iPhoto library and its backup on Time Machine! I do have Backblaze too but I'm not sure whether it works with external drives - need to check that.
    2. The second partition on the external drive is FAT 32 so that other windows devices in our house can use it. If I reformat to OS X Extended, I believe that will be a problem. Correct me if I'm wrong.
    I could buy another drive but I'd rather not splash out the cash if I don't have to. Apple's instructions here: http://support.apple.com/kb/HT1198 are old and need to be updated for Lion but it should work, right?

  • How can i share files across multiple user accounts?

    I have four user accounts on the same iMac and I'd like to be able to view the files within each account.  When I try access one of the other three accounts through Finder, the folders have red minus signs on them.  If I try to open one, I get an error message about not have the right authorities.  However, I've given all four user accounts administrator access.  Thanks.

    Thanks for the response.  Do I change the rights by opening the folder, clicking "Get Info" and chaning the permissions to "write and read?"  If so, I did that.  Is there anything else I need to do?

  • I'm trying to share folder between users on a single mac.  I put the folder in "shared," set permissions so other user can read and write, enabled file sharing, but can't find the folder on the second user's account.  Any help?

    I'm trying to share a folder between users on a single mac.  I want both users to be able to read and write so the folder stays current on both accounts.  I put the folder in "shared," set permissions on folder so other user can read and write, enabled file sharing, but can't find the folder on the second user's account.  Any help?

    Did you log out of one account and into the other or just used Fast user switching?
    Is the permissions set to anyone?
    When you move data to teh Shared folder is it copied or just moved?
    If copied then it's not a folder both can access, just a way station like a USB thumb drive that things are coped too and off of likely.
    You can run this #5 on each user account to reset the user permissions once they are taken back out of the Shared folder
    Step by Step to fix your Mac

  • Sharing one iphoto library between multiple user accounts

    I hav an extensive photo library and would like to share this across multiple users on the one computer. Am I able to do this without having to move the library to an external hard drive?

    What you mean by 'share'.
    If you want the other user to be able to see the pics, but not add to, change or alter your library, then enable Sharing in your iPhoto (Preferences -> Sharing), leave iPhoto running and use Fast User Switching to open the other account. In that account, enable 'Look For Shared Libraries'. Your Library will appear in the other source pane.
    Any user can drag a pic from the Shared Library to their own in the iPhoto Window.
    Remember iPhoto must be running in both accounts for this to work.
    If you want the other user to have the same access to the library as you: to be able to add, edit, organise, keyword etc. The problem here is that OS X works very hard to keep your data safe and secure from the other users. You're trying to beat what's built in to the system. So, to beat the system
    Quit iPhoto in both accounts
    Move the iPhoto Library Folder to an external HD set to ignore permissions. You could also use a Disk Image or even partition your Hard Disk.
    In each account in turn: Hold down the option (or alt) key and launch iPhoto. From the resulting dialogue, select 'Choose Library' and navigate to the new library location. From that point on, this will be the default library location. Both accounts will have full access to the library, in fact, both accounts will 'own' it.
    However, there is a catch with this system and it is a significant one. iPhoto is not a multi-user app., it does not have the code to negotiate two users simultaneously writing to the database, and trying will cause db corruption. So only one user at a time, and back up, back up back up.
    Lastly: This method seems a little clunky at first, but works very well. Most importantly, it uses the System to do the job for you.
    Create a new Account on your Mac, call it Media. Create an iPhoto Library there. (BTW: This will work for iTunes too.)
    Enable Sharing on the Library:(Preferences -> Sharing), leave iPhoto running and use Fast User Switching to open the other accounts. In those accounts, enable 'Look For Shared Libraries'. The Library will appear in the other source pane.
    This means that both users will be able to see the pics. If you want to use a pic then simply drag it from the shared Library to your own in the iPhoto Window. This means that each user can have their own edits.
    If you want to add photos to the Library: Log into the Media account for that purpose.
    To make it all seamless: Set your Mac to log into the Media Account automatically. Set iPhoto to launch on log-in. Then switch to your own account using Fast User Switching.
    Net result: a Library that's permanently available to all users but also protected. Each user can have their own versions of the pics if they want.
    No partitioning, no permissions issues. Uses no extra disk space. What's not to like?
    Regards
    TD

  • Sharing my iTunes Library with other Users on my computer?

    ...hi guys! Nice to find this friendly commumity!
    I wonder if any of you have worked out how to share the library across other users on the computer yet?
    I share a PC with my girlfriend, and all of our downloads on iTunes are from our CD collection. But as I installed iTunes on my user account, she can't get the songs now!
    When she opens iunes from her user account, it's a blank library!
    Please help!
    Thanks chaps,
    Kerr
    Message was edited by: heinzeman

    Chris CA wrote:
    Move the entire _iTunes folder_ located in *My Documents/My Music*/ to a Shared directory. Make sure to set this folder for read/write permissions for all users.
    I set my permissions as follows OS 10.4.X:
    first under the original owners login, change all permissions to read & write, then change 'group' to wheel. Then change the owner from the user to system (I applied to all within ~ may not be necessary).
    Start iTunes holding the Shift key and select *Choose existing library* then pick the iTunes library file you moved into the Shared directory.
    In iTunes 7.5, you'll need to hold the Option key and then pick the /Users/Shared/iTunes/iTunes Music
    Quit iTunes and log out of your user and let her log in.
    Start iTunes holding the Shift key and select *Choose existing library* then pick the iTunes library file you moved into the Shared directory.
    Now she needs to File -> *Add folder to library* and pick *My Documents*/My Music*/*iTunes*/iTunes music*.
    This will add all her music to the common library.
    Once this is complete, she can delete *My Documents*/My Music*/*iTunes.
    Do this for all users. Any changes made by one will be seen by all.

Maybe you are looking for