harmtemolder / koreader-calibre-plugin

A calibre plugin to synchronize metadata from KOReader to calibre
GNU General Public License v3.0
67 stars 7 forks source link

[FEATURE] Improve the synchronization interface #47

Open WillScarlettOhara opened 2 months ago

WillScarlettOhara commented 2 months ago

Feature Summary

Improve the synchronization interface

Motivation

The window that appears at the end of a synchronization to KOReader is not very practical.

Use Cases

With my 1,295 books, it's impossible to scroll to find the one that was successfully synchronized.

Alternatives

Perhaps it would be better to sort or filter this sync screen. Maybe with only the synchronized one at the top or even hide all the others with the option to open a json log file for more details.

Additional Context

No response

kyxap commented 2 months ago

What exactly you would like to see in the after sync pop-up? "Improve" it's not a feature to implement

WillScarlettOhara commented 2 months ago

I forgot to add the screenshot. 309406 In my example, what's the point of seeing this full json list of books whose sidecar hasn't been created? It would be more useful to highlight the books for which the sidecar has been created. Even from a debugging perspective, how do I find a particular sidecar without ctrl+f in this log?

kyxap commented 1 week ago

In my example, what's the point of seeing this full json list of books whose sidecar hasn't been created?

because there multiple reason why this can happen

Even from a debugging perspective, how do I find a particular sidecar without ctrl+f in this log? copy-paste in your editor and look, there some limitation on usage of search inside that window

but yeah I agree details dialog could be more user-friendly