Community Page
- www.tech-recipes.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- i found it after i sent it lol blondie here lol.. just sent u a message on the wii.! thanks!
- micheal send a nice phone and picture to me.
- Yes, but here it is again. It is 4285 2670 2528 4658
- sure thing!! is ur wii number on this list?
- Hi Lorraine, I just added you on my list. you can add me if you want
Tech-Recipes
Cookbook of Tech TutorialsHow to Remove duplicate files from your iTunes media library | Entertainment | Tech-Recipes
Started by qdideas · 9 months ago
9 months ago
I've got easily over 400 dupes and do not relish having to sit and manually remove them.
9 months ago
Several paid software packages exist that will help with this. If somebody posts a free solution, we'll be glad to publish it.
2 months ago
Choose File > Show Duplicates to find every instance of a song from the same artist from any album in your collection. For example, the same song could appear on the artist's album and on a movie soundtrack.
Press the Shift key and choose File > Show Exact Duplicates to find multiple copies of the same song (if, for example, you inadvertently imported the song twice).
9 months ago
9 months ago
Removing duplicates safely would help a ton of people. However, the genius feature means that apple will make more money... You can see where the priorities are. :(
8 months ago
7 months ago
7 months ago
7 months ago
6 months ago
that is unless you're not sure if the itunes library file duplicate points to the same file on your drive.
itunes is funky. in it's native library, you only see links to the actual files. sometimes when you're moving between machines and trying to get your library organized, you might inadvertantly make dupicate "itunes library links," but not duplicates of the actual files.
thats when his manual method comes in handy. by not selecting the "send to trash" option after selecting your duplicates and hitting delete, but selecting the "keep files" option, you only delete itunes duplicate links. then, once all your dupe links are gone, he has you tell itunes "hey! take all these links and copy the linked files here" by selecting the entire library and dragging it to another folder.
tada! itunes made a copy of your library without dupe files or library links.
delete your old library, delete all links in itunes, then import the copied file.
if you like, you can tell itunes to copy them into the itunes folder, meaning it doesnt link to the folder you're importing, but to a copy in a different folder.
by doing that, you get a nice neat itunes organized folder system complete with a nice neat dupe free itunes library.
sorry if i repeated a few things.... but i'm sure someone wanted to know something here..... whether or not they will ever come across this, i do not know :)
6 months ago
1. Remove all tracks from itunes (select all and press delete)
2. Select not to remove the actual music file
3. When your library is empty again, select 'file \ add folders to library' and select the MyMusic folder
It didn't even take that long because the files are all in the right format, itunes just has to find them again. N.B. I dont purchase music at the itunes online store so dont know how this will affect your bought mp3 tracks.
2 months ago
5 months ago
Anyway, less chance of loss in the process of dragging and dropping. And it's free.
5 months ago
===================================
SetTitleMatchMode, 2
^t::
WinActivate, iTunes
Sleep, 1000
Loop {
SendEvent {Control down}
y = 94
Loop {
SendEvent {Click 1000, %y%}
if (y > 930) {
break
}
y += 34
}
PixelGetColor, done, 1237, 926
if (done != 0xBDBDBD) {
break
}
SendEvent {Click 1237, 935, 50}
}
SendEvent {Control up}
return
================================================
Very simple to use, but you will have to adjust the numbers to fit your screen size, unless you are in 1680x1050 like me. You also of course need to download autohotkey, but i highly suggest that for anyone anyway.
4 months ago
1 week ago
5 months ago
4 months ago
2 months ago
4 months ago
2 months ago
2 months ago
I set about transferring the files that had built up on 2 of the computers onto the main drive, plus the collection on my iPod, which had become separated from its mother due to a drive crash (alot of the songs were already dupes of the other libraries). The problem is, the songs from the iPod have copied directly to the main folder, not in organised into albums, whilst the ones from the computers are saved within their respective albums.
I've ended up with no less than 5 dupes in some cases, in a 30Gb library. I have moved the default folder referenced by iTunes to the network drive, however when I try to 'add to library' it still tries to copy them back to my local HD, which I am trying to avoid (and besides don't have the space!). How can I set up iTunes on each of the computers to only import links to the songs on the network drive to its library, and also remove the dupes??
1 month ago
2 months ago
Switch to 'Advanced' tab.
Uncheck 'Copy files to iTunes Music folder when adding to library'.
2 months ago
1 month ago
1 week ago
1 week ago