How to use one I-tunes library with multiple windows users (family) on 1 pc

On our family pc we log in with different accounts. We want to use I-Tunes but all have the same library. I tried to create a library not in the users directory, but in the All Users folder that is accessible for everyone. However, when I import the music in the library for one user and set the same location for another user, I-tunes does not recognize the library. So everyone has to create it's own library.
What are the best practices to overcome this?

Keep in mind that what you have done now is you have multiple iTunes libraries accessing the same media folder. Meaning, that each account can have their own ratings, playlists, etc. but more importantly, each account does NOT know what the other account does, so if your daughter adds a CD to her account, it will go into the shared folder, but it will NOT automatically go into your wife's iTunes library. She would have to add it manually. Likewise, if one account deletes music from their library and tells iTunes to remove it to the trash, the other accounts will not know and iTunes will still try to access the file from the shared location even though the file is now trashed.
Each account has their own database files (.itl files in the iTunes folder) which stores this stuff.
If you want to have everyone use the exact same library which means the same ratings, playlists, etc. then you need to move the database files into that same location and set each iTunes account to read the same data.
How to open an alternate iTunes Library file or create a new one
http://docs.info.apple.com/article.html?artnum=304447
Patrick

Similar Messages

  • How do I share my tunes library with another user on same mac?

    how do I share my tunes library with another user on same mac?

    Click here and follow the instructions.
    (107187)

  • ITunes setup on a NAS with multiple windows users - how?

    iTunes setup on a NAS with multiple windows users?
    I am very confused on what is the best way to handle this setup for my friends family.  Any help would be appreciated.  Sorry in advance as I know this is a long winded post - I have a feeling this will help others faced with the same issues or questions.
    CURRENT SETUP
    I have three new Windows 7 machines networked (two desktops and one laptop) that have four users on each - as busy family with children who need the computers for homework, projects, games, etc...  The goal of this setup is that any user can log onto any computer and have there documents available to them no matter computer was free to use.  I set this up using the library function in Windows 7 and seems to work pretty well.
    I have put a Buffalo Linkstation NAS on the system as well.  This was going to serve two purposes 1)  run some backup software to protect the computers and 2) consolidate the iTunes content in one place for all users.  There is also an iPad in the home that I should would be better served by accessing the content on the NAS without requiring any of the computers being on.  Dave is thinking about getting some other playback devices like Apple TV so thought a NAS would be a good way to go.
    CURRENT ITUNES SETUP - I have created a new iTunes library on the NAS by holding the SHIFT button down while starting iTunes and pointed to that folder on a Share on the NAS.  There was no music on the system at the time as we are planning to copy this over from an OLD machine that is now not being used.  I have also authorized all the computers and turned on the home sharing feature (although I am not sure what good that does).
    This “shift” button trick seesm to also point the default directory there without point to it in the advanced setup tab of iTunes.
    I then synced one of the iPods with purchased content on it and synced that to the library after asking me to do so before an update.  All the content showed up in the library and was playable - awesome.
    I then logged into each user on each machine (yikes) and installed iTunes  and used the “shift” trick to connect each users iTunes to the database on the NAS.  Everything seems to work - but I have not tested it thoroughly.
    SUMMARY
    3 new Windwos 7 networked machines
    4 identical users on each machine
    1 TB Buffalo linkstation
    iTunes setup with the folder on a SHARE
    all user’s itunes connected to the iTunes folder on the NAS
    all computers authorized with home sharing turned on.
    one iTunes user account signed in on each machine
    multiple iPods and one iPad in the system
    QUESTIONS/CONCERNS
    Is there a better way to do this on a NAS?
    Would home sharing be better in some way?
    I understand the NAS should show up under the shared section in iTunes - I assume that would mean that would mean each user has an iTunes library on their documents?
    I have read that there may be corruption issues if users on the different machines try to access iTunes at the same time.
    Will there be any issues syncing that various iPods with?
    Ugh - sorry for the long post and all the questions.  I am just trying to find the best way to do this.  I wish Apple would put out a best practices document for setups like this.  Thanks in advance.

    This is a user to user support forum. Your fellow users can offer solutions or workarounds based on their experience with the application. If you think it should work differently drop a line to iTunes Feedback.
    For reasons unknown Apple haven't chosen to allow iTunes to be suspended in one profile and active in another. My recollection is that this applies even if each profile has a different library, although it is some time since I've committed a personal test.
    I'm not sure why my suggestion make less sense that your current approach?. As I understand it currently everybody is either signed into their own account when they can do something other than work with iTunes, or they sign into the special iTunes account where they can't access any of their other stuff. You don't have to disable fast user switching. Follow exactly the same steps, but make sure everyone closes iTunes before turning the computer over to another user. Disabling fast user switching helps to enforce that action.
    tt2

  • How to use the d3.js library with Apex Charting

    Hello.
    I am using Apex 4.1.0 with Oracle 11gR2 and Oracle App Server (mod_plsql).
    I'm trying to incorporate the d3.js library (a visulaization framework) in my Apex charts but am not having much success.
    I found this article in which David Mann uses the library within an Apex 4.x application:
    http://ba6.us/d3js_application_express_basic_dynamic_action
    I replicated his exact steps in my own application but without success. I do not see how he was able to get his application to work. Indeed, the tutorial does not even use a dynamic action despite what the article title says.
    Has any one used the d3.js library with their Apex application. If so, would you be willing to share how you went about it?
    Thank you very much.
    Elie

    EEG wrote:
    Hello fac586.
    Thank you very much for responding/helping.
    In the article I referenced I did note David's statement about using a "modern" browser with d3.js (one that recognizes css3 syntax); otherwise, the framework will not respond. And so, I was careful to run my Apex application in IE9.x as well in Firefox 16.x. But all I see is an empty region with a title. No chart. Nothing.
    I suspect my one of my problems here is in getting the chart to refresh every "n" seconds. For this, I think the dynamic action would be used, though I'm not sure how to go about doing so.That's included in the sample code (line 99). Strangely Dynamic Actions don't seem to include a native timer event...however there is a plug-in.
    More problematic, though, is that I am not seeing any chart whatsoever in the region. I would have expected to see some chart data, even if it is not automagically refreshing.
    I've created my example in my EEG workspace on apex.oracle.com:
    Workspace: EEG
    Username: [email protected]
    Password: galaxy (note: all lowercase)
    Please see application 27083 called Elie_Goodies, page 25. This page has an associated tab called, appropriately enough, "d3.js Library". The Safari console showed a couple of JavaScript errors.
    1. The URL used to include the d3 code in the blog article:
    <script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script>is returning HTML, not JavaScript. Changing it to that given on the d3js.org site:
    <script src="http://d3js.org/d3.v2.js"></script>includes the correct script.
    2. There was a syntax error in a script in the Run Code region. I think there was some kind of issue arising from copying from the blog article: it looked like line endings hadn't been respected as the code wasn't formatted properly. Pasting it from the blog into Coda's editor and then into the APEX Region Source text area fixed the format, and it then ran first time.
    Thanks for the heads-up. I'll also be looking further into d3.

  • Using a single itunes library with multiple iphones?

    My wife got an iPhone 3GS recently and I already have a 4S. I plan to use an existing iTunes install on a single PC to manage them both. I see that Apple support articles say it's worth keeping iTunes libaries separate (with separate Windows user accounts) when there are multiple iPhones using iTunes on one PC.
    I like to manually manage music, videos and podcasts in my iTunes library rather than use synching. I like the idea of having a shared pool of music, videos and apps for us both to use. I know apps that are purchased on my iPhone or my wife's are linked to a specific apple ID so that means if she transfers any apps that were bought on my phone originally, her phone will ask her for my apple ID password when they get updates. But sharing passwords with eachother isn't a problem.
    I can create a second user account for my wife easily, but I kind of have the feeling I'd prefer to share a single library as I say.
    Are there any other reasons I need to keep 2 user accounts and 2 iTunes libraries going when I manually manage the transfer of content?
    Cheers.

    MikeBelfast wrote:
    I can create a second user account for my wife easily, but I kind of have the feeling I'd prefer to share a single library as I say.
    Adn this can easily be done.
    Move your /Music/iTunes/ folder to a Shared directory (such as /Users/Public/ folder) and everyone can use this single library.
    Each user must quit iTunes before the other can open it.
    Just hold Shift, launch iTunes, select Choose library... and select the iTunes folder in the shared directory.
    The big advantage with separate Windows user accounts, data such as photos, calendars, emails, and everything else will be separate.

  • Can I use a common music library across 2 Windows user IDs?

    My Windows XP computer is set up with 2 user accounts. iTunes is installed and all of my music is stored in my Shared Music folder (this folder is in Shared Documents, which is accessible from each user ID).
    I want to be able to use iTunes from either Windows user ID. The problem is that iTunes creates and maintains 2 separate iTunes Music Library.xml files. When I'm logged on (user #1), iTunes uses the xml file in my My Documents folder. When my spouse is logged on (user #2), iTunes uses the xml file in her My Documents folder.
    This is problematic. If I add a new song to iTunes from my Windows ID (and the song file is placed in the Shared Music folder), it is added to my library and xml file. If my spouse logs on and launches iTunes, the song is NOT in her iTunes library. She has to manually add the file from the iTunes Add File to Library command.
    I'd like iTunes to use a single library that both Windows user IDs can use and maintain. I don't want to have to manually try to keep these in sync.
    I can't find any setting in iTunes for this, and the user guide doesn't even mention this topic. Any help is appreciated!!!

    TheMint,
    I think it works like this:
    The setting you describe is where iTunes will store the music files themselves (.aac or .mp3, etc.) However, iTunes creates an index of all of your music, and it uses that index to display all of your music in iTunes. The index file is called iTunes Library.xml
    The index is stored in the My Documents\My Music folder of the user ID you log in as. Apparently, you cannot tell iTunes to store this in a different location.
    So if you create an iTunes library under one Windows user ID, the index is created in that user ID's My Documents\My Music folder. If you then log in as another Windows user ID, iTunes does not see the index that was created by the first Windows user. Thus you do not see any of the music listed in iTunes.

  • How to use a single iPhoto Library from multiple macs

    I'm trying to help my brother out with his iPhoto Library and his Mac network.  He has a Library on a MacBook Pro that is about 65GB.  I am moving it to his Mac Mini to make it the primary Library.  What he wants to do is be able to load new photographs from any Mac in his house and have them appear in the primary Library.  If I make the Mac mini shareable and point iPhoto on each of his Mac's to the Library on the Mac Mini, will that work?
    Are there any down sides to doing it this way?  Can you create multiple Libraries for iPhoto, the other thing we are thinking about is to organize his Library by years.
    Thanks
    Elliot

    What do you mean by "make the Mac mini shareable"?
    Iphoto is not really designed for this kind of use, but there are some possibilities - with limitations.
    I'm assuming you want to use the same library for each machine, so there is only one.
    Put the Library on a disk formatted Mac OS Extended (Journaled) and set to ignore ownership and permissions.
    Then point each machine at it in turn.
    Remember only one machine can access the Library at a time, and attempting to do so with multiple machines can cause damage.
    How are you connecting to the Library? A strong warning: If you're trying to edit the Library (that is, make albums, move photos around, keyword, make books or slideshows etc.) or edit individual photos in it via Wireless be very careful. Dropouts are a common fact of wireless networking, and should one occur while the app is writing to the database then your Library will be damaged. Simply, I would not do this with my Libraries. 
    Regards
    TD

  • How can you share a iPhoto library with another account user

    I have recently seen the light and swapped from Windows to my lovely new iMac. However I am rather confused how I can configure my iPhoto library so my wife can view the same library in her account on the same machine (this was a simple thing within Windows, using shared folders). Am I missing something or do I have to duplicate the same library and place into my wife's account and then update each time we upload some photo's? Please help!

    This may not be the "neatest" solution possible, but it's one that works. Just as iPhoto makes it easy to share photos between computers on the same network, you can also share photos between accounts on the same computer; but you'll have to be logged in with iPhoto running.
    1) Configure iPhoto in your account for photo sharing (from iPhoto, select Preferences > Sharing> Share my photos).
    2) Enable fast user switching from System Preferences > Accounts > Login Options. This is the key to the process, which will allow you to remain logged in while your wife is also logged in. It's also a very handy feature if you and your wife use the computer a lot from your own accounts.
    3) Enable "Personal File Sharing" and "Remote Apple Events" from System Preferences > Sharing > Services. [I had already done this step, so I'm not sure if it's strictly necessary]
    4) With iPhoto up and running in your account, use Fast User Switching to log into your wife's account (ie, you remain logged-in). [The Fast User Switching menu will be in the upper right of the main menu bar.]
    5) From her iPhoto preferences, select Sharing > "Look for shared photos" if it's not already switched on.
    Your photos will magically appear in the left hand column of your wife's iPhoto application using the name you designated in your copy of iPhoto.
    Caveats: performance is not very good, you must be logged in and have iPhoto running, HP printers (if you have one) don't work well with fast user switching
    Other solutions might be possible by "drilling a hole" into your account by altering the Unix permissions. I've used this technique to make my iTunes library available to other users on my machine. Such a solution would no doubt improve performance.
    Finally, there are third-party products that allow you to manage multiple iPhoto libraries. I've never used these, but they might allow you to load the iPhoto library from another account assuming permissions are properly set.
    Hope this is of some use; I'm sorry if it's a little more complicated than you might have expected.

  • How to use one dynamic connection managers for multiple parallel data flow tasks

    hi there:
       I have 6 databases residing on the same server. What I want to do is  call a store procedure with identical name on each database dbo schema and transport results to a centralized place. The key is to have those SPs run in parallel instead
    of in sequence as each SP may take around 10 mins to finish. 
    The simplest way is to create 6 OLE DB connection managers and create 6 DFT tasks. However, I do not want to maintain 6 OLE DB connection managers as there is a chance to have more connection  managers.
     What I did so far is to create a OLD DB connection manager and use expression to set up connectionString properties so that it will get populated by variables at run time. It is fine when running all SPs in a Foreach Loop Container. However, it takes
    around 60 mins to finish.
      When I try to run it in parallel ( basically created 6 DFTs but use only one Dynamic Connection Manager), the connection string gets confused therefore all DFT tasks failed.
       Does anyone here have some experience on this topic?
    Thanks
     hui
    --Currently using Reporting Service 2000; Visual Studio .NET 2003; Visual Source Safe SSIS 2008 SSAS 2008, SVN --

    Yes, basically, on the connectionString property of ONE OLEDB, you are using an expression to supply value and this expression is pointing to a variable. 
    In this case , you can update this variable from a table which contains many connection strings. It's good if you want to execute Store procedures in a sequential order. When in parallel mode, this will cause issues as connectionString gets overwritten. 
     I am thinking about using script task to exec sp.
     The whole idea is that I do not want to maintain a large number of Connection Managers. 
    Hope it helps
    --Currently using Reporting Service 2000; Visual Studio .NET 2003; Visual Source Safe SSIS 2008 SSAS 2008, SVN --
    So you are not able to run parallel executions using same conn mgmr, even with dynamic connectionstring, is that correct? Yes, script task will be a way to go if you wish to execute it in parallel, you may connect to SS and query the proper conn string with
    SELECT/WHERE clause in each script > pass it to a script variable > use that script variable and execute the proc. This will require only two things to change in each script, the WHERE condition to get the conn string and the proc name (you may even
    get the proc names the same way you get conn string) and everything else will be same. Let us know how that goes. 
    Hope no two or more procs doing insert/update/delete on the same tables.

  • How do I share an aperture library with multiple users?

    I have Aperture on a macbook pro that is my wife's primary computer. I purchased an imac for our family and to get our pictures on a static desktop. I unintentionally migrated her as a user to the family imac. This is fine as my primary goal was to get the pictures over. However, I want her to have her own view and another for myself. However, I would like for us both the have the same view of Aperture/our pics. Is there a way to do this?
    Thank you.

    Like Frank said, Aperture is a single-user app. Multi-user setups are all workarounds that can have dire consequences. Best is if you think single user and plan your setup accordingly.
    You should have one primary Referenced-Masters Library containing references to all Masters. Avoid using a Managed-Masters Library for many reasons (but that is another topic). The Library should live on an internal drive and no attempt should be made to network it (because Aperture is a single-user app).
    • One option (recommended) is to maintain the primary Library on computer A and periodically make copies of the primary Library for read-only usage by computer B (like Frank said, read-only usage cannot be set so it needs to be workflow based). Computer B can also have its own fully separate read and write Library, the contents of which are periodically added to the primary computer A Library.
    • Another option (not recommended) is to have one Library and move it around depending upon which computer is using it.
    • Another option is to maintain the Library on computer A and export Projects or Albums as needed for use by computer B.
    Original images should be backed up prior to being imported into Aperture or any other images app. Note that use of a Referenced-Masters Library makes all the options above more feasible because the Library stays a manageable size, whereas with a Managed-Masters Library the Library invariably grows to an uncivilized size.
    Set Preview size to be the size of the largest display among the multiple computers.
    HTH
    -Allen Wicks

  • How to use one pageflow to cater for multiple display?

    Hi, I trying to use one pageflow to display different kind of contents because the logic behind the retrieval is similar except that different parameter(string) us passed in for different content retrieval.
    How do i achieve the above? thanks in advance :D
    Cheers

    What do you mean by "display different kind of contents"? do you mean you want to display PDF/HTML/Image based on certain parameters or You are using different media like PC/PDA etc.
    In both cases you can redirect to different success page based on your query parameters.
    if(param.equals(image))
    forward image.jsp
    if(param.equals(pdf))
    forward pdf.jsp
    else
    forward html.jsp
    Hope it helps

  • Using a single iTunes library with multiple logins.

    I've setup my iMac to have multiple logins for everyone in my family. I'd like everyone to use the same iTunes library, though, so that all purchases and playlists can be seen and used by everyone. I have it so that everyone has the same files, but not the same library. That is, the playlists don't come through on the other logins, and purchases made from one login don't translate to another.
    I'm not trying to rip anyone off, I just want my whole family to have the same library.
    Is this possible?

    padrepablo wrote:
    Thanks much, but I've done that. That method shares FILES but not the LIBRARY
    Then you missed a step or two.
    The steps above share the entire iTunes library (media, artwork, playlists, library file, Genius files, everything).
    In the Music/iTunes folder on everyone's login is a file called iTunes Library.itl.
    Yes, and holding Option and selecting Choose library allows you to select which iTunes library you want to use.
    THAT is the file I want to share, but I can't seem to move it.
    The steps above will do exactly what you want.
    All users will use the exact same iTunes library.
    You need to hold Option and select Choose library (notice is says, "Library").
    Once you copy your /Music/iTunes/ folder to /Users/Shared/ folder, everyone can delete /Username/iTunes/ folder.

  • How to Create one TLB Order manually with multiple deployed STR's

    Hello,
    We are currently facing an issue when trying to make a TLB manually by right clicking on the deployed STR's.
    APO generates multiple orders for each item.
    Business requirement is to generate one TLB Order.   
    For example there are 10 Confirmed STR's and the  planner wants to choose the deployed STR's manually from the list of 10 products.   When we right cliick and select each product (for either partial or full ) it moves to the TLB order, but generates multiple orders.
    Is there a way to restrict the requested lines to be in one Order?  So that when the order is CIFed to ECC, there's only one STO generated with multiple lines.
    Regards,
    Bhavesh

    Hi Bhavesh,
                   By manual TLB process only you can create stock transfer order with SINGLE line item. because your deployed STRs always will have single line item and you are selection one by one and converting manually. in STD process you can not club items manually...
    Yes it can be very much possible by automatic TLB run. it will take all the deployed orders and converting as TLB order by considering TLB profile where min , max limits maintained. also there is concept if you maintain loading group in product master based on that materials will be grouped together.....
    Clubbing items into one order is done by TLB heuristics.. but when you do manually you are deciding how to do it?....
    You can do one thing... after creation of TLB order with single item..you can edit and include some more items manually. Accordingly you need to delete deployed STRs.......
    If you want to automate this then you need to look out for BADI... not sure possible or not
    Regards
    Thennarasu.M

  • I want to use my iTunes library with multiple Windows computers

    I want to put my entire iTunes library on a server and then allow any of the 4 - windows laptops, 1 - windows desktop, various iPods, an iPad 1, and a Samsung Tablet to gain access to use it.   3 of the laptops are Windows 8, the desktop and one laptop is Windows 7.      I don't mind having multiple iTunes accounts set up.  I just want to make sure that when a song is purchased or uploaded from a CD or whatever that it all goes into this central location so that everyone has access to it.   How do I make that happen?

    1. Yes you can do that.
    2. But you shouldn't.
    3. There's no need to anyway.
    This thread
    https://discussions.apple.com/thread/3062728?tstart=0
    Will tell you more on how, and why not, and why what you want to do is making more for for exactly zero extra capability.
    Or, put another way, maybe iPhoto is not the app for you.

  • How to use one Assign action to create multiple context variables

    Hello, everyone.
    I read some tips from Oracle documentation that said:
    Avoid creating many OSB context variables that are used just once within another XQuery
    Context variables created using an Assign action are converted to XmlBeans and then reverted to the native XQuery format for the next XQuery. Multiple "Assign" actions can be collapsed into a single Assign action using a FLWOR expression. Intermediate values can be created using "let" statements. Avoiding redundant context variable creation eliminates overheads associated with internal data format conversions. This benefit has to be balanced against visibility of the code and reuse of the variables.
    Oracle® Fusion Middleware Performance and Tuning Guide
    +11g Release 1 (11.1.1)+
    Part Number E10108-03
    But I don't know how to do that. Can you show me ?
    Thank in advance
    Edited by: Doubt_Man on Aug 17, 2011 3:30 PM

    if you return sequences, you can declare the return type of your xquery as xs:double*
    (notice the asterix at the end)
    but I have the impression that in the assign action only the first element will be assigned to the context variable
    (correct me if I am wrong)
    So in fact you might indeed have to transform the sequence into a element()*, or concatenate it into a CVS string - for instance using string-join
    http://www.xqueryfunctions.com/xq/fn_string-join.html

