Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: [Playlist View Bug?] Column 'Track no' shows Disc Number (Read 1042 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[Playlist View Bug?] Column 'Track no' shows Disc Number

I am using v1.2.3 of foobar2000.

Oddly, in the Playlist View, in the column "Track no" (which is offered by foobar2000 by default), foobar2000 does not display the track number, but the disc number (aka %Disc Number%).

Is this a bug? Or am I doing something wrong?

[Playlist View Bug?] Column 'Track no' shows Disc Number

Reply #1
if your files are tagged with discnumber, then that column is supposed to display it. it precedes the tracknumber with a period. looks like your tracknumber tag is missing. check your properties dialog.

it looks like this for tracks with and without discnumber defined.



if you don't like this behaviour, simply create your own custom column

Code: [Select]
[%tracknumber%]


the square brackets prevent it from displaying a ? if no tracknumber exists.

 

[Playlist View Bug?] Column 'Track no' shows Disc Number

Reply #2
I got it.

The Disc Number is preceding the Track Number in the "Track no" column, if there is a Disc Number information in the ID3 tags. This column seems to be defined like [%discnumber%.][%tracknumber%]

I have defined a custom column as you suggested. This column is exactly what I need! Thanks! 

=> No Bug (Sorry for the false alarm)