How to avoid the same songs being selected by Genius playlists

I love iTunes Genius for making play lists, but I am annoyed by the fact that some songs are chosen again and again. For some reason "16 by 32" by the Decemberists pulled nearly every time I make a Genius playlist even though I've never chosen to play the track directly. Amazingly, it has racked up 150% of the plays of the next closest track that I actively listen to. Is there some way to have Genius ignore tracks or artists entirely without removing them from my iTunes library? Are there any ways to tweak Genius to provide a better sampling of tracks rather than the same old same old?
thanks,
Derek

You can uncheck the little check box to the left of track's name.
This will mean iTunes always skips it unless you specifically select it. It has other side effects too.

Similar Messages

  • How to download the same song(track) with different keys? iTunes seems to think I have already downloaded the song and will not download the song in a different key of the Demo Track

    How to download the same song(track) with different keys? iTunes seems to think I have already dowloaded the song and will not let me download the song in a different key or the Demo.

    Hello Jigz19,
    It sounds like you are unable to play a couple of songs from your library becuase you get a message that the computer is unauthorized to play, but other content purchased that same day works without issue. I would verify that the affected songs were purchased with the same Apple ID first:
    Recovering a forgotten iTunes Store account name
    http://support.apple.com/kb/ht1920
    Open iTunes
    Highlight one of the items you have purchased (You can find your purchases in your Purchases playlist).
    Choose File > Get Info.
    Click the Summary tab.
    The Account Name area will list the account used to purchase the item. Unless you have changed accounts, this is your iTunes Store account name.
    If so, then delete the songs:
    How to delete content you've downloaded from the iTunes Store, App Store, iBooks Store, or Mac App Store
    http://support.apple.com/kb/HT5772
    Then re download them with this article:
    Download past purchases
    http://support.apple.com/kb/ht2519
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • I have the same songs showing up on 2 playlists on my Ipod. How do I remove the songs from one playlist and leave them on the other playlist?

    I have the same songs showing up on 2 playlists on my Ipod. How do I remove the songs from one playlist and leave them on the other playlist?

    Hi tmilbut,
    Welcome to the Support Communities!
    The information below may be able to answer your questions about how to delete items from a playlist on an iPod.
    iPod Nano User Guide - Remove items from a playlist - page 23
    http://manuals.info.apple.com/MANUALS/1000/MA1624/en_US/ipod_nano_user_guide.pdf
    Remove items from a playlist:
    1 On the Home screen, tap Music > Playlists, then tap the playlist you want to edit.
    2 Flick down, then tap Edit.
    3 Tap next to the item you want to delete, then tap Delete when it appears on the right.
    4 When you finish, tap Done.
    Delete a playlist:
    1 On the Home screen, tap Music > Playlists.
    2 Flick down, then tap Edit.
    3 Tap next to the playlist you want to delete, then tap Delete when it appears next to the playlist.
    If you tapped the wrong playlist, tap the one you want to remove.
    4 Tap Delete, or tap Cancel if you change your mind.
    5 When you finish, flick up, then tap Done (or swipe right to return to the Home screen if you cancel).
    Cheers,
    - Judy

  • How to avoid the same order in shuffle within a given playlist.

    I know how to get the entire library to shuffle on the Nano. I [think I] have the Nano set to shuffle within a given playlist, but the order of the shuffling is always the same. I have tried turning off/on "shuffle songs" but the Nano maintains the same order within a given playlist.
    Any suggestions?
    Compaq Evo N1020v   Windows XP   laptop

    go to settings>shuffle>menu>music>playlists>select a playlist>play a song see what happens.
    Nano 4GB black,Moto RAZR V3 black, PSP, all kinds of cases for nano,radio/remote   Windows XP   <img src="http://i36.photobucket.com/albums/e13/superman5656/s.gif"align="right"</span>

  • My 'songs' list in my library has all songs listed twice.  How do I remove all duplicates without removing the same songs in my albums and playlists?

    My 'songs' list in my library are all listed twice.  How do I delete the duplicates without removing the songs from my playlists and albums?

    Hello, juliego
    Thank you for visiting Apple Support Communities. 
    Here is a helpful guide on how to identify and delete duplicate media from your iTunes library. 
    How to find and remove duplicate items in your iTunes library
    http://support.apple.com/kb/ht2905
    Cheers,
    Jason H.

  • How to avoid the same BW metachain to run in parallel?

    Hi Everyone,
    I had an issue in which the a metachain was triggered unexpectedly while it is already running. Hence parallel processing occurred.
    I just wonder if you have a proposed solution that will avoid this scenario. Possibly a chain/job set-up that can be integrated to that metachain that would check if there is already an active job running corresponding to that chain.
    I hope somebody can help me.
    Thanks a lot.

    Hi Kat,
    i extended the code of my first post. Please pay attention on the bold line "if chain_active NE 'X' AND SY-UZEIT BETWEEN ‘000000’ AND ‘013000’" -> This line effects that the chain will only be executed between the time 00:00:00 and 01:30:00. I hope this helps to solve your issue.
    Data it_logs type table of RSPC_S_LOG_F4.
    Data wa_logs like line of it_logs.
    data chain_active type boolean value '-'.
    CALL FUNCTION 'RSPC_API_CHAIN_GET_RUNS'
    EXPORTING
    I_CHAIN = 'myMetaChain'
    I_DATE = sy-datum
    TABLES
    E_T_LOGS = it_logs
    EXCEPTIONS
    FAILED = 1
    OTHERS = 2.
    Loop AT it_logs into wa_logs.
    if wa_logs-analyzed_status= 'A'.
    chain_active = 'X'.
    endif.
    endloop.
    *Now there is an additional check. The chain only starts if the system time is
    *between 00:00:00 and 01:30:00.
    if chain_active NE 'X' AND SY-UZEIT BETWEEN ‘000000’ AND ‘013000’.
    CALL FUNCTION 'RSPC_API_CHAIN_START'
    EXPORTING
    i_chain = 'myMetaChain'
    * I_T_VARIABLES =
    * I_SYNCHRONOUS =
    * I_SIMULATE =
    * I_NOPLAN =
    * I_DONT_WAIT =
    * IMPORTING
    * E_LOGID =
    EXCEPTIONS
    FAILED = 1
    OTHERS = 2.
    Kind regards,
    Andreas

  • How to stop the same frame being played twice.

    Hi,
    I am creating a quiz in flash using AS 3.0
    I need the order of the questions to be in a random order which I have worked out how to do.
    I now need to make it so the questions are shown only one, I've tried looking on the internet but I've not been able to find anything that a: helps and b: I understand.
    stop();
    BTcorrect.addEventListener(MouseEvent.CLICK, nextQuestion);
    function nextQuestion(evt:MouseEvent):void {
      var q_number :  Number = 3;
      var randomFrame:Number = Math.ceil(Math.random() * q_number);
      trace(randomFrame);
      gotoAndStop(randomFrame);
    here is my code so far, I dont know where to go from here.
    Thank you in advance.
    Matt.

    you can use the shuffle function to randomize any array and then loop through the randomized array to ensure you're accessing no duplicates:
    function shuffle(a:Array) {
        var p:int;
        var t:*;
        var ivar:int;
        for (ivar = a.length-1; ivar>=0; ivar--) {
            p=Math.floor((ivar+1)*Math.random());
            t = a[ivar];
            a[ivar] = a[p];
            a[p] = t;

  • How to delete the many versions of the same song?

    Help please, how do I delete old versions of a song? When I add to or tweak a piece, I first save it with a new name, like song 1, then song 2, etc. so that I have a copy of every change. This takes up space when I have 50 versions each of 10 songs. Now my hard drive is down to 7.4 and I was told to keep it in the double digits. I went to Logic,
    chose the song from the next column, then in the next column filled with versions of the same song, I selected one, like old version 1, hit delete and nothing happened. I held down the apple key too and hit delete. Nothing. HELP please. I have not used this before but my 1-1 has ended since Apple won't allow renewals anymore. Also. I have all versions saved on 2 external hard drives.
    D

    Hi,
    now first you'll need the right permissions for the folder where your songs are stored. I assume that you have the read/write permissions (or supervisor permissions).
    Let's assume your songs are named "songxversiony.logic". They will reside in a main folder named "songx" containing all the "songxversiony.logic" files, and there will be subfolders called "audio files" "bounces" "Fade files" "Project File Backups" "Sampler Instruments" (maybe) and "Undo Data" and maybe one or two others.
    1st: Usually, Logic stores your songs in /(your username)/music/Logic/... , so please open your finder and look if they are there.
    2nd: You can delete all unneeded "songxversiony.logic" files from the finder. This should be possible by hitting the delete button. Otherwise check your permissions.
    3rd: Now getting rid of the Song file (xy.logic) won't delete the really big Disk-Hogs, which are the Audio Files you used in earlier versions (but don't need them anymore). They still reside in the "Audio Files" subfolder.
    4th: Fire up Logic, load your Project. Tap the "B" key to open the Bin and there you'll have all the audio files that ever were used in your project. Now many of them aren't needed anymore. So *within the bin* hit Shift-U to select all unused Audio files (or in the menu: edit -> select all unused). Hit DEL to remove them from the bin.
    5th: Now these hogs are *still there* (what the...? ) To finally get rid of them, go to Logic's Menu bar: File -> Project -> clean up. You will be asked if you really want to delete the unused files, and yes, off they go to the trash.
    You may also look inside the bounces folder if there are old bounces you don't need anymore.
    Problem solved.
    Fox

  • How do I change the settings on my ipod so that it plays continuous music.  Right now, it plays the same song over and over, even if I select the shuffle icon.  It used to show the continuous play icon, it doesn't anymore.

    How do I change the settings on my ipod so that it plays continuous music.  Right now, it plays the same song over and over, even if I select the shuffle icon.  It used to show the continuous play icon, it doesn't anymore.

    Right click on a movie(in iTunes), and click "get info" then go to album artwork and add the artwork that you want...
    -Messymeese

  • How do I get the same song to play on the main menu and during scene select

    I would like the music to play continuously throught the menu and scene selection. As it is I have to drag the audio file into each scene selection, and the music starts at the beginning.
    At least, is there a way to remove the awful sound track that iDVD has on the themes?
    iMac 20 core Duo   Mac OS X (10.4.8)  

    Yes I can add audio, how do I get the same song to play throughout the chapter menus? I have 30 "chapters", which are scenes from an hour of home movie. Can the same song play continuously throughout the different chater menus?. As it is now, I have to drag an audio file into every submenu, and it starts the song at the beginning for each chapter menu.
    Otherwise, that same song that is preloaded on the theme is played. I hope this makes sence, kind of hard to explain. Thanks

  • How to fix: Music corrupts when transferred to ipod. This happens with the same songs on multiple ipods and the song plays regularly in itunes...

    Basically, I've already described the problem. Some songs play perfectly fine in itunes but the same songs corrupt when placed on different devices of varying age. Therefore, I don't think there's something wrong with the original file and I don't think there's something wrong with all of my devices. Why is this happening and how can I fix it?

    Hello there klundie,
    I was researching the issue you are experiencing, and have come to the conclusion that the songs in question may need to be converted and re imported. This article, iTunes: How to convert a song to a different file format outlines how to re import songs that are already in your itunes library, which I believe will resolve the issue.
    You can find the article here: http://support.apple.com/kb/HT1550
    To convert a song's file format:
    Open iTunes Preferences.
    Windows: Choose Edit > Preferences.
    Mac: Choose iTunes > Preferences.
    Click the General button, then click the Importing Settings button in the second section of the window.
    From the Import Using pop-up menu, choose the encoding format that you want to convert the song to, then click OK to save the settings.
    Select one or more songs in your library, then from the Advanced menu, choose one of the following (The menu item changes to show what's selected in your Importing preferences):
    Create MP3 version
    Create AAC version
    Create AIFF version
    Create WAV version
    Create Apple Lossless version
    If you haven't imported some songs into iTunes yet, you can import and convert them at the same time. This will create a converted copy of the file in your iTunes Library based on your iTunes preferences. To convert all the songs in a folder or on a disk, hold down the Option key (Mac) or Shift key (Windows) and choose Advanced > ConvertImport preference setting. The Import preference setting will match what you chose in step 3. iTunes will prompt you for the location of the folder or disk you want to import and convert. All the songs in the folder or on the disk will be converted. Note: Some purchased songs are encoded using a protected AAC format that prevents them from being converted. iTunes Plus purchases are not protected and can be converted.
    The song in its original format and the newly converted song appear in your library.
    All the best,
    Sterling

  • How can I remove multiple copies of the same song from the iTunes listing?

    How can I remove multiple copies of the same song from the iTunes listing. The program seems to be picking up the same songs from, for example, my user area and my public area in the C drive

    As above, Apple's official advice is here... HT2905 - How to find and remove duplicate items in your iTunes library, however 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/merge 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

  • My Ipod is playing the same songs all the time!! How do I fix this?

    I have a 80gb Ipod classic. In Itunes I set the smart shuffle in Preferences to "less likely". I can't find a similar setting on my Ipod. Every time I play any Playlists on the Ipod using shuffle I always hear some of the same songs. Some playlists have thousands of songs and yet I seem to always hear the same ones. Why is this happening and how do I fix it?

    You can avoid repeating songs by setting up a playlist in iTunes and have iTunes shuffle that list, or you can create a playlist manually and set up the order. (The latter isn't the fun way to do so.) When you play that playlist on the iPod, turn the shuffle off and just play the list. As long as the playlist isn't lost, there won't be any repeats. This is the best way I can think of, because I have the same desire. (Remember, the list can be lost when you connect the iPod to the computer or even manually resetting it.)
    I have about 7,000 songs on mine, and it still repeats and even overplays songs. It's irritating, but I just manually skip those songs.

  • When I want to randomly play (shuffle) all my songs, it seems that the same songs are being played. I've got over 13,000 songs loaded - it seems to me that I shouldn't be getting any repeats.

    When I want to randomly play (shuffle) all my songs, it seems that the same songs are being played. I've got over 13,000 songs loaded - it seems to me that I shouldn't be getting any repeats. I unrated all the songs, thinking this might affect how often a song gets picked to play. Any suggestions? Thanks!

    When I want to randomly play (shuffle) all my songs, it seems that the same songs are being played. I've got over 13,000 songs loaded - it seems to me that I shouldn't be getting any repeats. I unrated all the songs, thinking this might affect how often a song gets picked to play. Any suggestions? Thanks!

  • How do I get my ipod to quit repeating the same song over and over?

    How do I get my ipod nano to quit repeating the same song over and over again?

    The control for repeating a selection is available when the Music app is open and the iPhone is in the portrait position. There are three settings Off, repeat one song and repeat album or playlist. You change the setting by tapping the icon.
    OFF
    Repeat one song (current selection)
    Repeat album or playlist

Maybe you are looking for

  • Nano - no longer connects

    I wanted to add some music to my nano but noticed a few weird things: 1) it first opened a window that contained folder labled Contact, Notes and something else (stuff i had turned OFF in the settings). 2) It did not launch iTunes. I had to do that o

  • How can I change the Settings to Full range in AE?

    I need to work in my new project in Full range. Is there any way to change the import-, project- and rendersettings to Full range? Thanks Ali

  • Emails are not going out to everyone, only select people, everyone else gets blocked or bounce backs

    I have a client who uses Business Catalyst and they're having a problem with emails only going out to certain people and not everyone they email. Outside going in, the problem is it either works 100% of the time, or not at all. If it doesn't work the

  • Fluid grid layout-how to keep an image on same line as menu

    I am starting a new page and at the header I am trying to have a logo stay on the same line horizontily as the spry menu. the spry menu seems to always go under the logo instead. I am assuming the log and the menu should be in the same fluid grid lay

  • Accounting documents with payment details line item

    Dear all, when i create witth transaction TBZ1 the account document related to a deposit financial transaction i generate a line with negative amount on the account related to the business partner ( FTR-EDIT / PAYMENT DETAILS / PAYER-PAYEE ). I need