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 11-10-2022, 12:56 PM   #1
Giordanni
Junior Member
Giordanni began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Nov 2022
Device: None
Lightbulb Feature request:

Hi there
I think it will be great if we can define multiple values for a book in "Series"field like, for example, "Tags" field.
I often need to set multiple values for this field. For example: a book belonging to some series, but also it is included in some collection.
Thanks in advance.
Best regards,
Giordanni
Giordanni is offline   Reply With Quote
Old 11-10-2022, 01:09 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: 29,950
Karma: 55705602
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 Giordanni View Post
Hi there
I think it will be great if we can define multiple values for a book in "Series"field like, for example, "Tags" field.
I often need to set multiple values for this field. For example: a book belonging to some series, but also it is included in some collection.
Thanks in advance.
Best regards,
Giordanni
Not doable (and has been requested before)
Series is really 2 fields (shown as 1 in the grid), Series (name), series_index (the number)

The common work around is a Custom Column (Series type)
In addition, set your Preferences: Searching : Grouped Searches (a tab) and Similar Books (a Tab)
theducks is offline   Reply With Quote
Old 11-13-2022, 07:19 PM   #3
Giordanni
Junior Member
Giordanni began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Nov 2022
Device: None
Hi there and thanks for your reply.
IMHO, since I don't know your system design, and supposing you have a one-to-many relationship between Book and Series entities, have you consider this relationship becomes a many-to-many relationhip (with the series index in the relationship itself)? Maybe with this approach, the problem would be solved.
Of course, consecuences in whole system should be analyzed.
Again, it is just an idea.
Regards
Giordanni is offline   Reply With Quote
Old 11-13-2022, 09:46 PM   #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: 20,665
Karma: 26966376
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by Giordanni View Post
...

Of course, consecuences in whole system should be analyzed.
Again, it is just an idea.
And the impact on the three 3 million active users, about which one knows - where they are, which OS, and which calibre version they use.

BR
BetterRed is offline   Reply With Quote
Old 11-14-2022, 06:30 AM   #5
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: 11,774
Karma: 7029857
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by Giordanni View Post
Hi there and thanks for your reply.
IMHO, since I don't know your system design, and supposing you have a one-to-many relationship between Book and Series entities, have you consider this relationship becomes a many-to-many relationhip (with the series index in the relationship itself)? Maybe with this approach, the problem would be solved.
Of course, consecuences in whole system should be analyzed.
Again, it is just an idea.
Regards
calibre is open source. You are very welcome to make the database and user interface changes and submit them to @kovid for review and (possible) inclusion in calibre. Be aware that in addition to the db and calibre interface, you will probably need to change a lot of other stuff including the web server, many (!) plugins, many device drivers, and some programs like koreader and calibre sync.
chaley is offline   Reply With Quote
Old 11-14-2022, 09:44 AM   #6
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: 74,556
Karma: 129670952
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by chaley View Post
calibre is open source. You are very welcome to make the database and user interface changes and submit them to @kovid for review and (possible) inclusion in calibre. Be aware that in addition to the db and calibre interface, you will probably need to change a lot of other stuff including the web server, many (!) plugins, many device drivers, and some programs like koreader and calibre sync.
Sorry, but I disagree with having to change external programs. That's the purview of whoever maintains them.
JSWolf is online now   Reply With Quote
Old 11-14-2022, 09:50 AM   #7
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: 11,774
Karma: 7029857
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by JSWolf View Post
Sorry, but I disagree with having to change external programs. That's the purview of whoever maintains them.
Sigh. It is at least polite to advise them about what was changed and how it might affect them, especially if you *know* that it is a breaking change. But hey, not my problem. Let kiwidude figure out why the plugins no longer work.
chaley is offline   Reply With Quote
Old 11-14-2022, 10:14 AM   #8
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: 74,556
Karma: 129670952
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by chaley View Post
Sigh. It is at least polite to advise them about what was changed and how it might affect them, especially if you *know* that it is a breaking change. But hey, not my problem. Let kiwidude figure out why the plugins no longer work.
True that.
JSWolf is online now   Reply With Quote
Old 11-14-2022, 01:11 PM   #9
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 8,821
Karma: 62032371
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Remember what happened when DeDRM broke and all the new users showed up here complaining about it? Yeah, that'd happen again unless plugin authors and third-party developers get advance notice and change it in time.
ownedbycats is offline   Reply With Quote
Reply

Tags
calibre, feature request


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
M3 feature request rfog Marvin 6 06-24-2016 09:29 AM
feature request alansplace Calibre 3 09-06-2011 10:39 PM
Feature request Mixx Calibre 7 12-04-2010 12:38 PM
Feature request AprilHare EPUBReader 2 11-22-2009 05:15 AM
Feature request mrmikel EPUBReader 4 11-20-2009 11:49 AM


All times are GMT -4. The time now is 04:42 AM.


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