Do I need to get rid of duplicate libraries?

Hi,
I suspect I have a duplicate library of music and duplicates of songs taking up memory on my computer.
I searched for a particular artist and found three versions of his songs in the following locations:
usr> music> itunes> itunes media> music> album name> artist's name> song title (and a duplicate in the same folder - the duplicate does not show up in iTunes)
and
usr> music> itunes> itunes music> artist's name> artist's name> song title
(In preferences the iTunes Media folder location is:  /Users/usrname/Music/itunes/itunesmedia)
Excuse me if I am showing my ignorance, but is this how the folders should be configured? Are these necessary or unnecessary duplicates?
Thanks.

Hi,
I suspect I have a duplicate library of music and duplicates of songs taking up memory on my computer.
I searched for a particular artist and found three versions of his songs in the following locations:
usr> music> itunes> itunes media> music> album name> artist's name> song title (and a duplicate in the same folder - the duplicate does not show up in iTunes)
and
usr> music> itunes> itunes music> artist's name> artist's name> song title
(In preferences the iTunes Media folder location is:  /Users/usrname/Music/itunes/itunesmedia)
Excuse me if I am showing my ignorance, but is this how the folders should be configured? Are these necessary or unnecessary duplicates?
Thanks.

Similar Messages

  • How do I use Get-ADUser to get just the Managers attribute? And then get rid of duplicates in my array/hash table?

    Hello,
          I am trying to just get the Managers of my users in Active Directory. I have gotten it down to the user and their manager, but I don't need the user. Here is my code so far:
    Get-ADUser-filter*-searchbase"OU=REDACTED,
    OU=Enterprise Users, DC=REDACTED, DC=REDACTED"-PropertiesManager|SelectName,@{N='Manager';E={(Get-ADUser$_.Manager).Name}}
    |export-csvc:\managers.csv-append 
    Also, I need to get rid of the duplicate values in my hash table. I tried playing around with -sort unique, but couldn't find a place it would work. Any help would be awesome.
    Thanks,
    Matt

    I would caution that, although it is not likely, managers can also be contact, group, or computer objects. If this is possible in your situation, use Get-ADObject in place of Get-ADUser inside the curly braces.
    Also, if you only want users that have a manager assigned, you can use -LDAPFilter "(manager=*)" in the first Get-ADUser.
    Finally, if you want all users that have been assigned the manager for at least one user, you can use:
    Get-ADUser
    -LDAPFilter "(directReports=*)" |
    Select @{N='Manager';E={ (Get-ADUser
    $_.sAMAccountName).Name }}
    -Unique | Sort Manager |
    Export-Csv .\managerList.csv -NoTypeInformation
    This works because when you assign the manager attribute of a user, this assigns the user to the directReports attribute of the manager. The directReports atttribute is multi-valued (an array in essence).
    Again, if managers can be groups or some other class of object (not likely), then use Get-ADObect throughout and identify by distinguishedName instead of sAMAccountName (since contacts don't have sAMAccountName).
    Richard Mueller - MVP Directory Services

  • How to get rid of duplicate files in Windows Media Player 11, I am seeking an answer if at all possible.

    I don't know if this is the appropriate forum to ask this question....if it is not please guide me to the correct support forum. I am just trying to find out if there is an easier way of getting rid of duplicate files in my Windows Media Player 11.
    Also how do I prevent my Media player from obtaining all these duplicate files from other libraries.  I have iTunes installed and my home network has four other computers belonging in the home group that have all their own respective music libraries. 
    I guess I was naïve but I thought that when Windows Media Player is out searching other libraries it would know not to take duplicates of songs that it has already.  Enough said .....if anyone out there can help me that would be great.  I have in
    the past spent many hours manually deleting songs from my music files and it really got old.

    Unfortunately your post is off topic here, in the TechNet Site Feedback forum, because it is not Feedback about the TechNet Website or Subscription.  This is a standard response I’ve written up in advance to help many people (thousands, really.)
    who post their question in this forum in error, but please don’t ignore it.  The links I share below I’ve collected to help you get right where you need to go with your issue.
    For technical issues with Microsoft products that you would run into as an
    end user of those products, one great source of info and help is
    http://answers.microsoft.com, which has sections for Windows, Hotmail, Office, IE, and other products. Office related forums are also here:
    http://office.microsoft.com/en-us/support/contact-us-FX103894077.aspx
    For Technical issues with Microsoft products that you might have as an
    IT professional (like technical installation issues, or other IT issues), you should head to the TechNet Discussion forums at
    http://social.technet.microsoft.com/forums/en-us, and search for your product name.
    For issues with products you might have as a Developer (like how to talk to APIs, what version of software do what, or other developer issues), you should head to the MSDN discussion forums at
    http://social.msdn.microsoft.com/forums/en-us, and search for your product or issue.
    If you’re asking a question particularly about one of the Microsoft Dynamics products, a great place to start is here:
    http://community.dynamics.com/
    If you really think your issue is related to the subscription or the TechNet Website, and I screwed up, I apologize!  Please repost your question to the discussion forum and include much more detail about your problem, that could include screenshots
    of the issue (do not include subscription information or product keys in your screenshots!), and/or links to the problem you’re seeing. 
    If you really had no idea where to post this question but you still posted it here, you still shouldn’t have because we have a forum just for you!  It’s called the Where is the forum for…? forum and it’s here:
    http://social.msdn.microsoft.com/forums/en-us/whatforum/
    Moving to off topic. 
    Thanks, Mike
    MSDN and TechNet Subscriptions Support

  • Can I get rid of duplicate or empty folders in contacts without using a computer?

    Is there a way to get rid of duplicate folders and empty folders in contacts without using a computer?

    If you don't have iTunes you will need to buy the song from the iTunes store and download it that way. If it is a custom track you may be out of luck.  The only way to get a song on your device without iTunes involves jailbreaking it. 
    iOS is set up to prevent people from emailing each other songs, videos, movies, books, etc. This is how Apple got their contracts with the content providers by promising that they would do what ever it takes to prevent people from sharing content that they didn't pay for.

  • Is there an easy way to get rid of duplicates in your music library?

    Is there an easy way to get rid of duplicates in your music library?

    Apple's official advice is here... HT2905 - How to find and remove duplicate items in your iTunes library. It is a manual process and the article fails to explain some of the potential pitfalls.
    Use Shift > View > Show Exact Duplicate Items to display duplicates as this is normally a more useful selection. You need to manually select all but one of each group to remove. Sorting the list by Date Added may make it easier to select the appropriate tracks, however this works best when performed immediately after the dupes have been created.  If you have multiple entries in iTunes connected to the same file on the hard drive then don't send to the recycle bin. Use my DeDuper script if you're not sure, don't want to do it by hand, or want to preserve ratings, play counts and playlist membership.See this thread for background and please take note of the warning to backup your library before deduping.
    (If you don't see the menu bar press ALT to show it temporarily or CTRL+B to keep it displayed)
    tt2

  • How to clean or get rid of duplicate files or pictures?

    How to clean or get rid of duplicate files or pictures mac osx mountain lion? Many pictures do not open and show alias. I have too many of each.        Thank you
    Barbara

    The only real and safe way to do this is to do it manually  looking through each folder individually.
    Many third party utilities claim to clean out a hard drive of various detritus, but some times will deleted data that it shouldn't  and delete important data and that it shouldn't have.
    The only "safe" way to accomplish what you need to accomplish is to do this manually.
    Stay away from the OS X system folder!!!!!
    If you had a duplicate system install and had duplicate system files, your iMac would not be running right now.
    Hard drive getting full?
    You can download an app called OmniDiskSweeper.
    This app will allow you to see where files maybe able to be delete are located.
    If your Mac is running a fairly recent version of OS X, here are some general guidelines.
    Follow some of my tips for cleaning out, deleting and archiving data from your Mac's internal hard drive.
    Have you emptied your iMac's Trash icon in the Dock?
    If you use iPhoto, iPhoto has its own trash that needs to be emptied, also.
    If you have images stored in iPhoto,,the only way to weed out duplicates is to do this manually.
    When you delete them, they go to iPhoto's Trash. Remember to empty this when you are done.
    If you store images in other locations other than iPhoto, then you will have to weed through these to determine what are duplicates and what isn't
    If you use Apple Mail app, Apple Mail also has its own trash area that needs to be emptied, too!
    Other things you can do to gain space.
    Delete any old or no longer needed emails and/or archive to disc, flash drives or external hard drive, older emails you want to save.
    Look through your Documents folder and delete any type of old useless type files like "Read Me" type files.
    Again, archive to disc, flash drives, ext. hard drives or delete any old documents you no longer use or immediately need.
    Look in your Applications folder, if you have applications you haven't used in a long time, if the app doesn't have a dedicated uninstaller, then you can simply drag it into the OS X Trash icon. IF the application has an uninstaller app, then use it to completely delete the app from your Mac.
    Download an app called OnyX for your version of OS X.
    When you install and launch it, let it do its initial automatic tests, then go to the cleaning and maintenance tabs and run the maintenance tabs that let OnyX clean out all web browser cache files, web browser histories, system cache files, delete old error log files.
    Typically, iTunes and iPhoto libraries are the biggest users of HD space.
    move these files/data off of your internal drive to the external hard drive and deleted off of the internal hard drive.
    If you have any other large folders of personal data or projects, these should be archived or moved, also, to the optical discs, flash drives or external hard drive and then either archived to disc and/or deleted off your internal hard drive.
    Good Luck!

  • HT1660 i have two independent itunes libraries on my computer right now. how do i consolidate them into one library? how do i get rid of duplicate files?

    i have two independent itunes libraries on my computer right now. how do i consolidate them into one library? how do i get rid of duplicate files?

    Hello rmunsey,
    Thank you for the question.  It sounds like you have two separate iTunes Libraries but would like to add the music from one to the other to have one consolidated library.
    If you know where the files are for each library, I recommend opening one iTunes Library in iTunes and importing the files from the other library using the following steps:
    Open iTunes
    From the File menu, choose one of the following choices:
    MacAdd to Library
    Windows
    Add File to Library
    Add Folder to Library
    Navigate to and select the file or folder that you want to add
    Adding music and other content to iTunes
    http://support.apple.com/kb/ht1473
    Next, you can search for duplicates:
    Choose View > Show Duplicate Items to show duplicate items (matches are based on the song name and artist). If you have multiple versions of the same song (for example, live and studio versions, or versions from different albums) you can hold the Alt or Option key (for Mac OS X) or the Shift key (for Windows) and choose View > Show Exact Duplicate Items. This will show only duplicate songs having the same name, artist, and album.
    How to find and remove duplicate items in your iTunes library
    http://support.apple.com/kb/ht2905
    This should help you identify the duplicates all at one time so that you can delete the extra versions of songs.
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • I have 2 apple ID and I need to get rid of one to use icloud on my iphone and ipad. any suggestion?

    I have 2 apple ID and I need to get rid of one to use icloud on my iphone and my ipad. Any suggestion?

    Hi Pierre,
    There's no way to merge them yet, so all you can do now is make 1 of them the master ID for iCloud. You have to continue to use the other for previous iTunes, Mac App Store updates. Have you read:
    Apple IDs and iCloud
    Al

  • I just got an iPad 2 and have not yet synced to my computer. I don't want to have all the duplicate songs in my iTunes. How do I get rid of duplicates?

    I just got an iPad 2 and have not yet synced to my computer. I don't want to have all the duplicate songs in my iTunes. How do I get rid of duplicates?

    You don't say whether you are on PC or Mac. For Mac there are these two programs which might help (I havn't tried either) :
    http://www.apple.com/downloads/macosx/ipod_itunes/songsergeant.html
    http://www.apple.com/downloads/macosx/ipod_itunes/idupe.html
    There are probably similar programs for PCs, but I don't know what they are. On a PC you can hold the shift key and do File > Display Exact Duplicates (without the shift they may not be exact matches) - if one of each duplicate pair has the same date added then you can sort by that and then delete those with (or without) that date.

  • How to find/get rid of duplicates in iTunes 11?

    I have to many duplicates on iTunes, and i know there was an option before to find and get rid of duplicates on the old version of itunes. is there a way to do it on the new iTunes 11?

    Apple has removed that feature along with several others, but
    (5/12/2012) Missing 'Find Duplicates' feature in iTunes 11 to be restored - http://reviews.cnet.com/8301-13727_7-57557280-263/missing-find-duplicates-featur e-in-itunes-11-to-be-restored/    "Some of the features Apple has removed from iTunes will see a return, but others may indicate changes to come elsewhere in Apple's product lines."
    Until then you will have to resort to sorting by a particular label such as artist and manually scanning, third party utilities such as Dougscripts Dupin to deal with duplicates, or revert back to iTunes 10.7.

  • HT1311 I can't get the country to change because I need to get rid of all my money but I have 84 cents

    I have accidentally change countries for my iTunes Store and now I can't change back to Australia. I try to change it but it says I need to get rid if all my money but I only have 84 cents and can't get rid of it. Can anybody help me with my problem

    You can't buy something for more than 84 cents? like spend a $1? 

  • I need to get rid of billing info and I really need to get apps but I need some billing info in order to get apps but I don't have a credit card

    I need help with a billing  adress  and I don't. Have a credit card and I need to get rid of it

    Are you creating a new account?
    Why not purchase and redeem an iTunes gift card?

  • HT2905 how do I get rid of duplicates in iTunes 11

    I would like to get rid of duplicates in iTunes 11 which all the posts only help for earlier versions.

    The instructions here are still basically the same, but the command has been moved to the View menu now and relabled "Show Duplicate Items". There are also third-party utilities that can provide more functionality, such as Dupin:
    http://dougscripts.com/apps/dupinapp.php
    Regards.

  • HT1417 how to get rid of duplicates in itunes 11

    I cannot find where to get rid of duplicates in the new version of itunes, which I cannot stand.  Can I go back to the old one, where it would let you find duplicates and delete them?

    OK I understand. Many of the old iTunes 10 features are still present, but they have been hidden by default.
    Bring back your Sidebar with control S and your menu bar with control B. There are icons for them but the control keys are easier to describe.
    The View menu will then be visible, where you can customize your viewing preferences and make it appear a little more familiar.
    You don't have to remove the old version to update it.
    Reverting to iTunes 10 is possible but very tedious.

  • HT1349 How do I get rid of duplicates in my library?

    How do I get rid of duplicates in my itunes library?

    I've written a script called DeDuper which can help remove unwanted duplicates. See this  thread for background.
    tt2

Maybe you are looking for

  • I get an error message 7-Zip file not found

    When I am trying to download Mozzila I keep getting an error message that states 7-Zip file not found and it won't let me download the browser.

  • Sub contracting components tracking against PO

    Hi Is there any way to track the components isssued against a PO. There are a couple if transactions to track the materials with vendor MBLB and ME2O But here we cant track the Materials issued against a PO. To be clear I want to track for the pertic

  • Duplicate member Name in same dimension in a Cube

    Hi, Can someone please let me know whether we can have same member name in a dimension for building a cube? For Example: I have one dimension Dim1 (Hierarchy) , Level2     Level1     Leaf     Leaf Code L13 -      L11 -      L1 -      10 L13 -      L1

  • Error formatting / re-send the book?

    Hello, I did a book on the application and sent it to apple review, they sent me a message to correct the formatting, I was checking and saw nothing wrong with the formatting, I wonder if there is some kind of guideline in the program for me to corre

  • Webi Default Setting BOXI 3.0

    Hi All, It seems that my Webi settings are set to inches. Current Locale on the server is English Australia. I have not found an place to change it to millimeter. Thank you for your help. Alex