<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with duplicate</title>
      <link>http://ask.metafilter.com/tags/duplicate</link>
      <description>Questions tagged with 'duplicate' at Ask MetaFilter.</description>
	  <pubDate>Sun, 11 Oct 2009 10:11:46 -0800</pubDate> <lastBuildDate>Sun, 11 Oct 2009 10:11:46 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Cleaning up messy music folders</title>
	<link>http://ask.metafilter.com/135179/Cleaning%2Dup%2Dmessy%2Dmusic%2Dfolders</link>	
	<description>Help me clean up my messy music files I am embarking on a clean up of my enormously messy MP3 folders.  After several computer switches, and crash+restore jobs I have approximately a dozen different folders containing between hundreds and thousands of MP3s each.  The issue is each folder is at least a partial duplicate of several others.  Each of these dozen folders contains subfolders in various organizational formats.  There&apos;s far too many files for me to devote the time to manually eliminating duplicates.  Confounding matters slightly is that many of the MP3s have woefully inadequate tagging/ID3 data.&lt;br&gt;
&lt;br&gt;
This motley collection lives on a Macbook pro running 10.5.  I&apos;d like to find an app/script/method that does the following&lt;br&gt;
&lt;br&gt;
1) Eliminates all the dupes&lt;br&gt;
2) Cleans up the ID3 info&lt;br&gt;
&lt;br&gt;
The cleaned up collection will then be put into an iTunes library which I will let keep things from getting too messy in the future.  I would prefer to use iTunes due to ease of syncing with my iPhone, but if there is a truly compelling alternative that will take care of everything, I am willing to consider it.&lt;br&gt;
&lt;br&gt;
I&apos;d prefer a free method of doing this, but would shell out a little bit of scratch if there were an app out there that did exactly what I wanted.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.135179</guid>
	<pubDate>Sun, 11 Oct 2009 10:11:46 -0800</pubDate>
	<category>Automate</category>
	<category>Duplicate</category>
	<category>Duplicates</category>
	<category>ID3</category>
	<category>iTunes</category>
	<category>Mac</category>
	<category>MP3</category>
	<category>MP3s</category>
	<category>Music</category>
	<category>Organization</category>
	<dc:creator>1024x768</dc:creator>
	</item>
	<item>
	<title>osx applemail imap mbox emlx duplicate emails email messages</title>
	<link>http://ask.metafilter.com/119666/osx%2Dapplemail%2Dimap%2Dmbox%2Demlx%2Dduplicate%2Demails%2Demail%2Dmessages</link>	
	<description>If I make changes using a command-line utility to an mbox file that is the local cache of an IMAP account, how can I get those changes uploaded to the server? (Mac OS X 10.4, Mail.app, Perl script.) I use Mail.app for my Gmail and work email, both of which use IMAP. I have a local cache of everything that gets synced when I&apos;m connected to the internet.&lt;br&gt;
&lt;br&gt;
I have a bunch of duplicate messages within both of these accounts. I found &lt;a href=&quot;http://www.macosxhints.com/article.php?story=20050620171444893&quot;&gt;a Perl script&lt;/a&gt; that will go through all the emlx files in each local mbox directory (i.e., the local cache) and delete dupes. But I&apos;m thinking that when I connect again and Mail.app sees that there&apos;s a bunch of messages on the server that aren&apos;t in my local cache, it&apos;ll just download them again.&lt;br&gt;
&lt;br&gt;
How can I get Mail.app to tell the servers that the messages that are missing on the local copy should be deleted from the server copy, too?&lt;br&gt;
&lt;br&gt;
I&apos;ve tried using &lt;a href=&quot;http://www.hawkwings.net/2005/10/13/removing-duplicate-messages-in-apple-mail/&quot;&gt;this AppleScript&lt;/a&gt; that deletes the messages within Mail.app, but it&apos;s way to slow on my machine. The command-line Perl script is so much faster.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.119666</guid>
	<pubDate>Thu, 16 Apr 2009 06:33:51 -0800</pubDate>
	<category>applemail</category>
	<category>duplicate</category>
	<category>email</category>
	<category>emails</category>
	<category>emlx</category>
	<category>imap</category>
	<category>mbox</category>
	<category>messagesc</category>
	<category>osx</category>
	<dc:creator>DLWM</dc:creator>
	</item>
	<item>
	<title>Copy-Down in SQL</title>
	<link>http://ask.metafilter.com/119554/CopyDown%2Din%2DSQL</link>	
	<description>Is there a GUI SQL editor that emulates a spreadsheet-style &quot;copy down&quot;? If not, is there a technique I should learn? I seem to spend 10-15 mins a day touching up some mysql data in a huge remote CRM-type database (I don&apos;t have shell access) and I notice that I spend most of that time copy-pasting the same corrections down one column for 50 or 60 rows. (I do a select to find new stuff, eyeball it, and find that one of the records has the right info and the other fifty need to be made the same, or none are right and I need to change them all). &lt;br&gt;
