ITunes creates duplicate tracks on its own

Hello everyone,
I noticed recently that iTunes is creating duplicate tracks on its own. The new “tracks” all reference to the same file. Sometimes there are up to 4 duplicates (see screenshot). As you can see on the far right of the image, it seems that every time I ran iTunes the tracks are added.
I did not change anything recently, but noticed that iTunes also updates my Cover Art, even though I explicitly unchecked the checkbox the settings…might be connected to my issue.
Any advice is much appreciated!
regards
modtastic

Is the media folder stored on an external drive? If you start iTunes with an external disconnected it will "notice" and mark all tracks as missing. If you then add media by scanning folders it won't notice that it is already connected to the files and will add them again. Next time you start iTunes you can have two tracks linked to the same physical file.
How do you normally add media to the library?
To check your library for duplicates use Shift > View > Show Exact Duplicates as this is normally a more useful selection. Keep holding down shift until you have clicked on the text Show Exact Duplicates or it may still use the loser definition. If you don't see a menu bar press Ctrl+B to reveal it or Alt to show it temporarily.
If you find that you have true duplicates you need to manually select all but one of each group to remove, or use my DeDuper script if you don't want to do it by hand. The script attempts to take account of different types of duplicates which need to be handled differently, merges playcounts and preserves playlist membership. Please take note of the warning to backup your library before deduping. See this thread for background.
iTunes doesn't generally do much in the way of background media updates, but it may reveal those enacted by something else, such as Windows Media Player.
tt2

