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 09-16-2018, 12:38 AM   #1
etitameh
Enthusiast
etitameh doesn't litteretitameh doesn't litter
 
Posts: 47
Karma: 122
Join Date: Jul 2008
Device: Kindle
add author to multiple entries with different authors

I hope this isn't a repeat; I did search, but I may not be trying the right terms. I read fanfic, and I like to add a specific author ("AO3") to each one to help organize them in a different way from my published book downloads. so, after downloading a fic from AuthorX and one by AuthorY, I go into each one and change the author field to "AO3 & AuthorX" and "AO3 & AuthorY."

what I'm wondering is: is there a way to add "AO3" as an author (preferably first author, but adding at all would be a start) to both entries at the same time, without overwriting the current X and Y distinctions? that is, I want to add the AO3 author to each, but don't want to remove or alter the original author listing.

any help would be appreciated, and I'll try to clarify if anything's unclear. thanks!
etitameh is offline   Reply With Quote
Old 09-16-2018, 01:26 AM   #2
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,660
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
@etitameh - why not add a Tag for "!AO3" to the books, and create a Virtual Library for tags:"=!AO3" and another one for not tags:"=!AO3"

Why '!A03'? Sorting, the '!' will be put at the head of the list; if you decide you wanted something similar for the Very Good Books site you might use a '!VGB' tag; it would sort after A03 but before Adventure.

You can add a Tag to multiple books in Bulk Metadata Edit->Basic metadata.

But, if you still want to add the "AO3" as an Author, you can probably do it with Bulk Metadata Edit->Search and replace feature. If you aren't familiar with this, test on a few books, or better yet create an empty Test library, copy a handful of books (with calibre's Copy to library tool) into it, and experiment in there.

BR
BetterRed is online now   Reply With Quote
Advert
Old 09-16-2018, 01:44 AM   #3
etitameh
Enthusiast
etitameh doesn't litteretitameh doesn't litter
 
Posts: 47
Karma: 122
Join Date: Jul 2008
Device: Kindle
first, thanks for the suggestions!

the main place I want to see the new author entry is on my kindle, so tags/collections/etc in calibre won't do what I'm looking for. from what I can tell of the bulk metadata feature (which I do use for multiple fics by the same author), it can only replace the entire author field, not add something to it... the search & replace specifically wouldn't help with the issue of wanting to add it to fics from multiple authors, as far as I can see; searching "AuthorX" to replace with "AO3 & AuthorX" doesn't seem to be any simpler or less cumbersome than manually adding "AO3" as another author on each fic as I download them (again, with the possible exception of multiple fics by one author downloaded together). maybe it would be helpful to add that I'm downloading fics piecemeal, in that I download new ones or newly-recommended ones on a daily basis, not in periodic large groups.

again, I do appreciate the suggestions, and if I'm missing something about them, please don't hesitate to point it out.
etitameh is offline   Reply With Quote
Old 09-16-2018, 02:22 AM   #4
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,660
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Did you try setting the Search and Replace->Mode selector to Prepend to field See attachment

BR
Attached Thumbnails
Click image for larger version

Name:	1.jpg
Views:	196
Size:	305.1 KB
ID:	166328  

Last edited by BetterRed; 09-16-2018 at 02:30 AM. Reason: add attachment
BetterRed is online now   Reply With Quote
Old 09-16-2018, 02:31 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
If this is mainly for the device, you can use a metadata plugboard to fiddle with the author when it is being sent to the device. I assume that AO3 is just an example and that you want to add the source of the fanfiction as the first author. If the source site was in a separate column, then you could at it to the start of the authors when sending the book.

I'm not exectly sure what a Kindle does with this, but setting the author using the following is a starting point:

Code:
{#fandom_source} & {author}
You would need to create the column #fandom_source and populate it. If you are using FFF to download them, it shouldn't be to hard.
davidfor is offline   Reply With Quote
Advert
Old 09-16-2018, 11:40 AM   #6
etitameh
Enthusiast
etitameh doesn't litteretitameh doesn't litter
 
Posts: 47
Karma: 122
Join Date: Jul 2008
Device: Kindle
@BetterRed -- no, I hadn't seen the prepend option, that might be just what I was looking for!

and thanks, @davidfor, that's an interesting option -- I'll play around with that a bit and see what I can make of it
etitameh is offline   Reply With Quote
Old 09-16-2018, 12:05 PM   #7
etitameh
Enthusiast
etitameh doesn't litteretitameh doesn't litter
 
Posts: 47
Karma: 122
Join Date: Jul 2008
Device: Kindle
Quote:
Originally Posted by BetterRed View Post
Did you try setting the Search and Replace->Mode selector to Prepend to field See attachment
went in and messed around with this on some test books, and it was exactly what I was looking for! thanks for the screenshot, it was very helpful, and for the suggestion & clarification
etitameh is offline   Reply With Quote
Old 01-01-2021, 11:25 AM   #8
Logarithmic
Member
Logarithmic began at the beginning.
 
Logarithmic's Avatar
 
Posts: 14
Karma: 10
Join Date: Aug 2020
Device: IPad
Not intending to bump but this is the first search result on google. Saving others hassle.

In 2020 (5.8.1) the suggestion by BetterRed was no longer doing what the OP asked, but it's VERY close. If you add an extra period to (.*) so it shows (..*) it works. Also you don't need the (). Thanks a ton!

-----------------------------

Edit: So 4 months later. I need this same thing and realize I was not very clear.
To add another author to a bunch of books. Working as of 5.17

Quote:
Bulk Edit Metadata -> Search and Replace
Search Field -> Authors
Search for -> ..*
Mode -> Prepend to field

Last edited by Logarithmic; 05-12-2021 at 09:31 PM.
Logarithmic is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to bulk add a second author to multiple books? BookJunkieLI Library Management 4 02-19-2016 08:36 PM
Multiple entries of same file gemgoa Library Management 12 08-21-2015 12:00 AM
Swiching authors first and last names for multiple entries? spankler Library Management 3 07-10-2013 10:17 PM
Cannot Add Multiple Authors to Meta FergatROn Library Management 2 05-18-2011 04:23 PM
Bug: entries with multiple formats trigger multiple conversions flinx1 Calibre 12 05-21-2010 06:23 AM


All times are GMT -4. The time now is 05:38 AM.


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