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 01-29-2023, 06:08 AM   #1
Elerinna
Junior Member
Elerinna began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jan 2023
Device: Kobo libra
Author management

Hello, sorry for my bad English but I wanted to know if there was a system to create an author record on which one could record a short biography and especially a feature that would allow to write if the author is a man or a woman. Thank you in advance.
Elerinna is offline   Reply With Quote
Old 01-29-2023, 06:30 AM   #2
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 10,129
Karma: 224760044
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
You can create a custom column for this.

Preferences -> Add your own columns -> Add custom column
Sirtel is offline   Reply With Quote
Advert
Old 01-29-2023, 10:08 AM   #3
Elerinna
Junior Member
Elerinna began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jan 2023
Device: Kobo libra
Yes, I use many customizable columns but when there are 2 authors (comics) it is no longer possible because the column would not be directly linked to an author.
Elerinna is offline   Reply With Quote
Old 01-29-2023, 10:26 AM   #4
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: 29,800
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Elerinna View Post
Yes, I use many customizable columns but when there are 2 authors (comics) it is no longer possible because the column would not be directly linked to an author.
Actually it is.
Calibre is a Relational database underneath. There is an Authors Table entry for each name used IN THE LIBRARY. Calibre uses this 1>many (books) Which is why, when yo manage Authors in the Tag Browser, it affects all uses.

What you SEE is a 'flat file' view.
select a book with 2 + Authors in the normal Author Column
: Tap 'I' (Info pane shows) You can click on either author (note they are in blue), that takes you to a Wiki page (default)
Preferences: Look &Feel: Book details (side bar) allows you to change the action for when you click on Author.
FWIW there is an extra field in the Authors table, it is not easy to get at without writing code. That is really where per Author details should be linked. (enter once, available anyplace the author is used. the beauty of an RDB)
theducks is offline   Reply With Quote
Old 01-29-2023, 10:35 AM   #5
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: 29,800
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Actually, the solution is easy. One of the choices for the Look&Feel setting is: Custom URL

