Can you share to other users on the same machine?

If I have 2 users on the same machine, and I log in with one user, open iTunes, then swich user and bring up iTunes. Will the second user see the shared shongs from the first user?
Thanks,
Alfredo

Here is what I did:
1. Create new user account.
2. Open iTunes
3. Set preferences to NOT copy files over on an import.
4. Set the location for my music library to the "Public" folder (created an iTunes folder in there and pointed to it).
5. Selected "Add to Library" and selected the top level folder where my songs are (an mp3 folder on my firewire drive)
6. Since my son had some songs of his own that he exported from Garageband, I went back the the preferences and checked the "copy files on import", then selected "Add to Library" on those files. NOTE: if you do this, you may want to exclude that directory in step 5 above.
The reason I used Public/iTunes as the output folder, was so other account could import those files to their iTunes in the future.
Alfredo

Similar Messages

  • How do I share files between users on the same machine?

    I tried using /Users/shared to share files between myself (Admin user) and another user on the machine (Standard user). Whenever I put a file or a folder into said directory permissions are 755 for directories and 644 for files, my umask is 0022. The files and directories belong to my user and the group staff. This means I can read and write and others can read. If I do the same using the other users account. Permissions are 700 and 600 respectively. (Owner is the other user and group is staff.) Strangely the other users umask is 0022, too.
    The result is, that all directories and files I create with my account (Admin user) are readable to every other user on the machine, whereas all directories and files the other user (Standard user) creates are not readable for anyone else. I can easily rectify this using the Terminal and chmod and/or chown, but it is a pain having to do this, since I also need to forcefully restart the Finder App for it to notice the changed permissions.
    Ideally I'd like all directories in /Users/Shared to have permissions 777 and all files 666 no matter which user created, copied or moved them to said location. I think this could possibly be done using applescript and shellscripting and the folder action hook. So far my attempts to find such a script on the net or/and write it myself have failed. I'd be grateful for any hints how I:
    a) write and setup such a script
    b) accomplish what I try to do (share files and folders on the same machine) in another possibly more Mac way
    Kind regards
    David

    The following AppleScript will recursively descend the directory tree and change the items to your modes:
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px; height: 340px;
    color: #000000;
    background-color: #FFDDFF;
    overflow: auto;"
    title="this text can be pasted into the Script Editor">
    on adding folder items to this_folder after receiving these_items
    repeat with some_item in these_items
    ProcessStuff from some_item
    end repeat
    end adding folder items to
    to ProcessStuff from SomeItem
    processes items contained in SomeItem, recursively descending the directory tree
    parameters - SomeItem [mixed]: an item containing the items to process
    returns nothing
    set SomeItem to SomeItem as text
    set FileInfo to (info for SomeItem as alias)
    if (folder of FileInfo) and not (package folder of FileInfo) then -- a folder (not a package)
    do shell script "chmod 666 " & quoted form of POSIX path of SomeItem
    -- do shell script "chown root:staff " & quoted form of POSIX path of SomeItem user name "me" password "mypassword" with administrator privileges
    try -- to get items in the folder
    tell application "Finder" to set SubFolder to (items of folder SomeItem)
    on error
    return {}
    end try
    repeat with SubItem in SubFolder -- process the sub items
    ProcessStuff from SubItem
    end repeat
    else -- a file
    do shell script "chmod 777 " & quoted form of POSIX path of SomeItem
    -- do shell script "chown root:staff " & quoted form of POSIX path of SomeItem user name "me" password "mypassword" with administrator privileges
    end if
    return
    end ProcessStuff
    </pre>
    You shouldn't need to change the ownership, so I commented out the chown shell script since this would need to be run as a super user. You can run a shell script with administrator privileges, but in order to be used by a standard user you will need to provide the appropriate user name and password in the script, which might not be a good idea - note that the folder action script will need to be attached in all accounts that you want to change the permissions, which means that it would need to be accessible to those accounts.

  • How can I share my ical with other users on the same machine?

    Having recently bought an imac I set up accounts for the family. I'd like to share a generic calendar with everyone that only the adults can read/write, but want to allow everyone to hold their personal calendars at the same time. All the accounts are on the same machine. Can this be done? If so how?

    You can only do this by syncing your calendar to an external server - MobileMe is designed for this but if you don't already have a MobileMe account you can't start one now.
    If you do have a MobileMe account the method is described here:
    http://www.wilmut.webspace.virginmedia.com/notes/sharedcalendar.html#publicshare
    If you don't, you could sync to Google Calendar (Google accounts are free) or wait for iCloud which should be out in a couple of months and will probably provide this sort of facility.
    You might like to consider BusyCal which is like iCal Pro - similar to iCal but with extra facilities. It can sync calendars on a Lan and also between accounts on the same machine (you have to have fast user switching enabled).
    There is a free trial available on their website: it's slightly cheaper from the Mac App Store. (I have no connection with this company).

  • Home Sharing - Can you share between two accounts on the same computer?

    I haven't been able to find any info about this, but does home sharing allow you to share files between to different user accounts on the same computer? I have been struggling with trying to do this for years, and I'm really hoping this solves my problem.

    This is true in a sense; you have to use the same itunes account to activate home sharing. BUT, you don't need to use the same itunes account for general use.
    Example:
    My computer and iPhone has one itunes account.
    My wife's computer and iPhone have a totally separate account.
    I turned on Home Sharing on both machines using one account name and ID - mine.
    Now she can see and copy my music and apps, etc. I can see and copy her music, apps, etc.
    However, when she goes to the iTunes store, she still can buy and so forth *on her own account*. Same with her iPhone. And I can still do the same as well on my own account on my machine and phone.
    The only limitation seems to be updating apps: If you copy apps over to another machine using Home Sharing and install them on another phone running another account, it works great. But you can't seem to update those copied apps, unless you log in on the phone or the computer it syncs up to with the account it came from.
    Aside from that, the apps still work even when the computer it was copied to and the phone it was synced to are active on ANOTHER account.
    The key is the setup - for Home Sharing. That needs to be one account, but otherwise it's business as usual.
    Message was edited by: controller2k

  • HT3819 how can i share itunes with users on the same computer?

    My husband and I both have separate user profiles on our Mac.  Is there a way we can access all the music files from our itunes between the two profiles?

    I puzzled this out a while back. Lets see if i can at least point you in the right direction.
    From the Admin account open System Prefrences>Sharing
    on the left there is a check box for "file Sharing" check this box.
    to the right you can add folders, add "iTunes Media"
    then you can add Users. add the users that can share that folder.
    then open the other account that wants to share that folder.
    open their iTunes>Prefrences>Advanced. Uncheck the box that says "Copy files to iTunes Media folder when adding to library"
    then open Finder and the shared iTunes Media folder should be on the left... (fingers crossed)
    the only problem is that any time you add media to the admin account, you have to go into the other account and add it to that itunes.
    hassle, but it's what i do.
    Good Luck

  • HT4007 how can i share photos between users on the same mac?

    Dear All,
    My wife and I use the same MacbookPro, but our own different login Accounts on the Mac, how can we share photos bewtwen these 2 accounts.
    Say, I've downloaded some pics from my camera and would like to transfer to her login account.
    Can I do it on the desktop level or can I use iPhoto to do this? I'd like to know how to do bothways, without having to duplicate the files(ie saving 2 copies of the same file on the computer)
    Isn' there a 'New' feature on iPhoto / Aperture saying that it uses the same 'Unified' library or something ?
    Can this feature help? but how to activate?
    Pls help.
    Thanks

    Macs have a folder called "Public" for this purpose.  See this from Finder's help:
    Share files with others using a drop box
    To give a copy of a file to another user, you can copy the file to the person’s Drop Box.
    HidePut a file in the Drop Box of another user on your Mac
    Open the user’s Public folder (in their home folder in the Users folder on your hard disk).
    Hold down the Option key and drag the file to the Drop Box in the user’s Public folder.
    Click the desktop to make sure you’re in the Finder, and then choose Go > Computer.
    Double-click the icon for your computer’s internal disk (usually named Macintosh HD) to open its folder.
    Open the Users folder, and then open the folder for the person to whom you’re giving a file.
    Open the user’s Public folder, and then drag the file to the Drop Box. To keep a copy of the file for your own use, hold down the Option key while you drag.
    Even though you can put items in another user’s Drop Box, you can’t open any Drop Box except your own.

  • Sharing a folder with other users on the same machine (SOLVED)

    Hi,
    Recently, I've been sharing my computer with my dad. I don't want him to use my account, since I have a lot of secret files and bookmarks on my profile. However, I would like to share all my music with him. What I did was to set the permission of my Music directory to 777 and using root create a symbolic link from my own account to his account. But then when I log into his account, it says the folder is corrupt.
    Then I created a symbolic link from my music directory to /media/ and set the permission to 777. Again I tried to see if I can access it from my dad's account and got the same error.
    What's the best way of creating common folders between users in a linux machine?
    Note that, since I use Amarok, I don't want to move my Music to somewhere else, because it will mess up with the database info of songs.
    EDIT: I solved the problem by using mount instead of symbolic links.
    You have to issue the following command:
    mount --bind /home/name/music /media/music/
    Of course you have to execute this command whenever you boot the computer. Just place this command in rc.local and you're good.
    Thanks
    Last edited by mohtasham1983 (2009-11-05 22:06:03)

    grey wrote:If I wanted to share it between different users, I wouldn't put it inside one particular users home directory. Just use a reasonable place that is not used by the system, like /usr/local/data, /var/shared or so, give it the desired permissions and that's it.
    you are absolutely right and i recommend this as well.
    grey wrote:The link will probably not work, because in order to read /home/yourname/music, you need to be able to read /home/yourname. That is even true if root created the link.
    that is true for symbolic links, not bind mounts.  a bind mounted dir doesn't care about the parent directories because your not traversing to it through a link, it's just 'there'.  this is how i put folders under my ~ out on my http server.

  • How to I enable other users on the same machine to use Office products?

    My husband has the system set up so the kids accounts are secured by NetNanny. 
    We noticed tonight that the kids can't use Word, Excel or Powerpoint from their accounts. 
    You can only see it in my account.  You can't see it in my husband's Administrator account.
    How do we change this?  We'd like all users to be able to use the Office products.
    Thanks,
    Vikki

    I figured it out.  The other users had only read access to the programs.  Had to change it to read/write.

  • Can you run CRXIR1 and CRXIR2 on the same machine?

    I have CR XI R1 Developer edition installed on a workstation which I use to maintain imbedded reports in a large system written in VC++ V6, as well as several newer applications written in VB2003.  The IT department issued me a new machine on which is installed VB2005.  Now I receive errors in my VB applications when using the ExportToDisk function.
    I understand that I need to upgrade to CR XI R2 to be compatible with VB2005.  How will that affect my older code written in VC++ V6?

    Well, you don't really need CR XI r2 to be compatible with .NET 2005 as .NET 2005 ships with CR 10.2. Now, if you want to be at CR XI with the COM apps (VB and C++) as well as .NET 2005, then you do need CR XI r2. (CR XI does not have assemblies for the 2.0 framework)
    Personally, I would not recommend CR XI r1 and CR XI r2 on the same computer. Theoretically this should be OK, but from experience, I find that occasionally CR XI r1 and CR XI r2 just don't like to play together...
    I'm not sure where you want to go with this now; resolve the export error, then move on, or?
    Ludek

  • How do i share my itunes library with other users on the same mac

    I'm trying to share my itunes library with other users on the same mac.  I have tried moving my library to a public folder but when the other user logs in they can't see it in the public folder?

    Presuming you moved the entire iTunes folder to the shared folder the other users need to start their iTunes while holding down the option/alt key and select the iTunes Library.itl file in the shared folder.  Only once should be necessary.  Note that any changes anybody makes will be seen by everybody, so you have to trust each other a lot.
    If all you moved are media files each user will have to add those files to their iTunes library. 
    iTunes: How to share music between different accounts on a single computer - http://support.apple.com/kb/HT1203 - relocating iTunes' media folder to a shared area but leaving separate library files - extra tip at https://discussions.apple.com/message/17331189 Chris CA's instructions on sharing one iTunes music library between multiple user accounts - https://discussions.apple.com/message/8974074 - Multiple users using a single library file - similar post at: https://discussions.apple.com/thread/3753008 Suggestion by Turingtest for multiple users and one library - http://discussions.apple.com/message/9117622 - use smart playlists and tags to isolate groupings.

  • Can i share music and photos between two users on the same machine?

    How can I share my music and photos between two users on the same machine?

    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!

  • Does home sharing allow me to share my iTunes library with other users on the same imac

    Does home sharing allow me to share my iTunes library with other users on the same imac? 

    Apparently so (as long as each user operates out of a different Mac User account).
    After setting up home sharing in the various different user accounts on the Mac, you need to have iTunes open in the account that you want to Home Share from.
    Now use fast User Switching to get into the account that you want to Home Share to. Launch iTunes in there. The library in the other account should appear as shared for you.

  • HT1527 I have windows 8.1 and cannot access itunes store even creating a new apple id. With other users on the same computer I can access itunes store. How can I solve this?

    I have windows 8.1 and cannot access itunes store even creating a new apple id. With other users on the same computer I can access itunes store. How can I solve this?

    i had the same problem before using a fresh install of Windows 8.1.  I have resolved this issue by running the program compatibility wizard.  This I did by right-clicking on the iTunes icon in the desktop, selecting Troubleshoot compatibility, waited for it to detect compatibility issues and when presented with the following options: 1.) Try recommended settings; 2.) Troubleshoot program, I chose the latter.  When asked what problems I noticed, I checked the following: "The program worked in earlier versions of Windows but won't install or run" and "The program requires additional permission"
    After that, it tired to resolve the issue, and provided the necessary settings to run iTunes.  Now it's running flawlessly.  I have Avast anti-virus installed though.
    HTH!

  • How do I share the iTunes library with all/some of the other users on the same iMac?

    How do I share the iTunes library with all/some of the other users on the same iMac?

    Check out these articles it may help...
    http://support.apple.com/kb/HT3819
    http://www.apple.com/itunes/how-to/#playlists-shareplaylists
    hope this helps.

  • Can the same NDS statement be used by other users running the same program?

    Say you have an NDS statement running in an application. We have users all over the country running this package off of the same database. If an NDS statement gets stored in the Library Cache than would other users running the same package use that NDS statement or would their processes spawn another yet identical NDS statement?

    There is no difference in the caching of dynamic or not statements. If statement is already in cache and it's session environment is similar to current session one then statement will be soft-parsed.

Maybe you are looking for

  • How to get a block of data from internal table based on a criteria

    Hi all,           I have some records in the internal table t_int1. I want to retrieve some set records from that table and put them all in some other table, based on a single field which is not  a key. Can i use READ statement to achieve this. Could

  • Reset Quiz Default Labels?

    I'm building a simple (no lms, no tracking) quiz using multiple question forms. From the Preferences | Quiz | Default Labels form, I am trying to change the language in the labels, but my changes don't "stick." If I appologize deeply for getting the

  • Log Troubleshooting: Perpetually repeating crash report RosettaNonGrata?

    Sorry to trouble the experienced Snow Leopard users, but this log entry is being generated every 10 seconds on my brand new 21.5" iMac. I migrated from Tiger, so this Rosetta is new to me. Is this something I need to fix and if so, can you tell me ho

  • Regarding rfc functional module

    hi,    can any one tell me how the rfc FM triggers and how it works?????how to test?? thanks

  • Sony Bridge Can't Connect To Internet After Updating To Mountain Lion

    I've tried multiple times now, to get Sony Bridge to check for updates, but every time I try, I get the following error: Cannot Check For Updates (no internet connection) I'm on a 2008 iMac, connecting with a Live With Walkman. My Mac is online and t