Hey,
I'm on the MP3 shop thing again. I'm in a bit of a pickle trying to figure out how to use a view to display a list of album node, that each have a node ref. to their Artist(s). I want this view to be on the Artist page, so you can see a list of the Albums (product_kits) for that Artist.
So it needs to filter the Albums list by their Artist->node_ref. taking the value from the path node/id, but I'm not sure views can even do this??
Perhaps I'm modelling this all wrong? How have other people done this? I noticed that @silvercat used a "calculated field" to do her view/list of tracks but sticking PHP in a CCK field seems wrong (but I'll do it if I have to)