Make a HTML file with what you want, for each Author name with what you want to say (adding images to the structure gets a bit trickier, so plan ahead so you don't need to go back and redo all)

Joe Smith.html (uses: Joe Smith Mugshot.jpg , Joe Smith chart.jpg)
Clicking on Joe Smith will open that (local) web page
theducks is offline   Reply With Quote
Advert
Old 01-29-2023, 04:29 PM   #6
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: 20,568
Karma: 26954694
Join Date: Mar 2012
Location: Sydney Australia
Device: none
I make use of the Link column in the Manage Authors dialogue, over time I've populated it with different protocol links**
  • I started with file:// links that referenced text files;
  • After a while I converted to evernote:// links referencing sections in an Authors notebook.
  • Due to changes in Evernote (it got clouded) I converted to onenote:// links,
  • As soon as Kovid implemented calibre:// links I started converting the content of Onenote 'notes' into 'book' records in an Authors library. It was what I'd been yearning for all along, I wanted its extensible database (custom columns).
** - because I dislike browser user interfaces, html:// links were never a consideration for me.

BR
BetterRed is offline   Reply With Quote
Old 01-29-2023, 07:22 PM   #7
Comfy.n
want to learn what I want
Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.
 
Posts: 997
Karma: 6417070
Join Date: Sep 2020
Device: Calibre E-book viewer
Quote:
Originally Posted by BetterRed View Post
I make use of the Link column in the Manage Authors dialogue
BR
Never knew about that option, just tried it and saw that it overrides the setting in Look and Feel, Book Details. I have "Search for the author on Goodreads", but the override should be useful, occasionally
Comfy.n is offline   Reply With Quote
Old 02-01-2023, 06:34 AM   #8
Elerinna
Junior Member
Elerinna began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jan 2023
Device: Kobo libra
Good morning and thank you for your answers.
I confess that I am not finding satisfactory solutions at this time. In fact, I was looking to be able to take stock of my 2022 readings by female or male authors.
Elerinna is offline   Reply With Quote
Old 02-01-2023, 09:14 AM   #9
isarl
Addict
isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.
 
Posts: 287
Karma: 2534928
Join Date: Nov 2022
Location: Canada
Device: Kobo Aura 2
Quote:
Originally Posted by Elerinna View Post
Good morning and thank you for your answers.
I confess that I am not finding satisfactory solutions at this time. In fact, I was looking to be able to take stock of my 2022 readings by female or male authors.
I don't understand the issue. I understand your goal but it's not clear where you are encountering difficulty.

Can you not simply run a search which matches all and only the books of interest, and then simply use the category browser to review the list of authors?

If your needs are more sophisticated and you're interested in generating reports, then perhaps you can better accomplish this by exporting your reading data into a spreadsheet which you can customize. You can create a table of authors with their genders, and another table of book titles and authors, and create a lookup on the author/gender table from the title/author table. While you're at it you could add other metadata to the table of authors too.
isarl is offline   Reply With Quote
Old 02-01-2023, 10:27 AM   #10
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: 29,800
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Andrew North what gender? Why does it matter if the story and writing is good?
Not once did I choose a book to read by Author Gender.

Besides, where are you getting the (gender) data.
For many years, I had zero clue about most of my fav authors. Some of their Bio's were as fake as their Pen Name.
theducks is offline   Reply With Quote
Old 02-01-2023, 11:42 AM   #11
retiredbiker
Addict
retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.
 
retiredbiker's Avatar
 
Posts: 387
Karma: 1638210
Join Date: May 2013
Location: Ontario, Canada
Device: Kindle KB, Oasis, Pop_Os!, Jutoh, Kobo Forma
Quote:
Originally Posted by theducks View Post
For many years, I had zero clue about most of my fav authors. Some of their Bio's were as fake as their Pen Name.
Do you ever have that right! I've been making epubs from old pulp scifi and mystery magazines, and figuring out who many of the authors really are is an amazing challenge.
retiredbiker is offline   Reply With Quote
Old 02-01-2023, 11:48 AM   #12
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: 29,800
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by retiredbiker View Post
Do you ever have that right! I've been making epubs from old pulp scifi and mystery magazines, and figuring out who many of the authors really are is an amazing challenge.
Don't even try
To muddle things even more, some reprint under their main name.
If I have it in dead tree, that is what I put in the Authors box in Calibre.
theducks is offline   Reply With Quote
Old 02-01-2023, 12:00 PM   #13
Elerinna
Junior Member
Elerinna began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jan 2023
Device: Kobo libra
The more I read, the more I realize that I enjoy knowing the lives of the authors I read, and knowing their gender. At the moment I am very interested in Toni Morrison and Jack Kerouac and their biography seems exciting to me
But actually as said above I can create a database and generate a link related to the author, or use the link that simply refers to Wikipedia.
It is especially at the gender level that I would have liked to find a solution because I wanted to know what my proportion of male author was compared to that of female author
Elerinna is offline   Reply With Quote
Old 02-01-2023, 03:34 PM   #14
Quoth
the rook, bossing Never.
Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.
 
Quoth's Avatar
 
Posts: 11,156
Karma: 85874891
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper11
How do you always know? It's said a number of female name Romance authors are men, Maybe 1/3rd at Mills & Boon once.
Quoth is offline   Reply With Quote
Old 02-01-2023, 03:34 PM   #15
Quoth
the rook, bossing Never.
Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.
 
Quoth's Avatar
 
Posts: 11,156
Karma: 85874891
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper11
Quote:
Originally Posted by theducks View Post
Don't even try
To muddle things even more, some reprint under their main name.
Which might not be real either!
Quoth is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Better font management LittleBiG KOReader 3 12-24-2020 06:25 AM
Author Pseudonym management Sleepy_Croyd Library Management 5 07-23-2019 02:36 PM
Help : python script for Author Management DeBig Library Management 0 01-28-2018 08:36 AM
fw5.6.1+ — Is abuse of the author field only option for library management? danjcla Kindle Developer's Corner 7 01-19-2015 09:27 PM
Major Bug in Author Management? msr Calibre 2 12-04-2010 03:25 PM


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


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