How can I share my Itunes folder?

Good morning everybody.
I have just installed from scratch my OS, and trying to restore my Iphoto and itunes. The idea is to put them in the Shared User folder, so all users on my mac can use. With Iphoto It was very easy, i just directed it their, then chose new library when the program started and now i can access it from any user.
With Itunes though, i did the same, but when i go to Preferences - advanced - new location of the library, the Itunes can not read it.
And I know the folder is all right, since when i copy the folder to a local account music folder, then it works fine...
Any ideas?
Thanks alot.

Here is the solution:
http://docs.info.apple.com/article.html?artnum=93195

Similar Messages

  • Hello there - how can I share my iTunes library between two users on the same computer? I put the library in a shared folder between both and have selected this library on both as well, but when I update iTunes with music etc it only appears on one?

    Hello there - how can I share my iTunes library between two users on the same computer? I put the library in a shared folder between both and have selected this library on both as well, but when I update iTunes with music etc it only appears on one?

    Thank you Joe - I tried this but it's only showing a teensy amount of music - the stuff on the second users account as opposed to the giagntic library on the 'main' account. I actually went to a Genius Bar and they said that apple doesn't really want you to share music between accounts - parents don't want to hear their kids music etc. Which seemed strange, but it might be the case sadly   Thanks anyway!

  • How can I share my iTunes library on my mac with Harman Kardon 151?

    Simply put: How can I share my iTunes library on my mac mini with Harman Kardon 151?

    Drag your \Music\iTunes\ folder to the Shared directory.In the Finder, right click - get info.
    Go to *Sharing & Permissions* tab and make sure everyone has Read/Write permissions and click the Gear and *Apply to enclosed items*.
    Hold Option and launch iTunes.
    Select *Choose library* and select the _iTunes library file_ in the \Shared\iTunes\ folder.
    Log out and your wife logs in.
    Hold Option and launch iTunes.
    Select *Choose library* and select the _iTunes library file_ in the \Shared\iTunes\ folder.
    If hse has music in her iTunes library that was not in your , sh eFile -> Add to library and select those items in her \Music\iTunes\iTunes media folder.
    Then she can delete \Music\iTunes\ folder.

  • How can I share my iTunes library with 2 iTunes accounts?

    How can I share my iTunes library between me and my wife?
    I do not want to set-up 2 seperate accounts on my mac. Do not want to do home sharing or anything like this. 
    I just would like to connect my iPad to ONE itunes library and at the same time connect my wifes iPad to the SAME itunes library. Can this be done? How? Thanks! Maybe the answer is something really easy like "just connect both to the computer and sync them".
    Thanks!

    g71.engstrom wrote:
    I just would like to connect my iPad to ONE itunes library and at the same time connect my wifes iPad to the SAME itunes library. Can this be done? How?
    Plug them in and use them.
    That is all you need to do.
    In the answer from Apple I do not find anything about how the 2 exisiting iTunes accounts will be handled.
    They will be handled fine.
    All purchases from both iTunes accounts can be sync'd to both/either iPads with no problem.
    I have three iTunes accounts (me and two daughters), 3 iPhones, an iPad and a few iPods.
    Any/all content can be sync'd to any device, no problems.

  • If I have an IPhone and my mother has an IPod, how can we share an iTunes account on a Mac without sharing the music?

    If I have an IPhone and my mother has an IPod, how can we share an iTunes account on a Mac without sharing the music?

    Have a read here...
    https://discussions.apple.com/message/18409815?ac_cid=ha
    And See Here...
    How to Use Multiple iDevices with One Computer

  • How can I share my iTunes library with another user on my laptop?

    How can I share my itunes library with another user on my laptop?

    If you type "Shore itunes library" into the search bar at the top of this page by "Support" you will find:
    iTunes: How to share music between different accounts on a single computer

  • How can i share my iTunes in my two pc's and my tablet?

    anyone knows how can I share my iTunes in two laptops, tablet and phone (huawai)

    iTunes content can only be shared to an iPad or iPhone. (iOS based devices only).

  • How can I share my iTunes money?

    How can I share my iTunes money?

    You can only use your account's balance to buy content for your account, you can't use it gift content or an amount to other accounts

  • HT2729 How can I share my itunes book with my tablet (non-Apple product)?

    How can I share my itunes book with my tablet (non-Apple product)?

    If it's an ibook then you can't - they can currently only be read in the iBooks app on an iPad, iPhone and iPod Touch (there isn't even a Mac or PC reader for them).

  • How can i share my itunes purchaes with my wife who is working in Dubai  while I am in UK she is so isolated and this would mean a lot to us

    how can i share my itunes purchaes with my wife who is working in Dubai  while I am in UK she is so isolated and this would mean a lot to us

    Just email it.
    In iTunes, drag the file to the desktop.
    On the desktop, select the file right click Share > email.
    I just want to send my sister one song from my iTunes because its a recording of her daughter when she was 2. She no longer has the file and I only have it saved in my iTunes from a long ago. The only known file is the one I have saved on iTunes.
    You do make regular backups of your computer, correct?
    Use Time Machine?

  • How can i share my itunes library with another computer

    how can i share my itunes library with another computer

    Fingers crossed, the following document may be of some help with that:
    iTunes: Setting up Home Sharing on your computer

  • How can I share the home folder with different accounts on the same mac?

    Hi, here's a question:
    How can I share the home folder with different accounts on the same mac?
    The whole point being not to have to install all my apps, and move all my files each time between users.
    The second thing would be to be able to modify one document on one account, and have it changed on the other account without having to copy it.
    I would like to have a pro and a private account on my mac.
    Thanks for you answers,
    Doug

    Your apps should not be installed in your home folder--they should be in /Applications where every user can access them.
    If you want to share things between users on the same Mac, use the /Users/Shared folder. Keep your home folder private. Trying to defeat the protections on the home folder subfolders just gets messy. I've never bothered to figure out all of the problems associated with it so I can't explain how to do it.
    Even with using Shared, you would need to alter the ACLs on the shared folder in order to allow both users to modify the documents.
    You must create a Group in Users & Groups and put each user in that group. Then create a folder inside /Users/Shared where you want to share the various files.
    Then, add an ACL to the shared folder that gives the group special permissions. on that folder.
    sudo chmod -R +a "<sharinggroup> allow delete,chown,list,search,add_file,add_subdirectory,delete_child,file_inherit,directory_inherit" /Users/Shared/<sharing folder>
    Replace <sharinggroup> and <sharingfolder> with the name of your group and your folder. Then, run the command in the Terminal.
    With that ACL, each user in <sharinggroup> will be able to alter the files created by any user in the group in that <sharingfolder>.
    Essentially, the client OS is not designed for true file sharing among the individual users. It is designed to isolate each user account from the others.

  • How can i share my ITunes library with 2 IPhones?

    My wife and i each have administrator rights on our accounts and both have an IPhone 3G. How can i share the single ITunes library on our MacBook so that the music is synced when we connect our IPhones.
    I have checked other posts but to no avail.
    Thanks

    Drag your \Music\iTunes\ folder to the Shared directory.In the Finder, right click - get info.
    Go to *Sharing & Permissions* tab and make sure everyone has Read/Write permissions and click the Gear and *Apply to enclosed items*.
    Hold Option and launch iTunes.
    Select *Choose library* and select the _iTunes library file_ in the \Shared\iTunes\ folder.
    Log out and your wife logs in.
    Hold Option and launch iTunes.
    Select *Choose library* and select the _iTunes library file_ in the \Shared\iTunes\ folder.
    If hse has music in her iTunes library that was not in your , sh eFile -> Add to library and select those items in her \Music\iTunes\iTunes media folder.
    Then she can delete \Music\iTunes\ folder.

  • How can I share my itunes libraries between two users on different log ins on the same PC?

    Ive recently bought my wife and iPhone 4, and we have a shared library. But she clearly downloads her own apps and music choices direct from the store to her phone, so wants to maintain her own log in etc. How can I share the library in my iTunes on my log in on the same PC to her iTunes on her log I'm on the same PC. its windows Xp machine with latest itunes version.
    Ive followed the online instructions for sharing thus far, and the share library does not appear in either iTunes. ie It aint working!
    Thanks in advance

    When you say you have a shared library... you mean you have a networked external hard drive that you are sharing?
    In iTunes, generally...when the term Shared Library is used, it's speaking to sharing a specific computer's library over the network with different computer.
    I would think it would be better to do what ya'll have been doing (one log in acct/one computer) and have her create her own Apple acct and each of you log in and out whenever purchasing music apps etc. and then setup individual playlists and pick specific playlists to sync with each individual iPhone.
    If you don't want each other to know what you're buying then...disregard what I just said

  • How can i share my iTunes library with my fiancee, he has new iPhone 5 I have an iPhone 4s,iPad, and Mac Book Pro. I signed on to his phone with my account and the library is in iTunes but it is not showing up in his music?

    How can i get my itunes library on my fiances' iphone 5?  I have an iphone 4s, ipad and a Mac book pro.  I thought I could have my music on up to ten different devises?  I signed in on his phone and my music is in his itunes account but it is not in his music file.

    I regret to say that you need a new computer. That G5, as good as it still is, simply cannot run the required software to be used with the latest iPhones and other software.

Maybe you are looking for