Quote:
Originally Posted by rmzg
In a desperate attempt to get calibre to show the actual order in which I've added books I created a custom column that shows calibre's internal id for each book, which conveniently is a simple integer that increments every time you add a book.
I've told CC to add this custom column to be available to sort by, and it is, except it sorts in ascii mode such that 900 comes after 8000, which is slightly awkward.
How to fix?
|
{id} is an Integer, not text
You could pad those with less than 5 digits with leading 0's using Bulk Mode Search and Replace

you have 8000 already, so I suggest 5 digits now and worry when you hit 100K