&lt;br&gt;
If I was using a spreadsheet like Excel, that would take 2 seconds (drag down a range, control-d duplicate), but I haven&apos;t found a GUI SQL editor that can do this, so I click-copy-paste-click for 15 mins. This is time-wastey and feels silly. There&apos;s got to be an easier way.&lt;br&gt;
&lt;br&gt;
(I realize that technically the app would have to do 60 individual updates, but that would be behind the scenes while I move on to more fun parts of my day, right?)&lt;br&gt;
&lt;br&gt;
So is there a GUI SQL app that emulates the &quot;copy down&quot; of spreadsheets? Or if I were more clueful, is there a stored statement or &quot;macro&quot; I could make in one of these things that would take the selected field in the current record and dupe it down down down? If so, kick me in the right direction: I&apos;m no database geek but I&apos;m not wholly useless technically, either. I can probably learn from a few examples. (15 mins a day times 200 days a year is enough time to be worth reading a book!)&lt;br&gt;
&lt;br&gt;
I&apos;d prefer OSX but I would use Windows or Linux for a few minutes per day if the right tool is out there. For OSX, I&apos;ve tried out the official mysql client, RazorSQL, Navicat, SequelPro, and SQLgrinder. Some are better than others at the copy-paste and ad hoc correcting I do, but none have &quot;duplicate down&quot;.&lt;br&gt;
&lt;br&gt;
These seems simple enough (to my pretty little head) that I must be missing something.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.119554</guid>
	<pubDate>Tue, 14 Apr 2009 22:36:40 -0800</pubDate>
	<category>controld</category>
	<category>copydown</category>
	<category>duplicate</category>
	<category>mysql</category>
	<category>qui</category>
	<category>sql</category>
	<dc:creator>rokusan</dc:creator>
	</item>
	<item>
	<title>How to cross-ref two lists in Excel and remove duplicates?</title>
	<link>http://ask.metafilter.com/106795/How%2Dto%2Dcrossref%2Dtwo%2Dlists%2Din%2DExcel%2Dand%2Dremove%2Dduplicates</link>	
	<description>Excel-filter: I&apos;ve got two sheets of data (Firstname, e-mail, lastname, customer #). I&apos;d like to look for and remove any duplicate entries. More inside. I&apos;m updating our customer e-mail newsletter mailing list. No one has done this in about a year. In that year our list of 20,000 names has dwindled to about 15,000. I have that list of 15,000 with bounces and unsubscribes removed. There are a few operations I want to perform to bring the list up to speed:&lt;br&gt;
&lt;br&gt;
-People can opt-in to our newsletter when they buy something. This flags their customer entry in the shipping/inventory software but does NOT add them to the mailing list. I pulled a list of everyone who wants to get the e-mail from the last 6 months. I just want to cross-ref this list with the existing list AND with unsubscribes to make sure they didn&apos;t get in another way or have opted out since.&lt;br&gt;
&lt;br&gt;
There are a couple of operations that happen in there. All of them come back to the same basic principal- To look at a sheet, or two sheets, and cross ref them looking for duplicates. If there&apos;s a duplicate, delete one of them. &lt;br&gt;
&lt;br&gt;
This seems like it should be easy but I&apos;m having a hell of a time. A Google search brings up lots of expensive add-ons but no real advice. Excel-ers of the world: HALP!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.106795</guid>
	<pubDate>Fri, 14 Nov 2008 08:10:10 -0800</pubDate>
	<category>crossreference</category>
	<category>duplicate</category>
	<category>excel</category>
	<dc:creator>GilloD</dc:creator>
	</item>
	<item>
	<title>Yes, I know I sent that email four seconds ago...</title>
	<link>http://ask.metafilter.com/98681/Yes%2DI%2Dknow%2DI%2Dsent%2Dthat%2Demail%2Dfour%2Dseconds%2Dago</link>	
	<description>Gmail IMAP + Thunderbird:  I set up Thunderbird as my email client last week, and everything has been smooth sailing until today.  When I opened T-bird, every email I&apos;ve ever written was in my Inbox!  Please make it stop! As of this morning, every email I send appears immediately in my Inbox (both in Thunderbird and the Gmail web interface).  I created and ran a filter in T-bird that moved all emails &quot;from&quot; my address to &quot;Gmail &amp;gt; Sent Mail&quot; -- this moved all the old emails, but new ones keep appearing in the Inbox, and I&apos;d really rather not have to run that filter all the time.&lt;br&gt;
&lt;br&gt;
Notes about my setup:&lt;br&gt;
- Google Apps Gmail&lt;br&gt;
- Thunderbird 2.0.0.16&lt;br&gt;
- Have IMAP for the same account set up in Outlook 2007, which I open occasionally to for email testing purposes&lt;br&gt;
- Some filters set up within Gmail and T-bird, none of which have any settings regarding Sent Mail&lt;br&gt;
&lt;br&gt;
I can provide other details as well if it would help.  Any insight would be very much appreciated.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.98681</guid>
	<pubDate>Fri, 08 Aug 2008 09:33:59 -0800</pubDate>
	<category>duplicate</category>
	<category>gmail</category>
	<category>imap</category>
	<category>inbox</category>
	<category>inexplicable</category>
	<category>outlook</category>
	<category>sentmail</category>
	<category>thunderbird</category>
	<dc:creator>freudenschade</dc:creator>
	</item>
	<item>
	<title>Streamline a conversation</title>
	<link>http://ask.metafilter.com/89713/Streamline%2Da%2Dconversation</link>	
	<description>Outlook Cleaning/Archive Gurus: Help me eliminate emails with similar (but not duplicate) content! I&apos;m having a hard time finding a way to automate the search and deletion of emails with similar content. I have a manual process that I&apos;m trying to automate.&lt;br&gt;
&lt;br&gt;
The method: Every time an email is responded to, the full text is usually retained from the previous response.&lt;br&gt;
&lt;br&gt;
Example (without attachments):&lt;br&gt;
&lt;br&gt;
* Person #1 sends email&lt;br&gt;
* Person #2 replies to email (includes the first email&apos;s full text)&lt;br&gt;
* Person #1 replies to email (includes the first two emails)&lt;br&gt;
&lt;br&gt;
Why not just keep the latest response in the conversation and any emails that have unique attachments? This way, you can reduce the Outlook size without compromising any data! Of course, this gets more complex with multiple recipients and responses.&lt;br&gt;
&lt;br&gt;
The setup: Let&apos;s assume 1000 emails are in 1 giant archive folder. These emails include my sent email and my received email that are ready for archiving. Hence, my manual process....&lt;br&gt;
&lt;br&gt;
* Sort by conversation (more often than not, the email text in the body is duplicated each time there is a response)&lt;br&gt;
* Delete the oldest emails within a conversation UNLESS there is a unique attachment or unique text that isn&apos;t already in a newer email&lt;br&gt;
&lt;br&gt;
In a world without attachments, this would usually keep the most current email in the conversation (which has all of my replies and their replies).&lt;br&gt;
&lt;br&gt;
I know this is a very specific request, however, I think this method is pretty snazzy (to blow my own horn here) because it keeps all the unique information and it eliminates the duplicate information. Hence, smaller backups and better searches.&lt;br&gt;
&lt;br&gt;
Any guidance is appreciated! Also if you have any Outlook email tricks please post for all to see!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.89713</guid>
	<pubDate>Thu, 24 Apr 2008 14:49:54 -0800</pubDate>
	<category>archive</category>
	<category>compression</category>
	<category>conversation</category>
	<category>data</category>
	<category>duplicate</category>
	<category>fuzzy</category>
	<category>outlook</category>
	<category>streamline</category>
	<category>tips</category>
	<category>tricks</category>
	<dc:creator>colecovizion</dc:creator>
	</item>
	<item>
	<title>Excel 2007 - Duplicate Data Removal Issue</title>
	<link>http://ask.metafilter.com/88981/Excel%2D2007%2DDuplicate%2DData%2DRemoval%2DIssue</link>	
	<description>Excel 2007 - Is there a way to remove ONLY a duplicate row leaving the first unique entry? I have a list of sweepstakes entries that need to be pared down to only unique entries.  When I attempt to remove duplicate data it usually removes both the duplicates AND the first entry.  I need to find a simple way (without formulas, if possible) to separate the duplicates from the unique entries.&lt;br&gt;
&lt;br&gt;
The data columns are as follows:  Entry Date, First Name, Last Name, Email, Birthdate, Address, City, State, Zip, Sex, Phone Number, Opt In 1, Opt In 2.&lt;br&gt;
&lt;br&gt;
I need to remove all duplicate email addresses from the list.  There are a few issues with the way I currently do things.  If I just highlight the email column and remove duplicate data it shifts all the unique addresses up so now the data is out of alignment.  If I select the entire spreadsheet and remove duplicates it doesn&apos;t come up with the same number of duplicate entries as I get with just the email column.  Finally, if I apply conditional formatting to the duplicate entries it highlights all versions of the same email address.  Thus, I would be removing all entires for that person.  I need to allow them one and remove the rest.&lt;br&gt;
&lt;br&gt;
I realize there are ways to do this with formulas but I have to do this often and applying a formula to tens of thousands of rows is very, very cumbersome.&lt;br&gt;
&lt;br&gt;
Oh Hive Mind, please help me!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.88981</guid>
	<pubDate>Wed, 16 Apr 2008 11:26:14 -0800</pubDate>
	<category>Duplicate</category>
	<category>Excel</category>
	<category>Excel2007</category>
	<category>MicrosoftOffice</category>
	<dc:creator>Sandor Clegane</dc:creator>
	</item>
	<item>
	<title>Emergency duplicate Lexus key</title>
	<link>http://ask.metafilter.com/84499/Emergency%2Dduplicate%2DLexus%2Dkey</link>	
	<description>Need a duplicate Lexus RX300 key I need to get a couple duplicate keys for my Lexus.  I don&apos;t need one with all the bells and whistles to open/lock doors, etc.  This is for an emergency key to be given to our daughter and one to be left at our weekend cottage in case I should lose mine.  Is there anyway to get a couple emergency keys made without it costing $150 plus each?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.84499</guid>
	<pubDate>Sun, 24 Feb 2008 16:38:11 -0800</pubDate>
	<category>duplicate</category>
	<category>keys</category>
	<category>Lexus</category>
	<category>RX300</category>
	<dc:creator>cainiarb</dc:creator>
	</item>
	<item>
	<title>Duplicate events created in GCal using Firefox 3 Beta 1?</title>
	<link>http://ask.metafilter.com/77329/Duplicate%2Devents%2Dcreated%2Din%2DGCal%2Dusing%2DFirefox%2D3%2DBeta%2D1</link>	
	<description>Why has Google Calendar started to duplicate my new events (same day, same time)? This only happens in Firefox 3 Beta 1. Obviously, I&#8217;m using a browser that Mozilla hasn&apos;t recommended for day-to-day use, so if it bothers me too much, I&apos;ll just go back to FF 2 for the time being.&lt;br&gt;
&lt;br&gt;
But, has anyone else noticed this? Whenever I create a new event, it shows up twice, side-by-side. It only happens when I click on a day, drag out a duration, and enter in the details from there &#8212; it doesn&apos;t happen with the Quick Add field. It didn&apos;t happen with FF 2, and it still doesn&apos;t happen with Safari. Anyone found a fix?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.77329</guid>
	<pubDate>Wed, 28 Nov 2007 10:36:06 -0800</pubDate>
	<category>bug</category>
	<category>duplicate</category>
	<category>events</category>
	<category>Firefox3</category>
	<category>GCal</category>
	<category>GoogleCalendar</category>
	<dc:creator>electric_counterpoint</dc:creator>
	</item>
	<item>
	<title>Spring clean needed</title>
	<link>http://ask.metafilter.com/58387/Spring%2Dclean%2Dneeded</link>	
	<description>Is there a program out there that will help me organise my hard drives?
My primary hard drive is pretty much full and I am keen to move some content over to another drive. I know though that I can save alot more space by deleting duplicated and unused files. I&apos;ve used CCleaner but that&apos;s pretty focused on deleting programs and temporary files. Is there anything that might identify mp3/jpeg/wmv etc I haven&apos;t accessed for some time or are duplicated elsewhere on the hard drive? Or would help streamline my folders? This particularly isn&apos;t helped by the fact that iTunes seems to keep reverting it&apos;s saved music folder so I have a few locations being accessed from there. I really dislike it being so untidy so any help would be great.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.58387</guid>
	<pubDate>Fri, 09 Mar 2007 08:14:07 -0800</pubDate>
	<category>drive</category>
	<category>duplicate</category>
	<category>folder</category>
	<category>hard</category>
	<category>jpeg</category>
	<category>mp3</category>
	<dc:creator>mjlondon</dc:creator>
	</item>
	<item>
	<title>How do I remove duplicates and then merge two excel files?</title>
	<link>http://ask.metafilter.com/56575/How%2Ddo%2DI%2Dremove%2Dduplicates%2Dand%2Dthen%2Dmerge%2Dtwo%2Dexcel%2Dfiles</link>	
	<description>In MS Excel, how do I remove duplicates, clean up a document and merge two files together? I have found a few threads in Google, but none of them have quite what I&apos;m looking for, I&apos;m hoping someone will have experience doing this.  Right now, I have to do this manually, but I figure there has to be a more efficient way of completing this.&lt;br&gt;
&lt;br&gt;
This is a bit complicated, but I&apos;ll try to simplify as best as I can:&lt;br&gt;
&lt;br&gt;
I have two excel files, A and B.&lt;br&gt;
&lt;br&gt;
File A contains the fields PART NUMBER and PRICE and is laid out as follows:&lt;br&gt;
&lt;br&gt;
a1000            $1.25&lt;br&gt;
a1000            $1.25&lt;br&gt;
a1000 total    $2.50&lt;br&gt;
a1001            $3.25&lt;br&gt;
a1001 total    $3.25&lt;br&gt;
a1002            $3.31&lt;br&gt;
a1002            $3.31&lt;br&gt;
a1002 total    $6.62&lt;br&gt;
etc. etc.&lt;br&gt;
&lt;br&gt;
Questions:&lt;br&gt;
1) How do I remove all the duplicate records?&lt;br&gt;
2) How do I remove all the rows that contain the word &quot;total&quot; in the PART NUMBER field?&lt;br&gt;
&lt;br&gt;
File B contains a master list of a lot more information for other parts and the formatting needs to be retained.  After cleaning up File A, is there a import those values to a designated column for their corresponding part numbers in File B?&lt;br&gt;
&lt;br&gt;
Any help would be MUCH appreciated.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.56575</guid>
	<pubDate>Wed, 07 Feb 2007 18:25:32 -0800</pubDate>
	<category>data</category>
	<category>duplicate</category>
	<category>excel</category>
	<category>merge</category>
	<dc:creator>perpetualstroll</dc:creator>
	</item>
	<item>
	<title>Nuke Duplicate Firefox Extensions</title>
	<link>http://ask.metafilter.com/42183/Nuke%2DDuplicate%2DFirefox%2DExtensions</link>	
	<description>How do I remove duplicate extensions from Firefox 1.5 Mac? I installed a couple extensions, FlashGot and Download Status Bar, but somehow, there&apos;s duplicate entries in the extensions window. I managed to remove the originals, but the dupes remain. Oddly, the dupes show the generic extension icon, and when I select them, the Uninstall button greys out. How can I get rid of them?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.42183</guid>
	<pubDate>Fri, 14 Jul 2006 13:32:40 -0800</pubDate>
	<category>duplicate</category>
	<category>extensions</category>
	<category>firefox</category>
	<dc:creator>SansPoint</dc:creator>
	</item>
	<item>
	<title>RSS Mashup &amp;amp; Duplicate Removal</title>
	<link>http://ask.metafilter.com/35996/RSS%2DMashup%2Dand%2DDuplicate%2DRemoval</link>	
	<description>Looking for a tool that can take multiple RSS feeds, strip duplicate entries and output a single feed. None of the RSS meshing tools I&apos;m seeing seem to offer the duplicate removal. I&apos;m subscribed to searches through 20+ feeds to make sure I catch all available references of a URL on blogs, courtesy of &lt;a href=&quot;http://uckan.info/depot/monitorthis/&quot;&gt;MonitorThis&lt;/a&gt;, but the number of duplicates is becoming a big problem.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.35996</guid>
	<pubDate>Sat, 08 Apr 2006 20:01:33 -0800</pubDate>
	<category>duplicate</category>
	<category>feeds</category>
	<category>rss</category>
	<dc:creator>will</dc:creator>
	</item>
	<item>
	<title>iTunes file dupes and bad tag reads.</title>
	<link>http://ask.metafilter.com/34596/iTunes%2Dfile%2Ddupes%2Dand%2Dbad%2Dtag%2Dreads</link>	
	<description>iTunes is creating duplicate copies of everything - and isn&apos;t faring too well with the id3 tags, either. I apologize in advance for yet another iTunes (PC) question.&lt;br&gt;
