View Single Post
Old 03-29-2023, 02:43 PM   #41
capink
Wizard
capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.
 
Posts: 1,201
Karma: 1995558
Join Date: Aug 2015
Device: Kindle
Quote:
Originally Posted by chaley View Post

BetterRed's idea of using real separate meta-metadata libraries with the ability to show details from those other libraries in the "main" library gets most of the way there without massive changes.
That would actually work for what I have in mind. Using this, I maybe able to add a plugin action to the context menu of the categories to open a library view of the authors instead of the "Manage authors" window. From there I might be able to use other tools such as search and replace.

This leaves some other things I might try when I have time:
  • Figure out a way to auto link authors (and other categories) instead of doing it manually. Re-using code from the Find Duplicates plugin can help with that.
  • Adding a button or some mechanism to translate a search from the author library to a corresponding search in the books library. For example the following search from the author library:
    Code:
    #nationality:russian
    should translate into something like that in the books library

    Code:
    authors:"=Leo Tolstoy" or authors:"=Fyodor Dostoyevsky"

Edit: Instead of search, would be better to add a context menu item (in authors library) to show books by selected authors in the books library (using the search above)

Last edited by capink; 03-29-2023 at 02:48 PM.
capink is offline   Reply With Quote