Different Grouping Schemes for Playlists |
This is NOT a tech support forum.
Tech support questions go to foobar2000 Tech Support forum instead.
See also: Hydrogenaudio Terms of Service.
![]() ![]() |
Different Grouping Schemes for Playlists |
Dec 6 2012, 01:12
Post
#1
|
|
|
Group: Members Posts: 2 Joined: 6-December 12 Member No.: 104992 |
Hey,
I've been using foobar for a couple years but never really tried to modify the view at all. I would like to have different grouping schemes for different playlists. I.E. I would like to group my main library by album artist, but group a soundtrack playlist by album. How can I go about this? On a side note: When grouping by album artist, some artists are split into multiple groups even though they have the exact same name. Why is this? Thanks! |
|
|
|
Dec 6 2012, 01:53
Post
#2
|
|
|
Group: Members Posts: 95 Joined: 6-February 07 Member No.: 40359 |
Are you using DUI or CUI?
Look into using ELplaylist if you are on CUI and make different panels for each of those groupings. For the side note, Highlight them all and look in the tag properties, make sure they are all spelled exactly the same and there are no extra spaces at the end of any of them. If they are different you'll see: "Multiple Values"... then lists them. You'll only see a single album artist if they are all exactly the same. |
|
|
|
Dec 6 2012, 03:21
Post
#3
|
|
|
Group: Members Posts: 2 Joined: 6-December 12 Member No.: 104992 |
Are you using DUI or CUI? Look into using ELplaylist if you are on CUI and make different panels for each of those groupings. For the side note, Highlight them all and look in the tag properties, make sure they are all spelled exactly the same and there are no extra spaces at the end of any of them. If they are different you'll see: "Multiple Values"... then lists them. You'll only see a single album artist if they are all exactly the same. I'm using the Default User Interface right now. Thanks for the advice, I'll check that out! Thanks, that fixed it I had one more question: Is it possible to group by artist, and then within those groupings, group by album? This post has been edited by codemati: Dec 6 2012, 03:22 |
|
|
|
Dec 6 2012, 05:58
Post
#4
|
|
![]() Group: Members Posts: 149 Joined: 9-October 08 Member No.: 59818 |
It's also doable with CUI/NG Playlist, you will just need to put a special string to the playlist's title (like '-a-' for albums or whatever) and then go to 'Prefences/Display/CUI/Grouping/doubleclick on your script/show only on playlists' and define a pattern such as '*-a-*'. You can also link specific columns to a playlist similarly.
Alternatively if your soundtrack albums are always tagged with GENRE=Soundtrack, something like this might work (if the GENRE is soundtrack, it writes the value of ALBUM, otherwise ARTIST): CODE $if($stricmp(%genre%,Soundtrack),%album%,%artist%) This also relies purely on tags and not on playlist names. Is it possible to group by artist, and then within those groupings, group by album? You just have to add two grouping patterns then. The second always ends up 'inside' the first. Though using only one with a pattern such as 'ARTIST / ALBUM' would make more sense in my opinion. This post has been edited by Daeron: Dec 6 2012, 06:38 |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 24th May 2013 - 21:26 |