&lt;br&gt;
I have my Windows iTunes (v6.0.1.3) set up to auto-organize my music into the standard iTunes folder configuration [&lt;i&gt;iTunes Music &amp;gt; Artist &amp;gt; Album &amp;gt; Songs&lt;/i&gt;].  However, there seem to be a few bugs that I can&apos;t quite work out.&lt;br&gt;
&lt;br&gt;
1. When using the &quot;Add Folder to Library&quot; function or when dragging files into iTunes, it creates TWO copies of each album &lt;i&gt;in the iTunes directory&lt;/i&gt;. I then have to manually select one set and delete them.  It isn&apos;t simply adding the files from the source directory as well - it&apos;s actually just double-importing them into the iTunes folders. (For what it&apos;s worth, it doesn&apos;t have this problem when I add music with the Add File(s) To Library function.)&lt;br&gt;
&lt;br&gt;
2. Once imported, when I look in the &lt;b&gt;Name&lt;/b&gt; (song title) field, it will list both &quot;Artist - Song Title&quot;instead of just &quot;Song Title.&quot;  The only way I can get it to list just the song title is by actually cueing up each song one by one, as if previewing every song in a given directory/album. I can&apos;t seem to find a universal command which will fix them in bulk when this happens.&lt;br&gt;
&lt;br&gt;
For what it&apos;s worth, 95% of the albums in question were originally ripped in iTunes, so it&apos;s not like it has to figure out another program&apos;s id3-tags; I&apos;m just reorganizing my file structure, and this is adding twice the necessary work.&lt;br&gt;
&lt;br&gt;
Any thoughts? I could just tell iTunes to search for duplicates and nuke them all later on, but it seems like there should be a way to do this right the first time.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.34596</guid>
	<pubDate>Sat, 18 Mar 2006 05:36:47 -0800</pubDate>
	<category>duplicate</category>
	<category>files</category>
	<category>id3</category>
	<category>itunes</category>
	<category>tags</category>
	<dc:creator>mykescipark</dc:creator>
	</item>
	<item>
	<title>Excel bells &amp;amp; whistles</title>
	<link>http://ask.metafilter.com/28628/Excel%2Dbells%2Dand%2Dwhistles</link>	
	<description>Microsoft Excel.  Is it possible to insert some &quot;alarm&quot; function that will notify me if I insert duplicate text in later cells?  I am creating an Excel document for data entry.  Multiple people will be entering the data from different cases.  The first thing we will do is create a unique file name and type it in the first column.  Then we will add all kinds of other data in adjoining columns.  I would like to insert some feature that will alert the data-entry person if the same file name (first column) is entered later on, so that we don&apos;t accidentally enter data for the same case twice.  Is this even possible in Excel?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.28628</guid>
	<pubDate>Wed, 07 Dec 2005 14:28:58 -0800</pubDate>
	<category>computer</category>
	<category>datavalidation</category>
	<category>duplicate</category>
	<category>excel</category>
	<category>resolved</category>
	<dc:creator>Amizu</dc:creator>
	</item>
	<item>
	<title>Searching for duplicates in iTunes</title>
	<link>http://ask.metafilter.com/20556/Searching%2Dfor%2Dduplicates%2Din%2DiTunes</link>	
	<description>I wish the Find Duplicate Songs feature in iTunes was a little fuzzier in its matching capabilities. The way it works now is that  the artist and the song title have to match &lt;b&gt;exactly&lt;/b&gt; for it to count it as a match, which works well enough, but over the years I&apos;ve had some files sneak in with (or without) a &apos;the&apos; at the beginning of the song title. iTunes will not match those. The only way I see for scanning for these kind of duplicates is the old fashioned way of eyeball-comparing the &apos;the&apos; files with the entire list. iTunes doesn&apos;t offer the option of opening a second window, and  if I try to filter for &apos;The *&apos; for an export it brings up all songs with &apos;the&apos; anywhere within its title. How can I query for all songs that start with &apos;The&apos;? Or is there a better way of making that match?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.20556</guid>
	<pubDate>Wed, 29 Jun 2005 11:47:02 -0800</pubDate>
	<category>duplicate</category>
	<category>iTunes</category>
	<category>songtitles</category>
	<dc:creator>DandyRandy</dc:creator>
	</item>
	<item>
	<title>How can I get my girlfriend a key to my new apartment&apos;s front door ?</title>
	<link>http://ask.metafilter.com/10570/How%2Dcan%2DI%2Dget%2Dmy%2Dgirlfriend%2Da%2Dkey%2Dto%2Dmy%2Dnew%2Dapartments%2Dfront%2Ddoor</link>	
	<description>Key Controversy... How can I get my girlfriend a key to my new apartment&apos;s front door or work out an arrangement so she can get in when she wants too? [mi] I just moved into a new building about a block away from my girlfriend&apos;s apartment. The building included a frontdoor key for both me and my roommate, but the key says do not duplicate.&lt;br&gt;
