Author Topic: Disc Number under Album listing  (Read 4936 times)

RealPetChicken

  • Jr. Member
  • **
  • Posts: 42
Anyway to add the disc number under the album listing, the picture below explains it better. When you have an album with a bunch of discs, it becomes confusing. Thanks.


Bee-liever

  • Member
  • Sr. Member
  • *****
  • Posts: 3830
  • MB Version: 3.6.8830 P
right-click on the open album panel and select 'Configure Layout'
you can add the sub-grouping header there


a guide to using the sub-grouping header is available here

MusicBee and my library - Making bee-utiful music together

RealPetChicken

  • Jr. Member
  • **
  • Posts: 42
Thank you, i am trying to add the words Disc # before it, the link you posted shows how to do it, but i just can't seem to get it to work.

Bee-liever

  • Member
  • Sr. Member
  • *****
  • Posts: 3830
  • MB Version: 3.6.8830 P
if you just want to just add "Disc #" to multi-disc albums, make a virtual tag with this template
Code
$If(<Disc Count>>1,"Disc "<Disc#>,)

and use that virtual tag as your sub-grouping header
MusicBee and my library - Making bee-utiful music together

RealPetChicken

  • Jr. Member
  • **
  • Posts: 42
if you just want to just add "Disc #" to multi-disc albums, make a virtual tag with this template
Code
$If(<Disc Count>>1,"Disc "<Disc#>,)

and use that virtual tag as your sub-grouping header

Man, you are the best, thank you, works great.

snow344

  • Newbie
  • *
  • Posts: 1
if you just want to just add "Disc #" to multi-disc albums, make a virtual tag with this template
Code
$If(<Disc Count>>1,"Disc "<Disc#>,)

and use that virtual tag as your sub-grouping header

Sorry for the necrobump, but a better code is:
Code
$If(<Disc Count>>0,"Disc "<Disc#>,)

psychoadept

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 10691
That would add the disc number to all albums with a disc number, not just multi-disc albums.
MusicBee Wiki
Use & improve MusicBee's documentation!

Latest beta patch (3.5)
(Unzip and overwrite existing program files)