Would like to change %album artist% to %artist%, Silent Night V.6 config by Arnie77 |
![]() ![]() |
Would like to change %album artist% to %artist%, Silent Night V.6 config by Arnie77 |
Nov 15 2012, 01:51
Post
#1
|
|
![]() Group: Members Posts: 128 Joined: 29-August 05 Member No.: 24190 |
Hello,
Not sure if this is the right place or not but here goes. I am using Silent Night V.6 by Arnie77, basically all my music uses %artist% to display the artists name, now the problem is this config uses %album artist% which is an issue for compilation albums as all it shows is "Various Artists". Is any one familiar with this config? Who could tell me how to change to %artist% instead of %album artist% I looked around the NG playlist and ELplaylist but can not find any reference to the sorting of tags/names. |
|
|
|
Nov 15 2012, 08:32
Post
#2
|
|
![]() Group: Members Posts: 40 Joined: 10-June 12 From: Denmark Member No.: 100577 |
Nope, I'm not familiar with this skin, but I gave it a quick look. Here's what you might try.
CODE $if(%_isplaying%, $rgb(178,131,87)[%album artist%], $rgb(120,120,120)[%album artist%] ) $if(%album artist%, $rgb(178,131,87)[%dummy%],$rgb(120,120,120)[%directory%]) Change [%album artist%] to [%artist%] (x2) and %album artist% to %artist% (x1), like this: CODE $if(%_isplaying%, $rgb(178,131,87)[%artist%], $rgb(120,120,120)[%artist%] ) $if(%artist%, $rgb(178,131,87)[%dummy%],$rgb(120,120,120)[%directory%]) Hit OK. In the upper pane (Media Library) choose Various Artists, in the lower pane (Playlist view) you now have Artists in the column. HTH It's a bit more tricky (but it can of course be done) to change Album Artist to Artist above the seekbar at the top, if you aren't familiar with the WSH Panel Mod. I'll try to guide you, if you are interested? Edit: I can't guarantee that you won't experience some odd behaviour because of the above change. As noted, I only gave the skin a quick look. This post has been edited by PeteG: Nov 15 2012, 08:48 |
|
|
|
Nov 16 2012, 05:08
Post
#3
|
|
![]() Group: Members Posts: 128 Joined: 29-August 05 Member No.: 24190 |
Seems just doing the edit for the columns UI did the trick. thank you so much.
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 18th May 2013 - 23:11 |