Shuffle multiple items before burning to cd?

A couple of questions here for you guys who are all smarter with iTunes than I am...
1.  I have about 15,000 songs on my computer and I want to burn several completely randomly shuffled cds for long driving days.  Is it possible to shuffle the entire group (somehow?) then pull out groups of songs to put in another playlist before burning?
2.  I can't seem to figure out HOW to shuffle the lot prior to breaking it up into groups of roughly 100 songs for the cd's.  Any help here?  Hate to have to go thru and pick things out alphabetically!  I want a nice mix of various artists and genres on each cd.
3.  If I want to make sure not to have some of the same songs on more than one cd, how best to do this?  As suggested above, different playlists?  Or do I have to manually regroup before I shuffle and burn?
Any other thoughts or suggestions for this daunting task would be GREATLY appreciated!  Thanks in advance everyone.

What?  Views for this question, but no one has any suggestions!?  Please, someone bail me out of this quagmire of endless song editing and sorting!!??

Similar Messages

  • Force users to view multiple items before moving on

    In it's most basic form this is what I need to do.
    I'll have three boxes.  When the user clicks box A another box will appear containing a descrption of box A.  When the user clicks box B, description box A will need to disappear and description box B will appear, etc.  I think I know how to handle this portion using advanced actions, but is there a way to force users to view all 3 boxes before they can advance to the next slide?  I think it should be able to be done in advanced actions but I'm not sure how to write something like that.

    Nothing to apologize for. 
    the action looks good to me. 
    So your button is showing the language image, the language close button, then hiding some other things.  The expression you have is right.
    Your hide_languageDefinition adv action does the hide for the img_language.  Instead of a 'standard action' you need a conditional action similar to your show_FDCPA_nextButton action you have above.
    In that conditional screen where it says "untitled" you can have the action do several things.  You'll need it to hide your img_language and the btn_languageClose like you have already.  Since you want it to do the show/hide no matter what you can set it like this:
    Action Type:  Conditional action
    Action Name:  hide_languageDefintion
    If:
    (choose literal from the drop down)
    Type a 1 in the text field
    (choose 'is equal to' from the drop down)
    (choose literal from the next drop down)
    type a 1 in the text field.
    You're saying "if 1=1, then do the actions below"  1 is always going to equal 1 so it's always going to run the actions.
    Under actions put all your show/hide statements like you have above in hide_languageDefition
    I suggest changing that 'untitled' name to something that makes sense to you. 
    Click on the next 'untitled' tab and add the conditional if/then statement like you have above in show_FDCPA_nextButton.
    Find your languageClose button, and set it to run this advanced action.
    What the action will do now is runs the hide actions you have.  Then it looks at each variable to see if it is greater or equal to 1.  if they're all true, then it shows the next button.
    hope that makes sense; i can't attach screen shots from work, i apologize I can't help more.
    As for variables, this recorded session might help you:  http://www.adobe.com/cfusion/event/index.cfm?event=register_no_session&id=1891451&loc=en_u s
    picture a variable as a container.. a jar.  That jar has a label and you can write anything you want on it (the name of the variable).  That jar can contain 'stuff.'  numbers, words, whatever you want to put in it.  You can also manipulate what's in there with different functions of captivate.  So let's say in your case I want to track if a learner clicks a button.
    So I have my jar, and when the learner clicks a button I take a piece of blank paper, write a "1" on the paper and put it back in the jar.  If they click that button again, I take out that paper, see a '1' on it, and I add 1 to it, and write '2' on the paper (this is your expression above 'btn_abussive_harassing_language = btn_abussive_harassing_language + 1').
    When I'm closing the image, I pull out the jar, and look at the paper.  If the paper has a 1 or higher written on it, I show the next button (after checking all 3 jars, that is). 
    That's the quick version of what variables are and how they work, I hope that helps.

  • How do you select and move more than one bookmark at a time? Shift+Click does not select multiple items that are next to one another in a list because the item

    How do you select and move more than one bookmark at a time?
    Shift+Click does not select multiple items that are next to one another in a list because the items open in firefox before this happens.

    Use the bookmarks library. You may use Shift +Click, and Ctrl + Click to create groupings of selected bookmarks to drag and drop.
    * one method of opening the bookmarks library is keyboard shortcut <br /> Ctrl+Shift+B (Windows)
    *see also [[How to use bookmarks to save and organize your favorite websites]]
    *and [[Use bookmark folders to organize your bookmarks]]

  • How do I delete multiple items at once instead of one at a time?

    How do I delete multiple items at once instead of one at a time? I have several duplicate items in my library and would like to delete the duplicates. Thanks!

    You can select multiple items using shift to select a range and control to add or remove items from it.
    Regarding duplciates, Apple's official advice is here... HT2905 - How to find and remove duplicate items in your iTunes library. 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 of identical tracks 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. This can happen, for example, if you start iTunes with a disconnected external drive, then connect it, reimport from your media folder, then restart iTunes.
    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. Please take note of the warning to backup your library before deduping, whether you do so by hand or using my script, in case something goes wrong.
    (If you don't see the menu bar press ALT to show it temporarily or CTRL+B to keep it displayed)
    tt2

  • Populate Multiple Items bundled in a single query

    Hello,
    I am trying to create a report in which I have mulitple items that I want to populate. All of these use the same query but use different rows in the query to populate themselves. My question is:-
    Is there a way to bundle the item assignment into a single query and populate the items from there? I want to reduce the time it takes for me to display the report and just hit the database once instead.

    Hi there,
    when u say report, i think its a more of a page showing few items on a region whose values are populated from Database rather than a SQL report which will not have any items. Is that correct?
    yes, multiple items of a page can be assigned values at once.
    assume: P1_ITEM1,P1_ITEM2,P1_ITEM3,P1_ITEM4 are different items on a page, an "On-Load Before Header" PL/SQL process can be created to assign values to the items in this way:
    SELECT tab.col1,tab.col2,tab.col3,tab.col4 INTO :P1_ITEM1,:P1_ITEM2,:P1_ITEM3,:P1_ITEM4 FROM TABLE tab;
    Item "Source Used" should be of type: Only When Current Value in session state is null
    Source Type: PL/SQL Expression or function
    and Source Value or EXpression should be some thing like this :P1_ITEM1
    Hope this helps.
    Edited by: Chaitu_Apex on Mar 10, 2010 2:43 PM

  • Set multiple items with javascript function in chart link

    Hi Folks
    I am able to use the javascript $s function to set the value of one item from a chart link. I need to pass values to multiple items.
    Is there a way to use javascript function to pass values for multiple items on a page from a chart link
    Appreciate your responses
    Thanks
    Gopal

    Hi Arnau,
    You need to surround your JavaScript code like this (without the spaces before and after script):
    < script language="Javascript">
      window.open("<%=ABAP_VARIABLE%>").focus();
    </script >
    Regards,
    Patrick.

  • Can no longer edit info on multiple items

    It is so frustrating when an update makes some new change that takes away major functionality.  I have a folder of movies in itunes, a genre really, called "home movies".  I want to select them all and change something on them.  In this case, change them to the new "media kind" Home Videos.  So I select them all, or just a few or even just two of them and I get this message:
    So in order to change the info in any way on these items, I need to select every single one of them one at a time.  Thing is, they are all the same media type anyway.  It seems this just must be a major bug, but wonder if anyone has any idea as to how to get around it so that I can access the info on multiple items like before.

    Neainc1 is on the money.  I totally agree.  McBlob, the file types are the same and even if they are not, I should be able to multi select them just as I always could before!
    I actually called Apple Support and after a long time while the agent checked with senior tech, they agreed it was a flaw and hoped it would be fixed in an update and encouraged me to send feedback to Apple, which I did, but I'm always suspicious about it meaning anything.  Still, hopefully they will fix it, but in the mean time, it is possible to downgrade to 10.7 here: http://support.apple.com/kb/DL1576

  • Multiple Item Codes in a MRP Generated PR

    Dear Sir,
    We have a requirement to have "Multiple Item Codes" in a single PR . The PR are generated thru MRP . The criterion  to have multiple Items in a single PR is that a PR will contain multiple Items codes pertaining to the same Material-Group .
    We have come to know that for this MD15 tcode can be used . But the problem with this is that there is manual effort required for clubbing of multiple Items in a single PR from the planned order .
    We look forward for some automatic way for handling the above requirement .
    Request you to kindly help me on the above issue please .
    Regrds
    B Mittal

    If you are getting Currency key from file then before passing data to BAPI, Check the value of Currency key, if it is not USD then display error message.

  • Inbound Invoices (EDI 810) with multiple items that are the same keys.

    One of our Vendors just started sending us 810's that have multiple items with the same P.O., Delivery, P/N, Price, etc.  The reason is that they (and we) track inbound batches for the purpose of traceability, so the only difference between items on both the invoice and inbound delivery is the batch number.
    SAP will not allow the automatic creation of an SAP Invoice with these conditions.  The error message is M8321 - 'Document contains same order item more than once'.
    SAP Note 103051 says it cannot be done, and you must "Deactivate the billing of the batch sub-items in SD Customizing" in order to have an Invoice created that combines all items into one.
    Does anyone know how to do that?
    Thanks in advance!

    Nevermind. Fixed the problem. Two menu items both began with the letter S. Added an & before the second letter of the second menu item and now the problem is fixed. First items hotkey is S and the second items hotkey is now h (which is the second letter of the 2nd menu item).

  • DVWP with Multiple Item Form duplicates values on the screen on new item

    Hello,
    I have created a custom page in SPD called Submit.aspx. I have 3 custom lists (A,B and C). On that page I have two list webparts (from list A and B) and one multiple item form DVWP (list C). I have edited the list webparts to display the Add new item link only.
    Sometimes when a user adds a new item numerical values are duplicated on the screen from the item below (see the screenshot). It happens only on the screen. When a user saves the form or refreshes it the values disappear. How can I fix this to not duplicate
    the values when a new item is created. Projects on the list are sorted alphabetically. The item before the last one on the screenshot is the new item that has identical values as the last item. On save or refresh duplicate values
    disappear from a new item.

    Hi LetMe, it would be difficult for anyone to help you with the amount of customization you've done, unless you provide the code for us to check.
    cameron rautmann

  • Best method - update multiple items

    Hello all. I have 2 tables. One called deposits and another called items. 1 deposit can have 1 or many items.
    Hence the item table looks like this
    |  item_num      |  item_name     |   deposit_id    |
    |       1        |   bike         |          1      |
    |       2        |   helmet       |          1      |
    |       3        |   bike         |          2      |
    -----------------------------------------------------Now, I would like to update deposit 1. I would like to remove helmet from the deposit. The way I figure to do it is to do the following:
    1) Remove all items where deposit id = 1
    2) Add new items found in text area and set their deposit id to 1.
    Would this be the correct way to do it? Update ??

    Nah, its a bit awkard, or perhaps my brain matter isn't dense enough to get it :D
    I could delete multiple items from a text area.
    ie before the text area may look like this:
    bike
    helmet
    gloves
    lights
    Then after the update it may look like
    bike
    bike
    gloves
    I opted for the delete all then re-inputted the answers. Thanks for your response anyway Eric H.

  • Edit Multiple items.Is There a way?

    I have a very large number of recorded Tv-shows in my mac,I want to edit them all together.So that I can place them in the Tv Shows library instead of the movies library.They are about 200 Episodes So I can't do it one by one.How can I edit the Video tab when in ''multiple items,Get info''.I Have the same proplem with music videos.How can I edit them all together?

    Thanks, Eustace and Kirk.
    To Kirk--I saw that screen when I was trying to troubleshoot before doing the smart thing and asking the forum--but do I have to have both drives plugged in at the same time?  It's (appropriately) only showing the one that's currently plugged in (whether "Oldie" or "Newbie").
    To Eustace--yes, that's what I would assume would happen--it's what happened when I plugged in "Oldie" for the first time. I was caught off guard when it didn't prompt me this time. For plenty of people, "hey, if I plug in any external HD it asks if I want to use it as backup--sweet!  Because I [launched my old one out of a fifth-story window by mistake] or something.
    I really appreciate both of your quick and helpful replies.  Thank you!

  • Save Multiple Items to Clipboard

    I'm not sure if this has been posted but anyway, I've been getting this message recently every time I sync my iPod touch to my Mac for a while now. The message is something like "Cannot sync "Save Multiple Items to Clipboard" to this iPod because it cannot be played on this iPod. I'm not sure what this app, or playlist or file or whatever it is because I don't see it in iTunes nor do I remember ever dealing with such a thing before. Any ideas?

    Please delete this thread

  • Multiple Item Master Organizations

    We are working on an Oracle Implementation for a large firm in South Korea.
    Our client covers many different industires and operate nationally,
    it is inevitable to use Multi-Organization structure.
    And we are also considering implementing multiple item master organizations
    under one installation of Oracle applications.
    ( Acutally We have 1 Set Of Books, 1 Legal Entity, 13 Operating Units )
    Cause there are much difference between chemical industry and Heavy Industry,
    Our Client says it just has little business impacts with 2 separate item master organizations.
    But According to Oracle documents, Oracle does recommend not to difine
    multiple item masters.
    We are not sure if there could be much functional or technical impacts with multiple item master organizations.
    Cause we have no reference site here in Korea.
    Has anyone been involved in this type of situation before?
    Are there any other points for considerations?
    We would very appreciate hearing from you ASAP.
    Thank you
    null

    I am not sure if i understood everything but I would say go with single item master. Its simple & easily to manage item attribute later on.

  • How to change tax code on multiple items in MIRO?

    Hi all,
    I'm entering an invoice using MIRO. The purchase order contains a lot of items for which the tax code is not correct.
    I would like to know if there is a way to change the tax code of each item using a mass change function.
    If it's not possible in MIRO, is there a way to make the mass change at the purchase order level?
    Thank you!

    Hi,
    If that Error will arise maintain the Tax code tab firstly then tick the Calculate tax button.
    Ex. As per multiple items tax code problem will arise come back and redo the miro then firstly enter the tax code before the PO number it will update for all the line items.
    Regards,
    Kanike

Maybe you are looking for

  • How do I batch delete all my protected music files from iTunes.

    Hi, in a moment of stupidity, while I was working on a backup folder of my friends files (from his broken computer - copied them to my PC so he could get them back onto his new PC) I managed to copy all of his songs from his iTunes folder into my iTu

  • [SOLVED] NVidia GT240 HDMI Audio and ALSA

    I have an NVidia GT240 video card with HDMI out and I cannot for the life of me get the audio working through it! I've installed the drivers for NVidia (I've managed to load up XBMC and the video works beautifully) but when loading ALSA (aplay -l) th

  • HT4009 Why I purchase in game credit showed up please contact iTunes support to complete the transaction ?

    Why I purchase in game credit showed up please contact iTunes support to complete the transaction ? My card still have balanced inside why cannot purchase ?

  • Decrypting the messages

    I have a file-xi-mail scenario. I want to encrypt the message so I got the public key from the partner and imported the same into XI and used that in the receiver agreement. Now to decrypt the message, what should I do ?? Is there any tool so that I

  • Locked partition that won't unlock

    a friend of mine who works for a school system got an ibook provided by the school. it came with two partitions, the first has the OS on it and is fine. the second appears in the finder with a lock superimposed on the disk icon. i can view the conten