Would like to have a second pin to mark columns with a different pin color

Bug #1968810 reported by Robin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
calibre
Fix Committed
Undecided
Charles Haley

Bug Description

It would be nice to have two different colored pins that operate independantly of each other for marking two different sets of books to compare against each other instead of all the same color, having different colors would help differentiate between each other. Maybe we can choose the color of the pins?

Revision history for this message
Kovid Goyal (kovid) wrote : Re: calibre bug 1968810

This is not worth the effort for me personally. If some one else wants to implement it, I will be happy to supply any needed guidance. If so, re-open the ticket and we can discuss it.

 status wontfix

Changed in calibre:
status: New → Won't Fix
Revision history for this message
Charles Haley (cbhaley) wrote :

I won't do different colored pins but instead will permit you to mark items with text, which is what the find duplicates plugin does.

With that, everything needed already exists to use the mark text to add column icons and colors, to search for specific text, to put the text in a composite column, and with such a composite column to sort by the text.

Changed in calibre:
assignee: nobody → Charles Haley (cbhaley)
status: Won't Fix → In Progress
Revision history for this message
ownedbycats (ownedbycats) wrote :

Here is a sample column icon template that displays icons for books marked with different values. :)

program:
 if is_marked() then
  m = is_marked();
  first_non_empty(
   if 'reading_list_send_to_device' in m then 'sync.png' fi,
   if 'reading_list_to_be_read' in m then 'list.png' fi,
   contains(m, "search_results", 'search.png', ''),
   if m then 'marked.png' fi
   )
 fi

Charles Haley (cbhaley)
Changed in calibre:
status: In Progress → Fix Committed
Revision history for this message
Robin (robin-ellwood) wrote : Re: [Bug 1968810] Re: Would like to have a second pin to mark columns with a different pin color

I think you might have missed the point of using the "pin" feature. I just
wanted to be able to go into the tags browser and click on a tag from one
column and then a tag in another column and compare the results against
each other. What you are suggesting is a lot more than what I need. The
pin feature is perfect, but you can only use one pin in one color. The
need for two pins and two colors is there, but what you are suggesting is a
lot more work than I was hoping for.

Thanks anyway.

On Wed, Apr 13, 2022 at 5:51 AM Charles Haley <email address hidden>
wrote:

> I won't do different colored pins but instead will permit you to mark
> items with text, which is what the find duplicates plugin does.
>
> With that, everything needed already exists to use the mark text to add
> column icons and colors, to search for specific text, to put the text in
> a composite column, and with such a composite column to sort by the
> text.
>
> ** Changed in: calibre
> Status: Won't Fix => In Progress
>
> ** Changed in: calibre
> Assignee: (unassigned) => Charles Haley (cbhaley)
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1968810
>
> Title:
> Would like to have a second pin to mark columns with a different pin
> color
>
> Status in calibre:
> In Progress
>
> Bug description:
> It would be nice to have two different colored pins that operate
> independantly of each other for marking two different sets of books to
> compare against each other instead of all the same color, having
> different colors would help differentiate between each other. Maybe we
> can choose the color of the pins?
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/calibre/+bug/1968810/+subscriptions
>
>

Revision history for this message
Kovid Goyal (kovid) wrote : Re: calibre bug 1968810

Compare them for what? If you want to see books that have one tag nut
not another, you can do so by searching for

tag:A and not tag:B

Revision history for this message
Charles Haley (cbhaley) wrote :

@Robin: Kovid improved what I did by using different colored pins for different text marks. When you mark a book with some text, calibre chooses a color. I think there are 5 colors available.

You can think of setting a text mark as choosing a different color pin, which is what I think you were asking for. I expect you would assign a shortcut to the new action "Mark books with text label".

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.