Quote:
Originally Posted by aik099
Figured that out. Even though I've specified "location_sort" as integer internally this plugin inserts them into SQLite table where the "location_sort" column is text and sorts them as text  The only way to make it work (as I've found in other device classes) is to format it as a zero-padded string, which I've done.
Now it's ready to merge.
|
I've tripped over that in the past. I don't remember why the original author did it that way.
And I haven't had a chance to look at your code. It will probably be the weekend when I do it. I am also slowly doing the work to support calibre6/Qt6. Most of that isn't hard, just a bit time consuming.