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 07-21-2022, 06:33 AM   #1
Poldi
Connoisseur
Poldi began at the beginning.
 
Posts: 55
Karma: 10
Join Date: Aug 2011
Device: kindle
No series on my new Kindle

Hello,
on Primeday I bought a second Kindle.
The package says 10. generation, the serial (G090VB) says Basic 3 (kids).
I startet it without bothering Amazon and installed some books via Calibre.
Unfortunately the Kindle ignores all series (name and number).
I had the same problem with a Tolino for a friend but found a workaround with the Metaschalttafeln (sorry my Calibre language is German) that worked fine.
{series:||}{series_index:0>2s|: | - } {author_sort}
Tried the same for the Kindle, but did not work.
Is there an other way to copy my series information to the Kindle?
Thanks in advance
Poldi
Poldi is offline   Reply With Quote
Old 07-21-2022, 06:49 AM   #2
Poldi
Connoisseur
Poldi began at the beginning.
 
Posts: 55
Karma: 10
Join Date: Aug 2011
Device: kindle
Update:
When I use Kindle 2 as deviece, it works, but the result is different.
Instead of
Title
author first name - author last name - name of serie - number of serie
I get
Title
author first name - name of serie - number of serie - author last name
What to do?
Poldi is offline   Reply With Quote
Advert
Old 07-21-2022, 07:26 AM   #3
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,740
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
There is no way to add series information toy our Kindle with Calibre. Series information only comes from eBook synced from Amazon (not emailed).
JSWolf is offline   Reply With Quote
Old 07-21-2022, 07:42 AM   #4
Poldi
Connoisseur
Poldi began at the beginning.
 
Posts: 55
Karma: 10
Join Date: Aug 2011
Device: kindle
No series on kindle

This is not true.
I am using my Kindle Paperwhitewithout any connection to Amazon and had never problems with series.
And the workaround for Tolino works fine.
Look at my update, there is only a little error left that I can't solve
Poldi is offline   Reply With Quote
Old 07-21-2022, 08:26 AM   #5
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by JSWolf View Post
There is no way to add series information toy our Kindle with Calibre. Series information only comes from eBook synced from Amazon (not emailed).
You do know what a metadata plugboard is don't you? That is what @Poldi is talking about. And even though the German word was used, that was pretty obvious. But, as usual, you answered the question you wanted to answer, not the one that was actually asked.
davidfor is offline   Reply With Quote
Advert
Old 07-21-2022, 08:35 AM   #6
Poldi
Connoisseur
Poldi began at the beginning.
 
Posts: 55
Karma: 10
Join Date: Aug 2011
Device: kindle
Got it now:
{authors} - {series:|| }{series_index:0>2s|: | }
The result:
Title
author first name author last name - name of serie : number of serie
This works for Kindle 2
For the Paperwhite you don't need anything. Calibre copies all series information without any problem.
Poldi is offline   Reply With Quote
Old 07-21-2022, 08:36 AM   #7
Poldi
Connoisseur
Poldi began at the beginning.
 
Posts: 55
Karma: 10
Join Date: Aug 2011
Device: kindle
A great program, this Calibre. Respect!
Poldi is offline   Reply With Quote
Old 07-21-2022, 08:42 AM   #8
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by Poldi View Post
Update:
When I use Kindle 2 as deviece, it works, but the result is different.
Instead of
Title
author first name - author last name - name of serie - number of serie
I get
Title
author first name - name of serie - number of serie - author last name
What to do?
I don't use a Kindle, but, there are two Kindle drivers. The newer devices should be using the one called "KINDLE2" in the Metadata plugboard page of the preferences.

The plugboard you have in the first post is:

Code:
{series:||}{series_index:0>2s|: | - } {author_sort}
That should give something like:

Code:
The Dresden File: 1 - Butcher, Jim
I think the device is seeing that and redisplaying it as:

Code:
Jim The Dresden File: 1 - Butcher,
I think you will need to experiment. Maybe using the author will work better than author_sort. That should at least put the surname last in the generated string, which would put it first if the device is doing what I think it is doing.

But, maybe someone who uses a Kindle will have a better suggestion.
davidfor is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kindle Group by series totaltech Devices 14 12-09-2021 10:56 PM
$2 towards your next Kindle eBook series Froide Deals and Resources (No Self-Promotion or Affiliate Links) 2 11-28-2017 08:28 PM
Plugboard "Metadata: Show series [series index] - title as title (Kindle)" Deep Cover Library Management 6 11-30-2012 05:17 PM
Series on the kindle Ron. Calibre 7 07-20-2011 12:11 AM
Kindle and Series Name kcarfi Calibre 1 02-12-2010 11:45 AM


All times are GMT -4. The time now is 03:20 AM.


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