I love J River, I need some help though. I have a lot of Electronic Music where many of the artists do remixes of other artists music that are not necessarily featured on any of their own albums. This is the same for song that Feature an artist.
I like to use the default Album Artist view scheme as well as the Artists view scheme.
I'll try to explain the best I can, I know this issue is a minefield. (I read the posts on Multiple Artist Album) (I think this is similar)
Say for instance the following Ep below (4Kuba - Funky Maiden), I want the all the tracks to appear under the artist 4kuba in both view schemes (Album Artist & Artist)
As for the songs that have other artists featuring in them and have been remixed (This is where it gets tricky), the Access Denied remix, I have other Eps from this Artist, I want this song to show up in both view schemes (Album Artist & Artist) under Access Denied. But I have no eps for Kid Digital, This track I want to appear under the view scheme Artist, under Kid Digital but not Album Artist (I want this because I want the Album Artist view scheme to include remixes & songs that feature said artists but at the same time not clog up the list with lots of esoteric artists [That’s what my artist view scheme is for])
Album Artist: | 4kuba |
Album: | Phunky Maiden |
Track List: | 1. Phunky Maiden |
| 2. Phunky Maiden (Feat Mars) |
| 3. Phunky Maiden (Access Denied Remix) |
| 4. Phunky Maiden (Kid Digital Remix) |
I've already managed to achieve this basically through trial and error, it took A long while though, but I think I've got there
I hope anyone that can wrap there head around this can help me improve it and or find bugs with it. (I think it works but I have not retagged my music collection to test it
Completely yet.)
Below are extra fields I have created, when making the fields that are List (Semicolon Delimited) and have calculated data, you must Create the field, make it a
List (Semicolon Delimited) then close "Manage Library Fields" then reopen it and enter the calculated data.
Fields |
Album Artists |
Data Type: | List (Semicolon Delimited) |
Calculated Data: | =[Album Artist (Auto)] |
Relational: | Non Relational |
|
Artists |
Data Type: | List (Semicolon Delimited) |
Calculated Data: | =listcombine([Artist Supporting],[Remixer],\,;)&datatype=[list] |
Relational: | Non Relational |
|
Artists Calc |
Data Type: | List (Semicolon Delimited) |
Calculated Data: | =if(isequal([Album Artists],[Artists],7),[Album Artists],[Artists]) |
Relational: | Non Relational |
|
Artist Supporting | (This field is for songs that feature an artist) |
Data Type: | List (Semicolon Delimited) |
Relational: | Non Relational |
|
Remixer | (This field is for songs that are remixed by an artist) |
Data Type: | List (Semicolon Delimited) |
Relational: | Non Relational |
|
Below are the view schemes I use I know they are not truly Album Artist and Artist, but I've still named them that to save confusion.
Album Artist | |
| Expression: listcombine([Album Artists],[Artists Calc],\,;)&datatype=[list] |
| Disc Type |
| Year Album |
|
Artist | |
| Expression: listcombine([Artist],[Artists Calc],\,;)&datatype=[list] |
| Disc Type |
| Year Album |
|
Note that the Above Artist view scheme uses the standard
Artist field not the
Artists field I created
Anyway I hope I've explained it adequately
Thanks for your help.
Angelo
I made some errors but I've now rectified them. Also the Album Artist view scheme expression has been fixed, third time luckyThanks MrC I've updated it to ignore [ list ]