Hi drc... Try the steps below...
Right click on Audio in your tree, and click on "Add Library View"
At the bottom of the result window of thumbnails, you will find "Empty View". Click on it once to select it.
Underneath that, change the name field to Incomplete Albums?
Press OK.
MC will have added the view to your tree, selected it, and opened the view scheme editor for you. You should be looking at something as shown below...
Starting on the left, we'll now add your panes. Press the "Add" button. You will now be looking at the category editor below...
Select the "Expression" type.
Enter Complete Album? in the name field.
Paste the following code into the "Expression to group by" field.
if(IsEqual([complete album],0,2), Incomplete,All There)
Press OK
You will now be back at the first image. Press the "Add" button again.
This time, keep the Library Field type selected, choose Artist from the list of fields.
Keep sorting and matching at their defaults, tick "Grouping", enter your desired size, which, from your OP, will be three.
Press OK.
Press "Add" again, select Artist from the list, again, and press OK.
Press "Add" again, select Album from the list, and press OK.
Your view editor should now look like so:
The default settings should be fine for you. If you want to know more about these,
see this post, old, but still current.
Press OK. How does this work for you?
Also, for the sake of clarity, some notes regarding the logic MC uses to determine an album's "completeness"...
Complete Albums
Media Center can automatically display complete and incomplete albums. An album is considered complete if all the files with the same [Album] value in the same directory:
· are sequentially numbered tracks starting at 1
· have at least 2 files or 10 minutes of audio (this might be out of date now. I think 1 track albums are now deemed to be complete if the track # is 1)
· are Audio and have a non-empty [Album] value.
-marko