Splitting layer into RGB layers in a group - newbie

I'm a newbie trying to split a selected layer into multiple layers, each with only one channel enabled. What I mean into the script below, I’d like to do that same thing I do manually by going into Layer Style, in Advanced blending where it has the Channels R checkbox, G checkbox, B checkbox, for my R layer uncheck the G & B.
I've got a start on grouping, copying the layers, renaming them as I'd like, but I don't know how to do the equivalent of what I described above.
What I have so far...
var doc = app.activeDocument,
      currentLayer = doc.activeLayer;
var group = doc.layerSets.add();
      group.name = currentLayer.name;
var bLayer = currentLayer.duplicate(); // duplicate layer in target doc
      bLayer.name = 'Blue:' + currentLayer.name;
         currentLayer.visible =false;
//somehow here  I’d like to do that same thing I do manually in
//Layer Style, in Advanced blending it has
//Channels R checkbox, G checkbox, B checkbox
//for my R layer uncheck the G & B
      bLayer.move( group, ElementPlacement.PLACEATEND ); // move it
      doc.activeLayer = bLayer;
var gLayer = bLayer.duplicate();
      gLayer.name = 'Green:' + currentLayer.name;
      gLayer.blendMode = BlendMode.NORMAL;
//somehow here  I’d like to do that same thing I do manually in
//Layer Style, in Advanced blending it has
//Channels R checkbox, G checkbox, B checkbox
//for my G layer uncheck the R & B
      gLayer.opacity = 100.0;
      doc.activeLayer = gLayer;
var rLayer = gLayer.duplicate();
      rLayer.name = 'Red:' + currentLayer.name;
      rLayer.blendMode = BlendMode.NORMAL;
//somehow here  I’d like to do that same thing I do manually in
//Layer Style, in Advanced blending it has
//Channels R checkbox, G checkbox, B checkbox
//for my R layer uncheck the G & B
      rLayer.opacity = 100.0;
      doc.activeLayer = rLayer;

