Related to this, I have another request.

I would like to have a sequential numbering of the albums in my listings. I don't mean the reference number assigned when including the album in the DB. Instead, I need just a sequential number in the first column of my listing, no matter which sorting field I use.

For instance, let's assume I have 3 albums in my DB:

Artist Album Year
Beatles Sgt. Peppers 1965
The Who Quadrophenia 1974
Depeche Mode 101 1989

Now, I make a listing template, sorting by year (ascending), then by artist name and finally by album name. What I would like to get is:

# Year Artist Album
1 1965 Beatles Sgt. Peppers
2 1974 The Who Quadrophenia
3 1989 Depeche Mode 101

Let's now assume I want to sorting by Artist name first, then by album name and finally by year. In this case, what I would like to get is:

# Artist Album Year
1 Beatles Sgt. Peppers 1965
2 Depeche Mode 101 1989
3 The Who Quadrophenia 1974

To summarize, what I need is just this sequential numbering (#) in any case.

Any help would be most welcome

Regards