Post Reply 
Display question with title.displayFormat
06-03-2023, 13:17 (This post was last modified: 06-03-2023 13:17 by simoncn.)
Post: #2
RE: Display question with title.displayFormat
The format string

title.displayFormat={$discnumber$tracknumber$title^^^ - }

automatically eliminates duplicate values across the combination of discnumber, tracknumber and title. To prevent this happening, you can use

title.displayFormat={$discnumber^^ - ^$tracknumber^^ - ^$title}

To change this to use the format D1 T1 track title, you can use

title.displayFormat={$discnumber^D^ ^$tracknumber^T^ ^$title}

Which index are you using to alpha-group track titles? If this is the "n items" index, you should set alphaGroup to items=100 (see this section).
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Display question with title.displayFormat - simoncn - 06-03-2023 13:17

Forum Jump:


User(s) browsing this thread: 1 Guest(s)