I looked around and finally did this by creating actions and then calling the actions.  I then added a loop that loops around all selected layers, using what I found at:
https://forums.adobe.com/thread/1536677
So with more research I answered my question.  Below is my script if others find it useful...
#target photoshop
alert("copying each layer in group with R, G, B layers");
runMulti();
// run();   
function runMulti(){
    var selLay = getSelectedLayersIdx();
    if( selLay.constructor != Array ) selLay = [ selLay ];
    for( var i=0; i<selLay.length; i++){
        multiSelectByIDx(selLay[i]);
        run();
function run (){
var doc = app.activeDocument,
        currentLayer = doc.activeLayer;
// test script: what I really want loop around all of the layers in the doc, not just the active one
// so I want to create a group for each of the original layers
var group = doc.layerSets.add();
        group.name = currentLayer.name;
var bLayer = currentLayer.duplicate(); // duplicate layer in target doc
        bLayer.name = 'Blue:' + currentLayer.name;
         currentLayer.visible =false;
        bLayer.move( group, ElementPlacement.PLACEATEND ); // move it
        doc.activeLayer = bLayer;
//what the action "blue" does is in
//Layer Style, in Advanced blending it has
//Channels R checkbox, G checkbox, B checkbox
//for my B layer uncheck the R & G
          app.doAction("blue", "Default Actions");
var gLayer = bLayer.duplicate();
        gLayer.name = 'Green:' + currentLayer.name;
        gLayer.blendMode = BlendMode.NORMAL;
        gLayer.opacity = 100.0;
        doc.activeLayer = gLayer;
//what the action green does is in
//Layer Style, in Advanced blending it has
//Channels R checkbox, G checkbox, B checkbox
//for my G layer uncheck the R & B     
         app.doAction("green", "Default Actions");
var rLayer = gLayer.duplicate();
        rLayer.name = 'Red:' + currentLayer.name;       
        rLayer.blendMode = BlendMode.NORMAL;
        rLayer.opacity = 100.0;
        doc.activeLayer = rLayer;
//what the action red does is in
//Layer Style, in Advanced blending it has
//Channels R checkbox, G checkbox, B checkbox
//for my R layer uncheck the G & B  
          app.doAction("red", "Default Actions");
function hasBackground(){// function to check if there is a background layer
    var res = undefined;
    try{
        var ref = new ActionReference();
        ref.putProperty( charIDToTypeID("Prpr") , charIDToTypeID("Nm  "));
        ref.putIndex( charIDToTypeID("Lyr "), 0 );
        executeActionGet(ref).getString(charIDToTypeID("Nm  ") );
        res = true;
    }catch(e){ res = false}
    return res;
function getSelectedLayersIdx(){// get the selected layers index( positon in layer editor)
     var selectedLayers = new Array;
     var ref = new ActionReference();
     ref.putEnumerated( charIDToTypeID('Dcmn'), charIDToTypeID('Ordn'), charIDToTypeID('Trgt') );
     var desc = executeActionGet(ref);
     var add = 1;
     if(hasBackground()){add = 0}
     if( desc.hasKey( stringIDToTypeID( 'targetLayers' ) ) ){
          desc = desc.getList( stringIDToTypeID( 'targetLayers' ));
          var c = desc.count
          var selectedLayers = new Array();
          for(var i=0;i<c;i++){
               selectedLayers.push(  (desc.getReference( i ).getIndex()) + add);
     }else{
          var ref = new ActionReference();
          ref.putProperty( charIDToTypeID('Prpr') , charIDToTypeID( 'ItmI' ));
          ref.putEnumerated( charIDToTypeID('Lyr '), charIDToTypeID('Ordn'), charIDToTypeID('Trgt') );
          srs = hasBackground()?executeActionGet(ref).getInteger(charIDToTypeID( 'ItmI' ))-1:executeActionGet(ref).getInteger(charIDToTypeID( 'ItmI' ));
          selectedLayers.push( srs);
     return selectedLayers;
function multiSelectByIDx(idx) {
  if( idx.constructor != Array ) idx = [ idx ];
    var layers = new Array();
    var id54 = charIDToTypeID( "slct" );
    var desc12 = new ActionDescriptor();
    var id55 = charIDToTypeID( "null" );
    var ref9 = new ActionReference();
    for (var i = 0; i < idx.length; i++) {
          layers[i] = charIDToTypeID( "Lyr " );
          ref9.putIndex(layers[i], idx[i]);
    desc12.putReference( id55, ref9 );
    var id58 = charIDToTypeID( "MkVs" );
    desc12.putBoolean( id58, false );
    executeAction( id54, desc12, DialogModes.NO );

Similar Messages

  • Separating a dual layer into single layers?

    I mastered a DVD on a dual layer DVD9, and the replicator I sent it to said the copyright protection I put on it doesn't work, that I need to separate each layer and burn to individual discs. Kind of like mastering to DLT, but using dvd's. I tried exporting to the hard drive instead of the burner using DDP 2.10 and .img, and they create 1 TS file that is 7 gig. I'm looking to get 2 separate TS files that are roughly 3.5 gig each. Anyone know how to achieve this?

    I disagree with the fact that you can make .img files and have CSS without using a DLT. I wish I could do. My DLT 8000 won't do a format and write in DSP4 version 4.1 running on a MAC PRO and I need to send stuf to a replicator and can't fiqure out how to do so. If you can provide a work around, and I will try the one you suggested. But so far .img files don't have CSS without using a DLT.

  • How to convert groups into layers by retaining groups names

    Hi,
    I have a file with 90 illustrations on 90 pages. Unfortunately, all illustrations are located in 90 groups but in a single layer. The groups however are named. I'd now like to convert those named groups into 90 layers by retaining their names in order to export each layer into single PNG-files with their correspondent layer-name later on.
    Any ideas anybody?
    Thanks for your help, kind regards,
    Ralf,
    Cologne

    AppleScript = mac only
    VBScript = pc only
    JavaScript = cross platform
    here's a sample in JS...it does the first part, it moves the groups to layers
    var idoc = app.activeDocument; // get active document
    var ilayer = idoc.activeLayer; // get active layer
    for (i=ilayer.groupItems.length-1; i>=0; i--) // loop thru all groups backwards
              var igroup = ilayer.groupItems[i]; // get group
              var newLayer = idoc.layers.add(); // add new layer
              newLayer.name = igroup.name; // rename layer same as group
              igroup.move(newLayer,ElementPlacement.PLACEATEND); // move group to new layer

  • Multiple Stacks - Loading into Photoshop Layers?

    Hey all, is there a way to use Bridge in order to stack multiple images - into multiple layered files?
    Let me give you an example:
    I have the following files -
    Image_001_a.tif
    Image_001_b.tif
    Image_002_a.tif
    Image_002_b.tif
    Image_003_a.tif
    Image_003_b.tif
    What I would like to do is be able to create 3 files based on the images - each with a and b as layers.
    I can select
    Image_001_a.tif
    Image_001_b.tif
    And make a layered Photoshop file out of both, with each as a layer - but what I want to do is essentially stack the images together in Bridge, then have them create a bunch of layered files.
    Image_001.psd - with A as a layer and B as a layer
    Image_002.psd - with A as a layer and B as a layer
    Image_003.psd - with A as a layer and B as a layer
    Is there a way to automate this? Should I repost in Scripting? What do stacks in Bridge actually do if not this?
    Thanks for your help, I can clarify if needed, I know this request seems a bit odd.

    Hi,
    The building blocks are in place and you can get the end result with some manual input. Do you have Tools> Photoshop> Load Files into Photoshop Layers...? That will get you multiple files into a single layered file in Ps. If you make the Stack by hand, click the number counter to expand and select all files in the group, then select the above menu item you should get:
    Untitled1.psd - with Image_001_a.tif as a layer and Image_001_b.tif as a layer
    Fully automating from a list of images would need some scripting. There is a menu item in place that will auto-Stack but it doesn't use a file naming convention. It looks at metadata to pick images that are appropriate for either HDR Merge or Panoramas. I'm guessing that one should be able to make a script to auto-Stack based on a naming convention, but haven't seen one.
    regards,
    steve

  • How to split image into smaller (same size) pieces?

    Hi all,
    My question is how to split image into smaller (same size) pieces, using Photoshop elements 13? Could anyone help me with this one?
    Thanks!

    Use the Expert tab in Editor (I think that is what it is called in PSEv.13)
    You may find the grid helpful. Go to View>Grid. It will not print, but will help to orient you. You can set up the gridlines to suit via Edit>Preferences>Guides and Grid. If you want to partition the picture in to 4 uniform pieces, it would be Gridline every 50%, Subdivision 1. Also, go to View>Snap to>Grid.
    Set up the Rectangular marquee tool: If the picture is 6" wide & 4" high, enter width=3in & height=2in.on the tool's option bar. This will be a fixed size.
    Click and select one quadrant, press CTRL+J to place this quadrant on a separate layer
    Repeat for the other 3 quadrants
    You should end up with 5 layers : Background, and layers 1, 2, 3, 4.

  • Filter Effect and Layer Style in the same layer vs separate layers

    I'm adjusting a photographic image and am using both a filter effect and a layer style in the same layer on a Smart Object.  I want to separate the two effects into two layers, so one layer has the filter effect (Nik) and one layer has the layer style (Color Overlay) (with the goal of merging/rasterizing the Nik filter effect with the Smart Object but keeping the layer style unmerged).  I can make two layers and move one effect without problem, but the visual result of each effect on a separate layer is quite different from having both effects in the same layer.   The Blend Mode for all my layers is Normal.  Within the Color Overlay panel, the blend mode is Linear Burn.
    I don't understand why the visual result is different.  I'm not an advanced user of Photoshop, so maybe I'm missing something.  This is a trial of CS6 that I'm using.
    Layer 1: a layer style and a filter effect, stacked
    looks very different from....
    Layer 2:  a layer style
    Layer 1:  a filter effect

    If you want two separate layers, then on the duplicate layer with the Color Overlay layer style you might try different layer blending modes.
    For example, below looks the same having the Color Overlay with linear burn on the second layer and changing the layers blend mode to Hue.
    You could also put the layer in a group and apply the layer style to the group.
    (i deleted the previous post because of pilot error)
    Message was edited by: R_Kelly

  • Visibility bug with layers nested inside groups

    I've noticed that if a group's visibility is toggled off, any layers nested inside with individual visibility toggled on will still display. So Extract is not honoring the parent container's visibility setting. Visibility also breaks when using Layer Comps. To better illustrate:
    [off][group]
    [on][layer 1]
    [on][layer 2]
    [on][layer 3]
    All layers will still show.
    [off][group]
    [off][layer 1]
    [off][layer 2]
    [off][layer 3]
    Visibility behaves correctly.
    When handling a few layers it's not much of a deal. But often times my workflow requires me to group a large amount of layers with various visibility settings.
    Can you guys look into it? Much appreciated!

    Hi krios21-
    The top level visibility should certainly override any child layers, but there have recently been some issues with computing the right visibility when various blend modes and the like are used. It's very likely that your issue is already fixed but not yet deployed. If you would like to share the file, either publicly or privately to me via PM or mhendric (at) adobe.com, I can confirm that for you (and if not, I need to get right on fixing it :-).
    -Mitch
    P.S. You may find that, toggling some specific layers on and off causes it to fix itself. In that case, it is even more likely you've hit the condition I'm describing. It's also a way to work around the issue (even though it's inconvenient).

  • "Load files into Photoshop layers" fails to complete CS6

    Hi all,
    Hoping someone can help with the folling problem with Photoshop & Bridge CS6
    When in Bridge, after selecting 6 images (CR2) using the command TOOLS>LOAD FILES INTO PHOTOSHOP LAYERS the first file will load into Photoshop, Photoshop will then generate a second blank layer and then read the second file. At this point the "script" will stop. I am left with a document with 2 layers. The top layer has my first image, the bottom layer is empty.
    At this point when I quit Photoshop I am prompted to save this open document which appears to be the only open document. I choose not to save this as a file. I then get a dialogue box prompting to save another open document. Photoshop has loaded the second file to place as a layer but as the "script" has aborted I am left with an open, but invisible file.
    When I first loaded CS6 on Snow Leopard, it would demonstrate this behaviour every time I attempted to run this command from Bridge.
    I did a clean install on a blank HDD of OSX Lion. Installed CS6. The command worked without fail for about a month.
    Then I would get the command aborting occasionally. Restarting Photoshop would let me continue for a few hours before this aborted script problem would happen again.
    Over the last week it has become more frequent, to a point where this workflow is unusable.
    A restart of Photoshop may fix the problem for the next batch of images, only to fail again soon after, or fail on the first attempt after a relaunch of Photoshop.
    A reboot of my computer will allow my to load one or two sets of files before again failing to complete the command.
    I have tried the following:
    In Photoshop preferences:
    disabling the "Use graphics Processor"
    Increasing or decreasing the amount of RAM available to Photoshop
    Changing the cache levels or changing the cache tile size
    changing the scratch disk
    Trashing the Photoshop preferences file (Photoshop Settings.psp)
    In Bridge
    Purging the cache
    Increasing or decreasing the cache size
    Resetting Bridge preferences (holding Command on launch) and deleting all cache files.
    In general system
    Quitting extra programs (Safari, Thunderbird, iTunes)
    Sometimes this will seem to then allow Photoshop to load a full set of images, only to abort again after a few sets.
    Rebooting the computer - again will work for a few images sets before again failing.
    Now the fact that it worked fine for several weeks without presenting a problem would indicate that it is not a bug.
    The fact that is slowly started happening then became more frequent would indicate something changing slowly over time - a larger cache folder perhaps, although purging known Bridge cache folders has not filed the problem.
    Really at the end of my tether here. Even considering downgrading to CS5 - but don't want to have to use the older Adobe Camera Raw.
    System is as follows:
    Mac Pro 2 x 2.66 Quad Core
    24GB RAM
    ATI Radeon HD 4870 512
    OSX Lion 10.7.4
    I have seen a couple of others have posted having a the same problem, both with CS5 and CS6.
    Hoping someone has an answer.
    Thanks.

    Hi JJMack - I just re-read your post. For some reason I thought you were suggesting to make sure "Open documents in Tabs" was selected, it was. Now I realize you were suggesting to turn it off! As another attemp to solve this problem I did de-select it today. Seemed to work for a good while. I was getting very excited, then, on the last set of images I had to do it displayed the same problem. But, it did go for quite a while without failing, and when it did I was thrashing about trying to make another app active. When loading documents like this - with "Open documents in Tabs" de-selected, Photoshop wants to put the loading images as the front-most window, no matter what other apps (Bridge, email, web etc) I click on in the dock. I think it is related to the bug you described effecting the "load files to stack" command.
    Hopefully Adobe is looking at this - mind you, I have read reports of people having this problem in CS5! Looks like that was never resolved sadly.
    I'll keep testing and post back.
    I am looking to upgrade my video card to see if it's a video memory thing.
    What is very weird though is the fact that this problem didn't present itself until after several weeks of working with this command with no problem. No additional apps installed, nothing changed. Why would it start happening only after a while?
    Thanks again for your suggestion.

  • MISALIGNMENT PROBLEMS USING "LOAD FILES INTO PHOTOSHOP LAYERS" FROM BRIDGE CC

    I'm having a persistent problem which technical support was unable to resolve after being on the phone with them for 1.5 hrs. I was told the issue would be escalated... That was five days ago, and I've heard nothing.
    Here is the problem: In ACR working on a bracketed group of five images shot from a solid tripod in Bridge CC. I carefully synchronize all parameters incl. crop, transform, exposure, etc. Then I go to Tools / Photoshop / Load files into Photoshop layers, and the images open in photoshop in a layered file..., BUT some are knocked out of alignment. Actually they have been cropped slightly smaller than the original file, always by the same number of pixels. Sometimes all layers are affected, sometimes not.
    Photoshop CC & Bridge CC are both up to date, as is the camera raw plugin. I’m on a new iMac i7 4-core, OSX 10.9.4. All software was newly downloaded from Adobe two weeks ago. I have reset preferences, reset tools in Photoshop, even uninstalled and reinstalled Bridge CC 6.1.0.115 all to no avail. Any suggestions? I am desperate for some help.

    I run Windows 7 Ultimate, I have 2.00GB of RAM with 1.74 usable, and I selected 40 images, each about 2MB.

  • "Load files into Photoshop layers" completely missing from Bridge CS6

    No options to load files into Photoshop layers. Why not, and how can I put several files into one Photoshop layer?
    I'm using Bridge CS6 and Photoshop CC.

    Hi JJMack - I just re-read your post. For some reason I thought you were suggesting to make sure "Open documents in Tabs" was selected, it was. Now I realize you were suggesting to turn it off! As another attemp to solve this problem I did de-select it today. Seemed to work for a good while. I was getting very excited, then, on the last set of images I had to do it displayed the same problem. But, it did go for quite a while without failing, and when it did I was thrashing about trying to make another app active. When loading documents like this - with "Open documents in Tabs" de-selected, Photoshop wants to put the loading images as the front-most window, no matter what other apps (Bridge, email, web etc) I click on in the dock. I think it is related to the bug you described effecting the "load files to stack" command.
    Hopefully Adobe is looking at this - mind you, I have read reports of people having this problem in CS5! Looks like that was never resolved sadly.
    I'll keep testing and post back.
    I am looking to upgrade my video card to see if it's a video memory thing.
    What is very weird though is the fact that this problem didn't present itself until after several weeks of working with this command with no problem. No additional apps installed, nothing changed. Why would it start happening only after a while?
    Thanks again for your suggestion.

  • "Load Files into Photoshop Layers" persistent misalignment problem

    I'm having a persistent problem which technical support was unable to resolve after being on the phone with them for 1.5 hrs.
    I'm working in Bridge CC in ACR, synchronizing all parameters incl. crop, transform, exposure, etc. of a bracketed group of images shot from a solid tripod. When using the Tools / Photoshop / Load files into Photoshop layers command, the images open in photoshop in a layered file, BUT some are knocked out of alignment. Actually they have been cropped slightly smaller than the original file, always by the same number of pixels. Sometimes all layers are affected, sometimes not. Photoshop and Bridge are both up to date, as is the camera raw plugin. I’m on a new iMac i7 4-core, OSX 10.9.4. All software was newly downloaded from Adobe less than two weeks ago. I have reset preferences, even uninstalled and reinstalled Bridge CC 6.1.0.115 to no avail. Any suggestions?

    Hi JJMack - I just re-read your post. For some reason I thought you were suggesting to make sure "Open documents in Tabs" was selected, it was. Now I realize you were suggesting to turn it off! As another attemp to solve this problem I did de-select it today. Seemed to work for a good while. I was getting very excited, then, on the last set of images I had to do it displayed the same problem. But, it did go for quite a while without failing, and when it did I was thrashing about trying to make another app active. When loading documents like this - with "Open documents in Tabs" de-selected, Photoshop wants to put the loading images as the front-most window, no matter what other apps (Bridge, email, web etc) I click on in the dock. I think it is related to the bug you described effecting the "load files to stack" command.
    Hopefully Adobe is looking at this - mind you, I have read reports of people having this problem in CS5! Looks like that was never resolved sadly.
    I'll keep testing and post back.
    I am looking to upgrade my video card to see if it's a video memory thing.
    What is very weird though is the fact that this problem didn't present itself until after several weeks of working with this command with no problem. No additional apps installed, nothing changed. Why would it start happening only after a while?
    Thanks again for your suggestion.

  • Load Files into Photoshop Layers hanging...

    I have both Bridge CS5 4.0.4.2 and Photoshop CS5 12.0.2 x64 open and running on a MacBookPro... when I highlight a few files inside of Bridge CS5, then go to Tools, Photoshop, Load Files Into Photoshop Layers, when those files start opening in Photoshop and stacking as Layers, the process just hangs and stops processing after the first Layer is placed - any ideas why this happens, or just a bug? Thank you!

    any ideas why this happens, or just a bug?
    As I can’t reproduce the issue so I would assume it’s not a bug per se.
    Have you tried trashing prefs for Photoshop (after making sure all customized presets like Actions, Patterns, Brushes etc. have been saved and making a note of the Preferences you’ve changed)?

  • How can I export the number of pixels of each layer into an excel file?

    I would like to export the number of pixels that each layer of an image contains into excel. How can I do this?
    Secondly, as I need to do this with several images, is there any way to name the layers so that all layers with let's say for example the name "yellow" appear in the same column in excel?
    Some background information on why I need to do this... I would like to know how many percent of an image are yellow and have therefore created  layers of one image for each color it contains.
    Thanks for your help!!!

    Maybe my question was a bit unclear. I do not want to find out the number of pixels of a color in a layer but the number of pixels of the complete layer.
    What color these layers are is a different question. I am using images with a very limited range of colors (sort of like the image above but with about 10 colors). I have seperated these colors into layers and now need to count the pixels of each layer and export them.
    You can record number of pixels/layer  into the Measurement Log, then export data to Excel. But I'm not sure how to automate that without scripting.
    Does anyone know how to do this?
    For normal artLayers it is somewhat easy to get the number of pixels in the layer. But that is just how many pixels are in the layer.
    But that is exactly what I need to know, how many pixels are in the layer. I know how to find this out by looking at the histogram of the selection. But I want to export this information of all layers at once into an excel or text file. Any ideas on how to automate this with or without scripting?
    |

  • Splitting Application into separate projects

    I'd tried to split my domain layer (annotated EJB3) into separate project, from my service layer (EJB3 session beans) - that used to run together happily but I got the following error against each entity.
    Exception [TOPLINK-198] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.DescriptorException
    Exception Description: In order to use ObjectChangeTrackingPolicy or AttributeChangeTrackingPolicy, class com.davinci.capital.domain.tran.Tran has to implement ChangeTracker interface.
    Descriptor: RelationalDescriptor(com.davinci.capital.domain.tran.Tran --> [DatabaseTable(TRAN)])
    When I put the projects back together I still got the problem. I think it might be related to the enhancement process and somehow picking the un-enhanced code.
    Is there someway to 'reset' a project/application? I tried removing the project (and leaving the source) and then creating a new one with the source still in place, but the error remains.
    Any ideas?
    Thanks
    Michael
    Message was edited by:
    mmcgovern

    Somewhat answered this myself.
    Appears that I had some unenhanced domain class files lying around in the DAO layer - these where getting picked up instead of the enhanced ones.
    However it appears I there is a problem having EJBs spread around different projects within the application. The above problem appears to be related to having two-way dependencies so I get two copies of classes file created - and it picks up the unenhanced one.
    The real problem is that I can't have EJB's in multiple projects - its appears to only create an ejb-jar.xml for EJBs in the "target" project (embedded OC4J) - the EJB's in the related projects are ignored.
    If could split EJBs into projects then I would not have two-way dependencies and the original problem goes away.
    Any ideas?
    null

  • HT1473 When downloading a CD album, if it contains different artists, the album is split up into separate albums/icons. How do I get all songs into one album (just like the original CD)?

    When downloading a CD album, if it contains different artists, the album is split up into separate albums/icons. How do I get all songs into one album (just like the original CD)?

    Generally, in iTunes, all you need to do is fill in an appropriate Album Artist to keep things together. For older iPods each track from the same album should have the same artist, or be marked as a compilation where appropriate. For iOS devices you may need to go to Settings > Music > Group By Album Artist > On.
    For more details see my article on Grouping Tracks Into Albums, in particular the topic One album, too many covers.
    tt2

Maybe you are looking for

  • Display problem MBP 15(2.5GHz Intel Core 2 duo)

    i noticed about 2 weeks ago an intermitant issue when  i was using my MPB the display would suddenly lose resolution so it looked like there were many vertical lines.  text would become very jagged and difficult to read.  in excel, some of the cell/c

  • How to center a JFrame object on the screen?

    Does somebody know how to center a JFrame object on the screen. Please write an example because I'm new with java. Thank you.

  • Serious issues with Dreamweaver CS5.5

    I am having some problems that I cant figure out how to resolve. I am following tutorials by James Williamson on CSS layouts and currently studying CSS conflicts. Now I am learning a lit and also following the video. The problem is when I am writing

  • Photoshop and illustrator CS6 wont install

    Hello, I am trying to install these products. After their done installing, they say these products failed to install. I am using the CS6 master collection CD. I am running a 15" macbook pro from 2009 that is running OS X Yosemite. Here is a error sum

  • PDFSaveOptions - can't control file size

    I am trying to automate the saving of all my layers as PDFs.  Yet, I am getting different results when I try to automate the saving process.  For example, I can save a file manually using "SaveAs..." in the menu, then setting my options using the tab