Multiple folders on a single MP3 cd

when I put a MP3 cd in my car stereo, it asks me which folder do you want to play? This leads me to believe that I can put multiple folders on one cd, and I was wondering the logistics of this. Can I simply burn one folder on the cd, pick another play list in itunes and click burn while leaving the same CD in my drive?

We don't support this yet but we are starting to look at what it would take to add this to the product.
You can vote on this feature request here: http://forums.adobe.com/ideas/1046
We use this to help prioritize our work.
Thanks,
Randy

Similar Messages

  • Combining Multiple CD Tracks into Single MP3?

    Hi all,
    Does anyone know how, in burning tracks from a CD using iTunes (or any other program, for that matter), I could combine multiple tracks into a single MP3 file? I have a particular scene from a Wagner opera that spans multiple tracks, and I'd love to be able to get it into a single file!
    Thanks for your help.

    Have you looked at the "Join CD Tracks" option in iTunes Advanced menu for combining tracks when you are importing? Adding songs from CDs to your library

  • Create multiple folders with one click on documents tab in BP in SAP CRM

    Hi Experts,
    I have a requirement to create multiple folders by clicking on a button in Documents tab in BP transaction in CRM. In standard process by clicking on create folder button we create folders. we want to create multiple folders with one single click ( i guess we can develop another button for that) folder name will be hard coded. Kindly let me know , how this can be achieved.

    Hi Experts,
    I have a requirement to create multiple folders by clicking on a button in Documents tab in BP transaction in CRM. In standard process by clicking on create folder button we create folders. we want to create multiple folders with one single click ( i guess we can develop another button for that) folder name will be hard coded. Kindly let me know , how this can be achieved.

  • Search multiple folders and muiltiple files and combine to single file

     I want to search multiple folders for muliple files and combine to single file name. The files I'm searching have same format, but where named
    differently in each of there processes. Now I want to combine based upon -SearchFor .. I'm having a problem with -Filter $SearchFor
    Code:
    Function Search-Files{
    Param([String[]]$Locations,[String[]]$SearchFor, $AppendTo)
    Begin
    If(-Not (Test-Path $AppendTo)){New-Item $AppendTo -ItemType File -Force}
    Process
    ForEach($Location in $Locations)
    $Files = Get-ChildItem -Path $Location -Filter $SearchFor -Recurse
    ForEach($File in $Files)
    Get-Content -Path $FIles.FullName | Out-File $AppendTo -Append
    End{}
    Search-Files -Locations "\\servera\public\t1\usa\saleshist\","\\serverb\public\t2\usa\saleshist\",-SearchFor "dodetail-cm.txt","somstr.txt",-AppendTo "\\virt1\Saleshist_data_load_files\saleshdr.load.csv"

    I think you might want to use -Include instead of -Filter.  Your -Include parameter accepts wildcards, i.e. *.docx or *somstr.txt
    Your command to actually append the content should be:
    Get-Content -Path $File.FullName | Out-File $AppendTo -Append
    You had $Files.FullName which might behave unexpectedly, if at all.
    Your actual command has several issues.
    Search-Files -Locations "\\servera\public\t1\usa\saleshist\","\\serverb\public\t2\usa\saleshist\" -SearchFor "dodetail-cm.txt","somstr.txt" -AppendTo "\\virt1\Saleshist_data_load_files\saleshdr.load.csv"
    You had commas following the lists of locations and searchfor terms, did that even work? Without seeing your source files or your target file I can only advise you so much, but ideally you would import-csv and export-csv.  Depending on the contents,
    you may be able to get away with get-content and out-file though.
    I hope this post has helped!

  • Is it possible to package PDF files so that a single file appears as if it is located in multiple folders?

    I am currently working on a project for a client that contains numerous hyperlinked files. As an overview, there is a guidebook that contains several sets of activities. Each set of activities calls on two or more individual files that reside in folders outside of the guidebook. Different sets of activities might call on the same individual file. Rather than duplicate it across multiple folders, my preference would be to have it reside in a single location, but be mirrored in each folder it is associated with.

    Not sure I see the problem. The file only needs to be in one place, you can link between folders.

  • Search multiple folders for files with same name and create single file

     I have a project where I need to search multiple folders for a file name and when found append data from each file to a single input file.
     Example
    root folder to start search
    \\servera\sales
    \\servera\it\salesa\cmmstr.txt
    \\servera\it\salesb\cmmstr.txt
    \\servera\it\salesc\cmmstr.txt
     I need to create a a single cmmstr.txt on the root folder. I would like it to be able to run this with parms to pass in folders to search and file names to search and single file name to create. I'm going to have a least 10 differnt files to
    search for and create output file for. The folders to search
    will somewhat be static.
     Thanks.

    I tested this out on my own seat and I think it should work for you. I wrote it as a function, all you have to do is pass the root folders you want to search and the file your looking for. The function will then search that directory and all sub directories
    for that file name. you will also have to provide it a file to append to, if the file dosen't exists the function will create it. If you run into an issues let me know and the links Mike
    Laughlin posted are a great resource.
    Function Search-Files{
    Param([String[]]$Locations, $SearchFor, $AppendTo)
    Begin
    If(-Not (Test-Path $AppendTo)){New-Item $AppendTo -ItemType File -Force}
    Process
    ForEach($Location in $Locations)
    $Files = Get-ChildItem -Path $Location -Filter $SearchFor -Recurse
    ForEach($File in $Files)
    Get-Content -Path $FIles.FullName | Out-File $AppendTo -Append
    End{}
    Search-Files -Locations "\\Server1\c$\Temp", "\\Server1\c$\Test1" -SearchFor "Install.cmd" -AppendTo "C:\Temp\Search.log"

  • How to archive multiple outlook 2007 mail folders into a single archive file?

    I just migrated a client from Eudora (yeah ... I know ;-) to Outlook 2007.
    He has previously set up a folder within Eudora for each year's worth of old mail going back a number of years.
    I'd like to archive the oldest 5 years or so of mail into a single archive, but the manual archiving function in Outlook appears to want to create a separate archive file for each mail folder. Is there a way to select multiple folders and place them in a
    single archive or must I create archives for each folder and then open them back up in Outlook and merge them?
    Sorry, I'm sure this has been answered before, but I can't find it....

    Thank you Diane!
    I applied the registy update and it the (MANUAL) archive action still picks up no files....
    But .......... I've just discovered the "other" Eudora import problem with which I'm sure quite familiar ...
    HTML formatted e-mails being "converted" to almost unintelligible plain-text format....  :-(
    This is a pretty big deal to me and worth paying up for a solution ... I found the Aid4Mail and Stellar MBOX to PST products recommended on your company's website.
    I think I will be buying one or the other of them .........
    Do you think one is superior to the other?
    The PST file on my new machine is now ~1.5Gb populated with all the folders from my old Eudora account and LOTS of hosed up HTML  --> plaintext mail
    I have the PST in operation for other functions (calendar / Todo / iPhone sync). so would like to Delete all the "old" Eudora folders leaving just   "IN" and OUT and a bit more then have
    either Aid4Mail or MBOX2PST import the Eudora mail correctly into my existing PST file but I'm not sure that's a reasonable expectation...
    In "additional" expectations ... maybe these programs would import with correct time-stamps and fix my archiving issue also  ;-)  ?
    Thanks for any input... you are without a doubt the smartest person on the planet when it comes to Outlook, I've been following your work for many years!
    Jim

  • When attempting to imbed a jpeg to an mp3, I now have that jpeg in the background of multiple folders. How do I remove the jpeg?

    When attempting to imbed a jpeg to an mp3, I now have that jpeg in the background of multiple folders. How do I remove the jpeg?

    This is the Feature request forum but select your item and then open the Attributes panel. On the left side are two boxes. Make sure the left box is highlighted.

  • Can I have multiple images on a single USB drive?

    I would like to save an image from my T400 (XP), then upgrade the hard drive to an SSD, then upgrade the OS to Windows 7 (or 8), and take another image.
    I have several questions that I hope someone can help me with...
    Can I use Rescue and Recovery to save multiple images to a single USB drive?  
    If so, how does the sw keep the files separate?
    Will it still work if I use two different Rescue and Recovery versions (4.3 for XP, and 4.5 for W7)?
    Is there a way to store the images in separate folders on the USB drive, or is that unnecessary?
    Is there a better way to do this (including using different sw)?
    Thanks in advance,
    Ron
    Solved!
    Go to Solution.

    If you open Disk Management, you'll see Disk 0 with more than one partition. If you want to rebuild a HD back the same you'll want all or at least two of the partitions. You'll notice the Active Boot partition is not C the Windows drive but a partition called System_Drv (at least in my system). Those two will be mandatory when you image a new drive. Otherwide you'll have some fixing with external tools to get it booting.
    T520 Model 4239 Intel(R) Core(TM) i7-2860QM CPU @ 2.50GHz
    Intel Sandy Bridge & Nvidia NVS 4200M graphics Intel N 6300 Wi-Fi adapter
    Windows 7 Home Prem - 64bit w/8GB DDR3

  • Save same bookmark in multiple folders without having to do it manually. Is there and add-on that can help me fix this issue?

    If I have a bookmark in a folder and I save a new folder that may overlap with the old bookmarks the bookmarks from the old folder are automatically removed, this is a problem for me and I cant always manually go fix it.
    If I have a folder named A1-D1 that has bookmarks A1, B1, C1 & D1
    & now I am searching bookmarks related to A & want a new folder A1-A4 with bookmarks A1, A2, A3 & A4
    when I save the new group of bookmarks it removes A1 from A1-D1, which is horrible.
    & its very time consuming & frustrating to have to manually fix this every time.
    I know Firefox did this on purpose to prevent duplicate bookmarking but this is worse than having the the same bookmark being repeated more than it needs to. Now when I am looking at folder A1-D1 i don't even know how many of them have disappeared & have to search all over again.
    I hope they fix it soon.
    Please let me know if there is an add-on that will prevent Firefox form ruining my bookmarks.

    This extension gets around that limitation for me. <br />
    https://addons.mozilla.org/en-US/firefox/addon/add-bookmark-here-2/
    Really nothing to be fixed, that "feature" was added to Firefox 3 when the "Tags" feature was added to Firefox bookmarks. The concept is to use Tags to categorize a single bookmark with multiple Tags, instead of the user saving the same bookmark to multiple folders. I don't care for Tags and save the same bookmark to whatever folders I want it in using that extension.

  • How to open multiple folders and read file?

    Hello,
    I try to use this bridge script. The script work very well for me but some times I have multiple folders.
    Now script work that:
    1. Read file in folder
    2. Save text file and show me popup with full quadrature
    http://forums.adobe.com/message/3996179?tstart=56
    1. Open folder
    2. Read file
    3. Close folder
    4. Read next folder
    5. Read file
    6. Close folder
    7. ....
    8. Save text file with all folders and show me popup with full quadrature
    Please help!
    Best regards.

    Lightwave wrote:
    I don't think you guys are hearing my question. I can see how to restore a single file or folder.
    I want to restore ALL the changed or deleted files and folders since my last backup (but not the entire disk, that would be unnecessary)
    Were all (or most) of the items in, say, your Documents folder, or your Music folder? If so, you can restore the whole folder via TM. That will put all sub-folders and files back exactly the way they were at the time of the backup. You just have to be careful to pick the right backup (date & time).
    Or, if they were scattered through your Home Folder, you can restore that entire folder in the same way.
    If you've made changes subsequent to that backup, however, they will be lost in the process. What you can do in that case is, restore to a different location, then compare the two folders, and drag & drop what you want. (To restore to a different location, select the folder in TM, then click the "gear" icon in the TM Finder window, and select +Restore <item selected> to ...+ and you'll be prompted for a restore location.)

  • Multiple Folders in DCIM when using PC & USB...

    I have an Iphone 4 / 16GB / using 64Bit Windows 7 PC for USB connection...
    Note: This did not used to happen in version 4.X... Only after upgrading to 5.X this started happening...
    I take lots of photos and videos on a daily bases of my kids, work, etc...  when I connect my phone via USB and look into the DCIM folder; all photos and vidoes are being stored into different sub-folders randomly.
    Folders look something like:
    801FDGH
    805FDHT
    922GFFF
    etc...
    Looks like it saves images and videos up to 1000 counter in each folder; when thousand is reached it creates a new folder I'm currently at 5K since upgrade; so 5 diferent folders have been created... All older images and videos I had after upgrade are now split up into multiple folders which some only have 1/2 images...
    So I figured this would be uses; just short the folders by date / time stamp... well all folders have the same exact dates / time stamp so when looking for specific photos / vidoes I have to go into every single folder looks for them...
    In the past; when I hook my iphone up to the computer, it will only show the "DCIM" folder, then "100APPLE" sub folder.  Funny thing; when I hookup my Iphone to my work computer which is running on Windows XP; it shows normal only one 100APPLE...
    Any idea how I can fix this?  I have tried multple USB cables; this is very annoiging when I have to go hunting for images / vidoes?
    Thanks in advance.
    Paul

    Hi, I think I have the same problem. I have multiple folders as well. I just want all my pictures in one and I guess it has a capacity because it creates a new one after every 12 pictures (in my case)I have a screen shot but cant figure out how to upload it. But my iPhone is 3G not 3Gs

  • Selecting multiple folders to make a contact sheet

    When creating a contact sheet in Bridge CS4, is it possible to select multiple folders so that you can pull multiple images? I tried saving a contact sheet pdf while selecting the folders, but Bridge is requesting that I select the files within the folder. It would seem counterproductive to extract all my images from all the folders to place them in a single location just to make a contact sheet. I hope I'm just missing something basic.
    Thanks

    The only thing I can think of for this purpose is to use the option to show
    items from subfolders (in the View menu) and have a flat view for the whole
    content of the mainfolder containing the desired subfolders.
    If you have only a view items from subfolders instead of the whole content
    from that subfolder you are bound to use either labeling or rating and
    select them with filterpanel options.
    And there is some other thing that comes to my mind, open them in PS and
    choose the option to create contactsheet from open files.
    However it is to my knowledge not possible to select items from different
    folders in one time, neither in Finder, nor in Bridge.
    When creating a contact sheet in Bridge CS4, is it possible to select multiple
    folders so that you can pull multiple images? I tried saving a contact sheet
    pdf while selecting the folders, but Bridge is requesting that I select the
    files within the folder. It would seem counterproductive to extract all my
    images from all the folders to place them in a single location just to make a
    contact sheet. I hope I'm just missing something basic.
    Thanks

  • Filter today's mail in multiple folders

    I have created multiple folders in outlook. Now I want to create a filter which will show me all the mails received today in all the folders in a single
    view. Is this possible? How?
    Thanks

    Glad to see you have your problem resolved. And thanks for sharing the workaround/steps here, this should be helpful to other users in the forum who has the same issue.
    Thanks,
    Ethan Hua CHN
    TechNet Community Support

  • Indexing files in multiple folders

    Dear all,
    I would like to ask is it possible to index files in multiple folders. To my understanding, Oracle Text seems can only create an index for files in a single folder. if this is true , then i think it will restrict us to search for files that have same file name. So I would like to ask if there are any work around to solve this problem.
    Thanks in advance,
    Edward

    Yes you can index files in multiple folders. Either you enter multiple paths in the path variable seperated by colon (:) under UNIX or semicolon(;) under NT.
    The other possibility is to leave the path variable blank but then the column you build the index on needs to store the whole file and pathname.
    Hope this helps
    Joerg

Maybe you are looking for