Want to remove duplicates listed under 'STORE'

Hi, this has been going on for some time now and is not just limited to iTunes 10.0.1 and is affecting my iMac which holds my music library.
I have the following listed:-
STORE
- iTunes Store
- Ping
- Purchased
- Purchased on Apple TV
- Purchased on Apple TV
- Purchased on XXX's iPhone
- Purchased on XXX's iPhone
I am on my 4th iPhone so I get why I might have duplicates there (there is different music in each). I have only had one Apple TV but maybe it treats different software versions as different devices (again, different music under each).
Is there any plist trickery that can allow me to make this look a little neater?
Cheers
S

Have you tried going to your Organizer and then looking in the folders pane as shown in this picture:
You can click on each folder one by one and it will show you the photos that are located in there.

Similar Messages

  • I want to remove duplicate vendor number

    I want to remove duplicate vendor number,  should I put deletion flag or block them ?
    Also in some cases there are some dependancies (open PO, pending invoice, payment due), can somebody suggest safe way ?

    I would recommend to set both indicators.
    Block will restrict the usage, while deletion indicator makes the vendor going to the archive file/removing it from the table with the next archiving run.
    You have to decide what you want to do with the open business cases.
    You either convert them to the correct vendor directly, or you finish it during the next month with standard business process.
    Blocking of vendor master may have some impact to open business cases.

  • I want to remove duplicate tracks from my library

    I have many duplictaes.Is there a one button sorting tool to delete the duplicates?? My email is [email protected] Many thanks in advance

    Thank you for your reply.I have done that.Ssing the duplicates,I want a command that says "Delete Duplicates" or an alternative. Otherwise,I must scroll down the list and delete each one "by hand"..I may not live that long!! John Wilson

  • How can I remove sites listed under "Most Visited?" Clearing history doesn't accomplish this.

    The tool bar has a category "most Visited" sites and lists the top site. How can I remove this? Clearing the history has not accomplished this.

    Hi,
    Usually the category is emptied when the entire history range is erased. You can also permanently remove the '''Most Visited''' category by right-clicking on it and '''Delete'''.
    Useful links:
    [https://support.mozilla.com/en-US/kb/Options%20window All about Tools > Options]
    [http://kb.mozillazine.org/About:config Going beyond Tools > Options - about:config]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]
    [https://addons.mozilla.org/en-US/firefox/addon/whats-that-preference/ What's That Preference? add-on] - Quickly decode about:config entries - After installation, go inside about:config, right-click any preference, enable (tick) MozillaZine Results to Panel and again right-click a pref and choose MozillaZine Reference to begin with.
    [https://support.mozilla.com/en-US/kb/Keyboard%20shortcuts Keyboard Shortcuts]
    [https://support.mozilla.com/en-US/kb/Viewing%20video%20in%20Firefox%20without%20a%20plugin Viewing video in Firefox without a plugin]
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder & Files]
    [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode]
    [https://support.mozilla.com/en-US/kb/Basic%20Troubleshooting Basic Troubleshooting]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [http://kb.mozillazine.org/Testing_plugins Testing Plugins]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20plugins Troubleshooting Plugins]

  • Want to remove Duplicate data...

    Hi,
    I have three diff queries which product a similar output.
    1) SQL Statement return
    Product Amount1
    A 100
    B 100
    C 100
    2) SQL Statement return
    Product Amount2
    D 200
    B 200
    E 200
    3) SQL Statement return
    Product Amount3
    A 300
    F 300
    D 300
    Now i want out in the following manner:
    Product Amount1 Amount2 Amount3
    A 100 300
    B 100 200
    C 100
    D 200 300
    E 200
    F 300
    G
    I cannot join these table (SQL) as 1 might not have matching records in 2 & 3 respectively.
    Kindly help
    Regards,
    RSD

    Hi,
    I cannot join these table (SQL) as 1 might not have matching records in 2 & 3 respectively.Although the simpler solution have been provided in above post. Just thought to show you an example by using JOIINS.
    SQL> ed
    Wrote file afiedt.buf
      1  WITH T1 as (SELECT 'A' prd, 100 amt FROM DUAL UNION ALL SELECT 'B', 100 FROM DUAL UNION ALL SELECT 'C', 100 FROM DUAL),
      2  T2 as (SELECT 'D' prd, 200 amt FROM DUAL UNION ALL SELECT 'B', 200 FROM DUAL UNION ALL SELECT 'E', 200 FROM DUAL),
      3  T3 as (SELECT 'A' prd, 300 amt FROM DUAL UNION ALL SELECT 'F', 300 FROM DUAL UNION ALL SELECT 'D', 200 FROM DUAL)
      4  SELECT prd,sum(amt1),sum(amt2),sum(amt3) FROM (
      5  SELECT NVL(NVL(t1.prd,t2.prd),t3.prd) prd,t1.amt amt1,t2.amt amt2,t3.amt amt3
      6  FROM T1
      7  FULL OUTER JOIN t2 on (t1.prd = t2.prd)
      8  FULL OUTER JOIN t3 on (t2.prd = t3.prd and t1.prd=t3.prd)
      9  ) GROUP BY prd
    10*  ORDER bY prd
    SQL> /
    P  SUM(AMT1)  SUM(AMT2)  SUM(AMT3)
    A        100                   300
    B        100        200
    C        100
    D                   200        200
    E                   200
    F                              300
    6 rows selected.
    SQL>Cheers,
    Avinash

  • XSLT to remove duplicates while concatinating

    My XML looks like folloing:
    <?xml version="1.0" encoding="utf-8" standalone="no"?> <BATCHES> <item> <Material>1000000079</Material> <Description>330 Bulk</Description> <Tank>T123</Tank> <Batch>2013225287</Batch> <Quantity>510</Quantity> </item> <item> <Material>1000000079</Material> <Description>330 Bulk</Description> <Tank>T123</Tank> <Batch>2013225301</Batch> <Quantity>520</Quantity> </item> <item> <Material>1000000196</Material> <Description>340R Bulk</Description> <Tank>T700</Tank> <Batch>1000188378</Batch> <Quantity>510</Quantity> </item> <item> <Material>1000002754</Material> <Description>43 Bulk</Description> <Tank>T515</Tank> <Batch>2013180125</Batch> <Quantity>300</Quantity> </item> <item> <Material>1000002754</Material> <Description>43 Bulk</Description> <Tank>T515</Tank> <Batch>2013203124</Batch> <Quantity>200</Quantity> </item> <item> <Material>1000002754</Material> <Description>43 Bulk</Description> <Tank>T515</Tank> <Batch>2013214839</Batch> <Quantity>700</Quantity> </item> <item> <Material>1000002754</Material> <Description>43 Bulk</Description> <Tank>T517</Tank> <Batch>2013214342</Batch> <Quantity>890</Quantity> </item> </BATCHES>
    My original XSLT look like this:
    <?xml version="1.0" encoding="utf-8" standalone="no"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output encoding="UTF-8" indent="yes" method="xml" version="1.0"/> <xsl:template match="/"> <Rowsets> <Rowset> <xsl:variable name="materials" select=".//item[Tank!='RECV' and Tank!='PARK'] "/> <xsl:for-each select="$materials"> <xsl:if test="generate-id(.)= generate-id($materials[Material=current()/Material])"> <Row> <Material> <xsl:value-of select="Material"/> </Material> <Description> <xsl:value-of select="Description"/> </Description> <Value> <xsl:for-each select="$materials[Material=current()/Material]/Tank"> <xsl:if test="node()"> <xsl:value-of select="concat(.,'||')"/> </xsl:if> </xsl:for-each> </Value> </Row> </xsl:if> </xsl:for-each> </Rowset> </Rowsets> </xsl:template> </xsl:stylesheet>
    The result of this XSLT looks like this:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?> <Rowsets> <Rowset> <Row> <Material>1000000079</Material> <Description>330 Bulk</Description> <Value>T123||T123||</Value> </Row> <Row> <Material>1000000196</Material> <Description>340R Bulk</Description> <Value>T700||</Value> </Row> <Row> <Material>1000002754</Material> <Description>43 Bulk</Description> <Value>T515||T517||</Value> </Row> </Rowset> </Rowsets>
    I wanted to remove duplicate tanks while concatenating it in Value field. So I changed my XSLT to following:
    <?xml version="1.0" encoding="utf-8" standalone="no"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output encoding="UTF-8" indent="yes" method="xml" version="1.0"/> <xsl:template match="/"> <Rowsets> <Rowset> <xsl:variable name="materials" select=".//item[Tank!='RECV' and Tank!='PARK' and Quantity &gt; 500]"/> <xsl:for-each select="$materials"> <xsl:if test="generate-id(.)= generate-id($materials[Material=current()/Material])"> <Row> <Material> <xsl:value-of select="Material"/> </Material> <Description> <xsl:value-of select="Description"/> </Description> <Value> <xsl:for-each select="$materials[Material=current()/Material]/Tank[not(.=preceding::Tank)]"> <xsl:if test="node()"> <xsl:value-of select="concat(.,'||')"/> </xsl:if> </xsl:for-each> </Value> </Row> </xsl:if> </xsl:for-each> </Rowset> </Rowsets> </xsl:template> </xsl:stylesheet>
    My result now looks like this:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?> <Rowsets> <Rowset> <Row> <Material>1000000079</Material> <Description>330 Bulk</Description> <Value>T123||</Value> </Row> <Row> <Material>1000000196</Material> <Description>340R Bulk</Description> <Value>T700||</Value> </Row> <Row> <Material>1000002754</Material> <Description>43 Bulk</Description> <Value>T517||</Value> </Row> </Rowset> </Rowsets>
    It removed the duplicate tank T123 for material 1000000079 but for material 1000002754, it even removed T515which should appear in Value field as its quantity is greater than 500 for following:
    <item> <Material>1000002754</Material> <Description>43 Bulk</Description> <Tank>T515</Tank> <Batch>2013214839</Batch> <Quantity>700</Quantity> </item>
    what am I doing wrong here?

    And if columns are NULLable:
    with sample_table as (
                          select '111' col1,'AAA' col2 from dual union all
                          select 'AAA','111' from dual union all
                          select '222','BBB' from dual union all
                          select '333','CCC' from dual union all
                          select '444',to_char(null) from dual union all
                          select to_char(null),'444' from dual union all
                          select to_char(null),to_char(null) from dual union all
                          select to_char(null),to_char(null) from dual
    select  least(col1,col2) col1,
            case
              when col1 is null then col2
              when col2 is null then col1
              else greatest(col1,col2)
            end
      from  sample_table s
      group by least(col1,col2),
               case
                 when col1 is null then col2
                 when col2 is null then col1
                 else greatest(col1,col2)
               end
      order by least(s.col1,s.col2),
               case
                 when s.col1 is null then s.col2
                 when s.col2 is null then s.col1
                 else greatest(s.col1,s.col2)
               end
    COL CAS
    111 AAA
    222 BBB
    333 CCC
        444
    SQL>  SY.

  • Remove duplicates in oracle table

    Hi,
    I want to remove duplicates from a Account table
    Contains 2 column Account_id and Account_type
    values in Account table are
    Account_id Account_type
    1 GPR
    1 GPR
    1 GPR
    I want only one entry and remove other entry with Account_Id = 1
    Thanks,
    Petri

    Petri wrote:
    Hi,
    I want to remove duplicates from a Account table
    Contains 2 column Account_id and Account_type
    values in Account table are
    Account_id Account_type
    1 GPR
    1 GPR
    1 GPR
    I want only one entry and remove other entry with Account_Id = 1
    Thanks,
    PetriHi Petri,
    Depending on how important performance is for you, go for option 1 if performance is key, else go for option 2. Option 3 is highly recommended, if this is one time exercise:
    Option 1. For OLTP [performance is important]
    DELETE FROM account_table
    WHERE ROWID IN
    (SELECT ROWID
    FROM (SELECT ROWID,
    ROW_NUMBER ()
    OVER (
    PARTITION BY Account_id,
    Account_type
    ORDER BY
    Account_id, Account_type
    rn
    FROM account_table)
    WHERE rn > 1);
    Option 2. [If you are playing around]
    DELETE FROM account_table
    WHERE rowid not in ( SELECT min(rowid)
    FROM account_table
    GROUP BY Account_id,
    Account_type);
    Option 3. [Seriously considering to make sure that no more dirty stuff]
    a) Create a temporary table account_table_temp
    b) Use the below
    INSERT INTO ACCOUNT_TABLE_TEMP
    (SELECT *
    FROM ACCOUNT_TABLE
    WHERE ROWID IN ( SELECT MIN (ROWID)
    FROM ACCOUNT_TABLE
    GROUP BY ACCOUNT_ID, ACCOUNT_TYPE));
    c) Create constraint so that in future you won't have duplicates in future.
    Thanks,

  • HT2905 Does anyone know how to find and remove duplicate items in the new itunes 11?

    I am having a hard time trying to figure out how to find and remove duplicate items under the New iTunes 11? Its not as user friendly as in previous versions. Does anyone know how to figure this out?

    As Jim said View > Show Duplicates
    or
    Option + View > Show Exact Duplicates

  • HT2905 No Display Duplicates under File. How to find and remove duplicate items in your iTunes library

    I now have iTunes ver 11.0.4.4 under Windows 7. I lost all iTunes stuff when updating to Windows 7. I have loaded thousands amd thousands of music files from backup disks, but there are many duplicates. I am attemping to re-establish my old library. I used to be able to remove duplicates quickly with the old iTunes. The new iTunes doesn't seem to offer the same service. Is there any way to remove duplicates quickly, or must I do it one by one?

    When deduping use Shift > View > Show Exact Duplicate Items 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. 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)
    See also HT2905: How to find and remove duplicate items in your iTunes library
    tt2

  • How do I remove apps from app store "not on this iPhone" list on iPhone 4 using ios 6

    I want to remove many of the apps listed in the app store of my iPhone 4 under "apps no longer on this iPhone." I have ios 6.0.1. I don't ever want to use these apps again. They are gone from the iPhone and my iTunes, but are still listed on the iPhone under "apps no longer on this iPhone in the app store. I read somewhere to swipe the unwanted apps and choose a red "hide" option. My apps won't swipe. The only option available is to press a cloud icon to reinstall the unwanted app, which is certainly not what I want to do.

    I can't delete a number of browser links (resulting from "add to home screen" feature); apps from a convention I attended (Right NowPGX), an old Tunein Radio app, a corny Dream Wife app.

  • Removing duplicate values from selectOneChoice bound to List Iterator

    I'm trying to remove duplicate values from a selectOneChoice that i have. The component binds back to a List Iterator on the pageDefinition.
    I have a table on a JSF page with 5 columns; the table is bound to a method iterator on the pageDef. Then above the table, there are 5 separate selectOneChoice components each one of which is bound to the result set of the table's iterator. So this means that each selectOneChoice only contains vales corresponding to the columns in the table which it represents.
    The selectOneChoice components are part of a search facility and allow the user to select values from them and restrict the results that are returned. The concept is fine and i works. However if i have repeating values in the selectOneChoice (which is inevitable given its bound to the table column result set), then i need to remove them. I can remove null values or empty strings using expression language in the rendered attribute as shown:
    <af:forEach var="item"
    items="#{bindings.XXXX.items}">
    <af:selectItem label="#{item.label}" value="#{item.label}"
    rendered="#{item.label != ''}"/>
    </af:forEach>
    But i dont know how i can remove duplicate values easily. I know i can programatically do it in a backing bean etc.... but i want to know if there is perhaps some EL that might do it or another setting that ADF gives which can overcome this.
    Any help would be appreciated.
    Kind Regards

    Hi,
    It'll be little difficult removing duplicates and keeping the context as it is with exixting standard functions. Removing duplicates irrespective of context changes, we can do with available functions. Please try with this UDF code which may help you...
    source>sort>UDF-->Target
    execution type of UDF is Allvalues of a context.
    public void UDF(String[] var1, ResultList result, Container container) throws StreamTransformationException{
    ArrayList aList = new ArrayList();
    aList.add(var1(0));
    result.addValue(var1(0));
    for(int i=1; i<var1.length; i++){
    if(aList.contains(var1(i)))
         continue;
    else{
    aList.add(var1(i));
    result.addValue(var1(i));
    Regards,
    Priyanka

  • HT4993 I have 3 phones under the same apple ID. I  want to remove mine from the same one my kids use. How can I do this but keep their's on the current apple ID?

    I have 3 phones on one apple ID. I want to remove my phone which is the main phone on the acct to it's own apple ID. How can I do that but keep the other 2 on the current ID

    When you connect that iPad to iTUnes, go to the summary page and scroll down, there should be a box saying 'automatically update' or something to that effect. De select that.
    With automatically update on, what you buy on one goes onto the other. but with that box off you can choose.
    On the iPad itself, it's under
    Settings
    iTUnes and App Stores
    and then you can choose what you want automatically updated between the two devices.

  • Help needed in removing duplicate items of list box  in java

    How to remove duplicate items of list box while dynamically inserting (on-click event)
    It is not identifying duplicate data
    Variable name is HP_G1
    HP_dmg1 = (DefaultListModel) HP_G1.getModel();
    int a = HP_G1.getModel().getSize();
    System.out.println("HP list no--------> "+a);
    if(a!=0)
    for (int j=0; j<a; j++)
    String item1 = String.valueOf(HP_List.getModel().getElementAt(j));
    System.out.println("HP list added--------> "+item1);
    if(HP_dmg1.equals(item1)){
    HP_dmg1.remove(j);
    else
    HP_dmg1.addElement(GPL);
    }

    Your code is unreadable, so I'll ignore it. In the future please press the message editor's CODE button to format code.
    As to your problem, to the point you normally use a Set instead of List when you don't want duplicates in a collection.

  • Removing Duplicates from a choose from list

    Hi All,
    I have a choose from list of obj 73 )Catalog Numbers (Table OSCN)
    I also added conditions in the CFL that it only shows the Substitute for the CardType = 'S' (Supllier) Business Partners.
    But I want to remove all the duplicate Substitutes from the CFL so that only distinct Catalog Numbers shows in the CFL.
            //  Adding 2 CFL, one for the button and one for the edit text.
                    oCFLCreationParams.MultiSelection = false;
                    oCFLCreationParams.ObjectType = "73";
                    oCFLCreationParams.UniqueID = "CFL1";
                    oCFL = oCFLs.Add(oCFLCreationParams);
                    //Adding Conditions to CFL1
                    oCons = oCFL.GetConditions();
                    oCon = oCons.Add();
                    oCon.Alias = "Substitute";
                    SAPbobsCOM.Recordset oSuppliers = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset);
                    oSuppliers.DoQuery("Select Distinct t1.Substitute From OSCN t1 Join OCRD t2 on t1.CardCode = t2.CardCode Where t2.CardType = 'S' Group By t1.Substitute");
                    oCon.Operation = SAPbouiCOM.BoConditionOperation.co_EQUAL;
                    while (!oSuppliers.EoF)
                        oCon.CondVal = oSuppliers.Fields.Item(0).Value.ToString();
                        oCon.Relationship = SAPbouiCOM.BoConditionRelationship.cr_OR;
                        oCon = oCons.Add();
                        oCon.Alias = "Substitute";
                        oCon.Operation = SAPbouiCOM.BoConditionOperation.co_EQUAL;
                        oSuppliers.MoveNext();
                    oCFL.SetConditions(oCons);
    Please advise....
    Kind Regards,
    Brenden Draper

    Hi Brenden,
    what you are trying to archieve won't work. Simply because CFL is getting all row data from  OSCN and ItemCode or CardCode can differ for a specific substitute.
    For example.
    ItemCode,CardCode,Substitute
    ItemA,BP1,sub1
    ItemA,BP2,sub1
    Would be 2 resultlines both with sub1 as substitute.
    SQL equivalent :
    Select Distinct t0.* from oscn t0 inner join OCRD t1 on t0.CardCode = t1.CardCode where t1.CardType = 'S'
    My advise would be to open a simple form with a grid and datatable bound.
    Some lines of coding and you get all you need.
    regards,
    Maik

  • HT2905 My itunes looks nothing like the examples in this tutorial.  I do not have "display exact duplicates" or "date added".  Can someone please help me remove duplicate songs?  Also, I downloaded two audio books and they are showing up in my song list.

    My itunes looks nothing like the examples in this tutorial.  I do not have "display exact duplicates" or "date added".  Can someone please help me remove duplicate songs?  Also, I downloaded two audio books and they are showing up in my song list. Why???

    'Show duplicates' is now under the 'View' menu. To see the 'Date added' column go to 'View options' from the 'View' menu and check it in the section under 'Stats'.
    Click an audiobook once to select it and hit command-i (Mac) or control-i (Windows). Go to the 'Options' tab and set 'Media Kind' to 'Audiobook'.

Maybe you are looking for

  • RSPAN is breaking my connection to the Internet

    We have two Cisco 2960S switches and I am trying to setup RSPAN to monitor the trunk port to the gateway and send the traffic to a port on the second switch which is setup in a daisy chain.  The problem is that every time I enter the monitor session

  • Error signature EventType : BEX

    Brand new install of XP Pro, SP 3 and Reader 9.3 (Tried 8.2 - same results). Only when printing .pdf docs to a Canon iC D780 via a USB or Parallel cable does the user get the annoying Windows DEP error. I've already tried changing the DEP settings to

  • Le trackpad dans un document "word" ne marche pas

    J'ai essayé de faire défiler les pages avec les deux doigts dans mon macbook air et ça ne marche pas. Dans les réglages c'est déjà activé. Merci pour votre aide.

  • Setting up a sysprepped image with user account customisations

    I'm trying to create a sysprepped image of a Windows installation for cloning (basically, as a VM template I can clone to create throwaway test environments quickly). I'm using a new build of Windows 8.1, going into audit mode and configuring my envi

  • Any Australian memory experts?

    I want upgrade my Mac mini memory to 1 Gb, but I don't know what brand of memory will work. All the Mac shops are charging rip-off prices for memory. I know that I need the 2700 type of memory, but I read on a Web page that some brands are not compat