Similar Messages

  • ITunes keeps turning on on its own??

    Why does the latest iTunes keeps turning on on its own?? I'm not plugging in any devices or anything else. I close it and after a few minutes it pops up again. (Already re-installed, problem still there on two separate PC's)

    You should know that P2P clients, like LimeWire or Acquisition, will open iTunes right after they finish downloading a song. They do that to import the song to your iTunes Library, and add it to the playlist LimeWire music or Acquisition or whatever the name of the program.
    So, if you leave a P2P program downloading music, it will open iTunes immediately after it fully downloads an audio track.

  • I have a iphone4s and an ipod 4th gen, they both share same itunes acc, the ipod has its own email but when people try to FT it also rings on my phone, how do i stop it ringing both devices

    i have a iphone4s and an ipod 4th gen, they both share same itunes acc, the ipod has its own email but when people try to FT it also rings on my phone, how do i stop it ringing both devices

    That's because you're using the same Apple ID on both devices. On your phone: Settings>FaceTime>You Can Be Reached at>Remove your Apple ID.

  • How to create a window with its own window border other than the local system window border?

    How to create a window with its own window border other than the local system window border?
    For example, a border: a black line with a width 1 and then a transparent line with a width 5. Further inner, it is the content pane.
    In JavaSE, there seems to have the paintComponent() method for the JFrame to realize the effect.

    Not sure why your code is doing that. I usually use an ObjectProperty<Point2D> to hold the initial coordinates of the mouse press, and set it to null on a mouse release. That seems to avoid the dragging being confused by mouse interaction with other nodes.
    import javafx.application.Application;
    import javafx.application.Platform;
    import javafx.beans.property.ObjectProperty;
    import javafx.beans.property.SimpleObjectProperty;
    import javafx.collections.FXCollections;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.geometry.Point2D;
    import javafx.geometry.Pos;
    import javafx.scene.Node;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.control.ChoiceBox;
    import javafx.scene.input.MouseEvent;
    import javafx.scene.layout.AnchorPane;
    import javafx.scene.layout.StackPane;
    import javafx.scene.layout.VBox;
    import javafx.scene.paint.Color;
    import javafx.stage.Stage;
    import javafx.stage.StageStyle;
    import javafx.stage.Window;
    public class CustomBorderExample extends Application {
      @Override
      public void start(Stage primaryStage) {
      AnchorPane root = new AnchorPane();
      root.setStyle("-fx-border-color: black; -fx-border-width: 1px; ");
      enableDragging(root);
      StackPane mainContainer = new StackPane();
        AnchorPane.setTopAnchor(mainContainer, 5.0);
        AnchorPane.setLeftAnchor(mainContainer, 5.0);
        AnchorPane.setRightAnchor(mainContainer, 5.0);
        AnchorPane.setBottomAnchor(mainContainer, 5.0);
      mainContainer.setStyle("-fx-background-color: aliceblue;");
      root.getChildren().add(mainContainer);
      primaryStage.initStyle(StageStyle.TRANSPARENT);
      final ChoiceBox<String> choiceBox = new ChoiceBox<>(FXCollections.observableArrayList("Item 1", "Item 2", "Item 3"));
      final Button closeButton = new Button("Close");
      VBox vbox = new VBox(10);
      vbox.setAlignment(Pos.CENTER);
      vbox.getChildren().addAll(choiceBox, closeButton);
      mainContainer.getChildren().add(vbox);
        closeButton.setOnAction(new EventHandler<ActionEvent>() {
          @Override
          public void handle(ActionEvent event) {
            Platform.exit();
      primaryStage.setScene(new Scene(root,  300, 200, Color.TRANSPARENT));
      primaryStage.show();
      private void enableDragging(final Node n) {
       final ObjectProperty<Point2D> mouseAnchor = new SimpleObjectProperty<>(null);
       n.addEventHandler(MouseEvent.MOUSE_PRESSED, new EventHandler<MouseEvent>() {
          @Override
          public void handle(MouseEvent event) {
            mouseAnchor.set(new Point2D(event.getX(), event.getY()));
       n.addEventHandler(MouseEvent.MOUSE_RELEASED, new EventHandler<MouseEvent>() {
          @Override
          public void handle(MouseEvent event) {
            mouseAnchor.set(null);
       n.addEventHandler(MouseEvent.MOUSE_DRAGGED, new EventHandler<MouseEvent>() {
          @Override
          public void handle(MouseEvent event) {
            Point2D anchor = mouseAnchor.get();
            Scene scene = n.getScene();
            Window window = null ;
            if (scene != null) {
              window = scene.getWindow();
            if (anchor != null && window != null) {
              double deltaX = event.getX()-anchor.getX();
              double deltaY = event.getY()-anchor.getY();
              window.setX(window.getX()+deltaX);
              window.setY(window.getY()+deltaY);
      public static void main(String[] args) {
      launch(args);

  • ITunes switched to Chinese on its own

    My iTunes switched to Chinese on its own and I do not know how to switch it back. I tried going to my macbook's system preferences, but my language is already set to English. I've restarted both iTunes and my computer and nothing has worked!

    OK, let us know if that takes care of the problem. Also if you are in the habit of turning off your compute when you're done with it for the day please read your owner's manual again. It isn't necessary to turn it off, on page 15 of the current models it says;
    Putting Your iMac to Sleep
    If you‘ll be away from your iMac for less than a few days, put it to sleep. When your iMac is in sleep, its screen is dark. You can quickly wake your iMac and bypass the startup process.
    I (and many others) are in the habit of leaving their machines on 24/7. I let mine sleep when not being used, it been doing this for about 4  years and has been 100% reliable. Just a thought!
    Roger

  • Itunes changes genre information on its own

    Often I find that when I begin playing a song, iTunes will change (or have changed prior to launch) the information that I have already stored for that song. i.e., if I double click a song to play it, iTunes will change the genre to something else on its own, and then I have to go and change it again to what I wanted it to be. Is there a way to turn this off, or prevent it from happening? It's really causing me headaches.

    I literally just noticed this. Played a song out of music and was like "***!" as I watched it immediately change the genre. Opened info and changed it back. Dbl-clicked to play it and watch it change AGAIN.
    One artist, with 9 albums, all bought in iTMS. ALL exhibit the same behavior. Just bought their latest album VIA AMAZON, did everything I usually do after buying an album - select full album, open info and change everything to what my smart playlists expect. Closed. NONE of the songs change genre on play.
    So, this issue only appears to be w/ songs purchased from the iTMS. I did seem to figure out how to stop this at least. Instead of changing the genre in the info dialog, change it FOR EACH INDIVIDUAL SONG in the music list by editing the genre cell for that song. ROYAL PITA but it seems to stick at least for now.
    Since I usually buy an album, edit for smart playlists and then listen via playlists, I can only imagine HOW MANY OF MY SONGS I'VE GONE TO THE EFFORT TO TAG THAT HAVE BEEN CHANGED WITHOUT MY KNOWING. WHAT IS THIS!?!?! WINDOWS?!?!? IF YOU'RE GOING TO DO THAT, DON'T LET US WASTE OUR TIME EDITING FIELDS!!!!
    So. Anyway. Hope that helps you out Bri Guy. I now have to track down all songs from the last 5 years apparently and manually fix each one by hand.
    Needless to say I will NEVER buy any music from the iTMS again.

  • My iTunes has a life of its own.....

    Here is my dilemma. Ever since I upgraded to Snow Leopard my iTunes has had a life of its own. It never did this before. It starts up whenever it wants. I could be in Safari for example and suddenly my iTunes fires up a shows on the screen. I never click on it or nothing. It gets quite annoying after a while.
    At first I thought it might have something to do with me plugging and unplugging my headphones in my macbook. But it has done it once or twice without this action. The latest Snow Leopard update didn't fix it nor did the new iTunes version 9.
    I'm at a loss. Anyone else see this or have a solution?

    I have the same issue. Just today it's started happening. While watching a video I'd suddenly hear the intro to one of my podcasts, however when I paused the video the podcast would also stop. I close iTunes and all other unneeded programs when watching movies, and yet it opens by itself and begins to play the first podcast in my podcast library.
    This has happened 5-6 times in last few hours, and is now driving me to want to uninstall iTunes (despite my large music library, iPhone, and iPod--listening Apple?) so I can make it through a movie without this interruption.
    We all know how adept Apple is at issuing a software update when a jailbreak hits the internet, so why not apply some of the coding to this flaw?

  • ITunes 8.1 launching on its own repeatedly

    I have yet to see anything recent on this, so I'm asking here.
    Since upgrading to iTunes 8.1, I have noticed it will launch without provocation. I have set Podcasts to update Manually. I do not appear to have any iTunes clients running in the background. I have not attached any iPod or iPhone device to the Mac. It seems no matter what I do, iTunes will launch on its own. Feature? Bug?
    Would two users running iTunes Helpers cause any problems? I just logged out a user account that had a second iTunes Helper running. I'm not sure if that will help.

    I should note that a reboot cleared up the issue. It might have something to do with two instances of iTunes Helper running at the same time. Also, my wife and I have separate active logins on this iMac most of the time. I will try to recreate the problem, but for now, it's "fixed."

  • My itunes creates duplicates in my iphone

    Fisrt I purchased Anamanaguchi through my iphones's itunes. Then I created a ringtone using a song from that album. Then the original song keeps playing ringtone part. In my macbook, it plays full song, but in my iphone, it plays only ringtone part, even though I deleted and repurchase, that problem still occurs. I connected with my itunes in macbook again and now it gives my iphone many duplicate songs. I tried deleting that ringtone and reboot my phone but it is still the same. I really tried of it. I will never connect my phone to macbook again

    Ed, I did have "Copy files to..." checked when I added music the first time. Per your advice, I've unchecked that box.
    Question: What is the EHD?
    You say I can delete the music not in my iTunes music folder, but all the duplicates are in there.
    I've been looking in my iTunes player, selecting songs, and getting info to check its path in my hard drive. Depending on if the song ends in 1, 2, or with no number, I then know which version I can delete from the iTunes music folder. I can't even imagine how long it will take me to do this about 8000 times! I'm tempted to delete everything and start over, but reloading all my CDs will take me weeks as well...

  • ITunes creates duplicate entries

    Hi.
    I noticed that if I transfer a song to my iPhone, and later add lyrics or a cover (or even give a rate) to that song on my Mac, if I transfer the same song again to the iPhone, iTunes instead of updating the infos of the already existing song, creates a duplicate on the iPhone, that differs from the old one just for the detail I added later on the Mac.
    Is that a known issue? Am I the only one experiencing this problem? How can I fix it?

    I'm not really sure how unchecked tracks behave if they are synced to the device. I only uncheck things I really don't want to hear as a rule but don't actually want to throw away. E.g. interview tracks on an album. In the main library unchecked tracks will be skipped unless you specifically click on them to play them. Presumably it works the same way on the device, I've just never tested it.
    tt2

  • ITunes creates duplicates in my iTouch...

    I have a large number of Korean songs/artists in my iTunes library and I prefer to have the English first and then the Korean name/title. I've noticed that sometimes when I change the information for a song, I will have two of the same song on my iTouch but not in my iTunes library. (The song with the original information and another of the same song with the information that I changed) Does anyone else have this problem or know of a way to fix it? Thanks in advance.

    Ed, I did have "Copy files to..." checked when I added music the first time. Per your advice, I've unchecked that box.
    Question: What is the EHD?
    You say I can delete the music not in my iTunes music folder, but all the duplicates are in there.
    I've been looking in my iTunes player, selecting songs, and getting info to check its path in my hard drive. Depending on if the song ends in 1, 2, or with no number, I then know which version I can delete from the iTunes music folder. I can't even imagine how long it will take me to do this about 8000 times! I'm tempted to delete everything and start over, but reloading all my CDs will take me weeks as well...

  • ITunes creating duplicates in my Windows music folders?

    I ran out of space on my local hard drive, so I moved iTunes and all my music folders to an external drive. I wish I had checked here first, and gotten the instructions to move my music, but I didn't. I just dragged everything to my external drive.
    I guess I made a mess of this,because many songs were duplicated (and triplicated) in my music folders. I deleted everything and tried again. It seemed to work. This was a few weeks ago.
    Tonight I noticed the space used on my external drive suddenly doubled from 30 GB to 60 GB. I started looking in album folders and I'm finding duplicates again. For example, it will list songs as "Honky Tonk Women", "Honky Tonk Women1", "Honky Tonk Women2", etc.
    Can anyone tell me why this is happening, and how do I fix it? Manually deleting 8500 songs will take forever! If I sync my iPod, will I end up with duplicates in my iTunes library?

    Ed, I did have "Copy files to..." checked when I added music the first time. Per your advice, I've unchecked that box.
    Question: What is the EHD?
    You say I can delete the music not in my iTunes music folder, but all the duplicates are in there.
    I've been looking in my iTunes player, selecting songs, and getting info to check its path in my hard drive. Depending on if the song ends in 1, 2, or with no number, I then know which version I can delete from the iTunes music folder. I can't even imagine how long it will take me to do this about 8000 times! I'm tempted to delete everything and start over, but reloading all my CDs will take me weeks as well...

  • ITunes creating shortened tracks when using 'create AIFF version'

    Hello
    Today I have noticed a problem when selecting a series of songs in iTunes and choosing "create AIFF version".  The conversion will begin and then it will randomly hang on certain tracks.  iTunes freezes for a minute or so, and then resumes conversion.  I have just realised that the copy of the track on which the program hangs will be missing over a minute of audio from the real length of the song.  This has happened several different times with different tracks.
    I am using iTunes 10.6.1 on OS X Lion 10.7.3.  Is anyone else having this problem?  I am currently looking through all the tracks I've converted over the past month to try and work out how far back this problem started.  I've recently had my iMac returned to me after being repaired by Apple for various problems including HDD issues and I am concerned that if this isn't a problem with the iTunes app then it's my hardware at fault.
    Any feedback would be appreciated.
    Thanks

    hm, well it seems it may be another installment in the never-ending saga of bugs that ensues when you share a hard disk with your PC using AirPort...I can see AIFF files in that hard disk with my PC. Maybe after I restart my Mac the files will be available...

  • Itunes creating duplicates

    I added all my apple lossless files to an empty itunes library from their location on my Nas drive but when i did this its created double of a lot of the files in the original folders and in itunes but in AAC these were 100% not in the folders prior as if i go to get info the create date is today any ideas why its done this? Thanks

    Look at your iTunes -> Preferences -> Advanced. Is "Copy files to iTunes Music folder when adding to library" checked?

  • ITunes creates duplicates when Adding a Folder

    Lately, whenever I add a folder to iTunes it creates a duplicate of each song. I have to go in and delete each occurance -- very irritating. I have the Sound Check volume adjuster in Preferences enabled. Maybe it has something to do with that. Any ideas?

    No, I do it the normal way. I simply use the Add Folder function and locate the folder on my computer, which is always in a separate directory. I do not put the folder in the music library. Usually, I delete the original folder once the music files have been copied. Basically, iTunes is duplicating the files for no apparent reason -- it's certainly nothing I'm doing.
    BTW, once iTunes has completed copying to the iTunes folder, it adds a "1" to the duplicated file. For example, in the iTunes folder "Joy Division\Substance," the duplicated files are represented this way:
    Joy Division - Transmission (1979).mp3
    Joy Division - Transmission (1979) 1.mp3
    You can't have two files with the same name in Windows' folders.
    Thanks for your suggestions, though!

Maybe you are looking for

  • Cisco ISE 1.1.1.268 Giving error (Report Generation failed. Cause: Null)

    I have this issue and I would be very thankful if someone has the answer for this. When I am trying to access Operation > Report > Catalog > Posture > Posture Detail Assessment & clicking on any posture session detail icon. I am getting following att

  • U44M1P7 Error installing PS

    I get a U44M1P7 error when installing the update to PS in CC, how to fix?

  • Files in CC folder disappearing ... bug report

    Creative Cloud Desktop version: 1.1.2.232 Premier Pro: up to date File Sync is turned on I am working on a Premier Pro project with files imported from stores in the Creative Cloud. My project organization mirrors the folder structure in the CCloud:

  • Force No NYC Withholding

    Hi: My company uses PeopleSoft for payroll and taxes, and I would like to know if there is a way to force no NYC income tax withholding within the PeopleSoft system.  The situation is that I am a non-resident of New York State for income tax purposes

  • Thinkpad W530 - PCMark7 Score

    Has anyone received their Thinkpad W530 yet? I would be most interested in the PCMark7 score. I use it for purchasing decisions, since it approximates most closely my usage pattern. (The benchmark can be downloaded free: http://www.pcmark.com/benchma