&lt;br&gt;
 Even if I can get a copy made some how, my girlfriend has already got on the nerves of the new building manager (apparently only tenants are supposed to let people into the building- but I sent her down to let in the cable guy). However, since I have a slightly nicer apartment, and fullblown awesome cable, she would like to hang out there. I&apos;m worried that making a copy of the key will severly piss off my building manager.&lt;br&gt;
&lt;br&gt;
Is there some clever work around that will allow me to either get a key made, or work out something so my girlfriend can come and go as she pleases?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.10570</guid>
	<pubDate>Wed, 29 Sep 2004 20:56:17 -0800</pubDate>
	<category>apartment</category>
	<category>copy</category>
	<category>donotduplicate</category>
	<category>duplicate</category>
	<category>key</category>
	<dc:creator>drezdn</dc:creator>
	</item>
	<item>
	<title>Is there a way for the computer/a program to search for multiple duplicate files on a computer? </title>
	<link>http://ask.metafilter.com/8906/Is%2Dthere%2Da%2Dway%2Dfor%2Dthe%2Dcomputera%2Dprogram%2Dto%2Dsearch%2Dfor%2Dmultiple%2Dduplicate%2Dfiles%2Don%2Da%2Dcomputer</link>	
	<description>Is there a way for the computer/a program to search for multiple duplicate files on a computer?  &lt;br&gt;
&lt;br&gt;
I also remember a program that used a pie chart to show you  what is taking up the most space on the computer?  What files and folders?&lt;br&gt;
&lt;br&gt;
Help!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.8906</guid>
	<pubDate>Thu, 22 Jul 2004 19:50:36 -0800</pubDate>
	<category>computers</category>
	<category>duplicate</category>
	<category>duplicates</category>
	<category>win</category>
	<category>winxp</category>
	<category>xp</category>
	<dc:creator>agregoli</dc:creator>
	</item>
	
	</channel>
</rss>

