Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Sync custom column read state with kobo #2997

Open
wants to merge 1 commit into
base: Develop
Choose a base branch
from

Conversation

NotSimone
Copy link

@NotSimone NotSimone commented Feb 5, 2024

Currently, the read state when books are synced with Kobo is not correctly synced when the "Link Read/Unread Status to Calibre Column" option is used.

This change makes it so that changing read state on either Calibre or the Kobo e-reader should sync the read state correctly. Note that the Kobo reading state has a third state - reading - that cannot be represented in the Calibre column and so gets ignored.

This also adds an additional configuration option "User for Calibre Read Column" so that only the specified user's syncing will update or be updated by the column in Calibre. By default, it is configured to be the Admin user (id 1).

image

resolves #2740

@NotSimone NotSimone force-pushed the feature/kobo_custom_column_sync branch from 1d1bb61 to 8e94e64 Compare February 5, 2024 12:26
@NotSimone
Copy link
Author

NotSimone commented Feb 5, 2024

I should mention a caveat - it seems that modifying the custom column in calibre does not change the last_modified timestamp (or anything else vaguely resembling a timestamp as far as I could tell), which means you cannot reliably sync a change in read state from Calibre to Kobo.

Fortunately, the other direction is fairly reliable and that's the direction most of us care about anyway ;)

@NotSimone NotSimone changed the base branch from master to Develop February 5, 2024 13:00
@NotSimone NotSimone force-pushed the feature/kobo_custom_column_sync branch from 8e94e64 to 72c4e84 Compare February 5, 2024 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sync Read State between Kobo, Calibre-Web and Calibre Custom Column
1 participant