Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 01-02-2025, 09:35 PM   #1
Rellwood
Library Breeder (She/Her)
Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.
 
Rellwood's Avatar
 
Posts: 1,268
Karma: 1937891
Join Date: Apr 2015
Location: Fullerton, California
Device: Paperwhite 2015 (2), PW 2024 (12 GEN), PW 2023 (11 GEN), Scribe (1st)
using a semicolon for author separator in author sort

I want to send some anthologies to my Kindle, but the way Amazon separates multiple authors is by a semicolon.

I have the plugboard to send author sort in the author field so it at least is sorted correctly, but how can I get the ampersands to change to semicolons?
Rellwood is offline   Reply With Quote
Old 01-02-2025, 10:44 PM   #2
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,054
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Use Author sort for Author is in Preferences:Output options
Calibre builds the Author list on send. (each author is in the main DB as an individual entry. The book entry has their ID's.
Try NOT using the plugboard for Authors.
theducks is offline   Reply With Quote
Advert
Old 01-03-2025, 03:42 AM   #3
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,447
Karma: 8012886
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by Rellwood View Post
I want to send some anthologies to my Kindle, but the way Amazon separates multiple authors is by a semicolon.

I have the plugboard to send author sort in the author field so it at least is sorted correctly, but how can I get the ampersands to change to semicolons?
Change the plugboard template to
Code:
program: re($author_sort, ' & ', '; ')
EDIT: FWIW: a Kobo requires something similar, changing the separator to a comma and passing the authors FN LN. My authors are LN, FN. I use this plugboard to make the changes:
Code:
program:
	comma = '';
	res = '';
	for author in $authors separator '&':
		res = strcat(res, comma, swap_around_comma(author));
		comma = ', '
	rof;
	res

Last edited by chaley; 01-03-2025 at 05:22 AM.
chaley is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
on main screen the field AUTHOR is filled in but AUTHOR SORT is blank xenduro Calibre 7 12-30-2024 08:06 PM
Author's nationality in Calibre / Keep info between brackets in Author sort DirkManet Calibre 3 08-04-2022 09:58 AM
What controls where Kindle places the author in author sort? Mark76 Devices 5 08-12-2021 10:55 PM
Bulk changing author names to author sort in tag browser AussieTupp Library Management 6 02-05-2017 04:22 AM
author → author sort ∀ books ⇒ long time! Geremia Calibre 2 04-17-2013 09:57 AM


All times are GMT -4. The time now is 10:19 AM.


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