Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Library Management

Notices

Reply
 
Thread Tools Search this Thread
Old 12-28-2019, 08:32 AM   #1
Maverick1962
Member
Maverick1962 began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Oct 2018
Device: Amazon Fire HD8
Keeping books in correct series order

I have a lot of books & many are part of a series of 10 or more books
I have tried to number the books from,say 1-28 in the title column and also in the series column,in these columns the books appear in the correct numerical order.
When I try to send the books to my Amazon fire HD10 the series numbers are out of sequence (eg 1,10,13,15,instead of 1,2,3,4,5 & so on.

I have even put the book covers on to paint,added a text box at the bottom of the book cover & tried to send the books to my device in the correct numerical order,but it still jumbles them up.
I have tried every way that I can think of to make the books appear in the correct order & now am completely stuck.

Has anybody solved this really annoying problem? if you have,please enlighten me & tell me how you did it.
Thanks in advance
Maverick1962 is offline   Reply With Quote
Old 12-28-2019, 08:50 AM   #2
dwig
Wizard
dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.
 
dwig's Avatar
 
Posts: 1,613
Karma: 6718541
Join Date: Dec 2004
Location: Paradise (Key West, FL)
Device: Current:Surface Go & Kindle 3 - Retired: DellV8p, Clie UX50, ...
Quote:
Originally Posted by Maverick1962 View Post
...
I have tried to number the books from,say 1-28...
That's the source of your problem.

Different systems use differing rules for handling alphanumeric sorting. Calibre tends to use a system that evaluates the numeric characters as a number whereas most systems use a strict alphanumeric sorting. Hence, "aaa 2 aa" comes after "aaa 10 aa" since "1" comes before "2".

These solution would be to use leading zeros, numbering from "01" to "28".

Personally, I prefer not to alter the title in calibre. Instead, I use a Plugboard (in Prefs) to prefix the title with the series info during the Save to Disk action.
Attached Thumbnails
Click image for larger version

Name:	plugboard.png
Views:	768
Size:	22.8 KB
ID:	175920  
dwig is offline   Reply With Quote
Advert
Old 12-28-2019, 11:41 AM   #3
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,060
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
I second that.
Use Calibre fields (columns) as they were intended, then use the Template Language tools to pass them to your device.

There are 2 general systems, and they are different:
File Name based: Send to Device, Save to disk use the Template to build a file-folder name
Metadata based: (changing the filename has no effect) For these, you use the Plugboard to JAMB in the extra fields. Kindles use this. OR the device drives settings like Kobo Utilities does
One field = 1 sort at a time possible. Some sort routines (and methods) allow bias (FROM PRIOR SORT) Eg 4 books with the exact title, sort first by Author, then by Title. The books show in Author order (the bias)
Others use a faster sort, but that doesn't leave a bias (these sort types are not really needed for our DB scale due to modern processors and storage)

Back to your original title method: Those are governed by the 1 sort rule because the now have been reduced to 1 type: ASCII (character weight).
Grab a ASCII chart. That is how each position in the string will weigh against others in the same POSITION. That is why we pad with leading spaces or numbers (0). Spaces can be problematic, as some systems strip any after the first. So go for the (ugly?) leading 0 to make All numbers have the exact same PLACES BTW I use a 2place before and 2 after template because I use fractional values in series_index
Code:
{series_index:0>5.2f}-{title}
Also note that you can NOT put anything different in front at the same folder level ({series}/{series_index:0>5.2f}-{title} Is valid, because series is a folder and you are sorting by file in the CURRENT folder)
theducks is online now   Reply With Quote
Old 12-30-2019, 05:14 AM   #4
Maverick1962
Member
Maverick1962 began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Oct 2018
Device: Amazon Fire HD8
Thank you dwig & theducks.
I have to admit to not trying the 01,02 & so on way to number my books.
I am going to follow your advice & suggestions.
Thank you again.
Maverick1962 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Paperwhite not keeping correct time Lyn2012 Amazon Kindle 37 02-08-2018 11:27 PM
Fix: Bookmarks not keeping correct page Lynx-lynx Kobo Reader 7 01-06-2013 01:46 PM
Books not displaying in correct order - author sort holymadness Calibre 2 10-26-2012 10:30 AM
Content Keeping books in order. ErikaGC Amazon Kindle 9 03-30-2012 10:43 AM
Books Disappearing from Correct Order in 'Last Read' List kysenramses Kobo Tablets 2 11-26-2011 11:23 PM


All times are GMT -4. The time now is 01:54 PM.


MobileRead.com is a privately owned, operated and funded community.