Maybe you are looking for

  • Oracle Designer6i Release 4 and Oracle9i Unable to add user to Repository

    Dear all, I am currently using Oracle9i with Oracle Designer6i Release 4. Before I am able to use both Release 4 and Release 2 with Oracle9i. However, this time when I install it after a cleanup in my server. I have received the following error messa

  • Calendar can the day's number be displayed?

    A day is displayed with the usual information - the day of the week and the date, and month.   Is it possible to have the number of the day as it relates to the entire year displayed?  For example - October 30, 2013 is day 303/365.  Is this feature a

  • Standard Report on Fleet Specific Data

    Hi gurus, I was trying to use Tcode IH08 to view equipment data. but i cannot view fleet specific data such as license plate number, VIN, Fuel card No. Engine Type, Capacity Engine serial No., etc. How can i view those fields? Thank you very much!

  • Opening mailboxes in TextEdit?

    Hello I use to use OS 10.3. I now use OS 10.5. If I double click on a .mbox folder I get an error message saying "there is no default application to open the document xxx.mbox" I thought emails on OS 10.5 were stored in the mailbox folder on my hard

  • Displaying a website inside a website

    Is there a way to display a website (example adobe.com) inside your Flash website? Looking for something similar to HTML inline frames <iframe> src="adobe.com" height="200" width="300" </iframe> Thanks- Ben L