Skip to content

Commit

Permalink
Merge pull request #31 from harmtemolder/mobileread-link-upd-new-ver-…
Browse files Browse the repository at this point in the history
…prep

Updating mobileread links to new thread
  • Loading branch information
kyxap authored Jul 31, 2024
2 parents 20ac77d + c2482c3 commit 07e9333
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ Note that at the moment the sync is primarily one-way—from the KOReader device

Pushing metadata from calibre to KOReader currently works only for books which do not have KOReader sidecar files, and of course requires the raw metadata column to be mapped. The use-case is for setting up a new device, or if a book was removed from your device and you've now added it back. This has been tested for calibre's Connect to Folder and Custom USB Device modes. It does not seem to work for the Kobo Touch device driver nor with wireless connections, but I (@charlesangus) find those don't communicate perfectly with Calibre/KOReader in any case... I haven't disabled it for other devices - it may be a quirk in my setup which is causing it to fail, and it may work fine for you.

Releases will also be uploaded to [this plugin thread on the MobileRead Forums](https://www.mobileread.com/forums/showthread.php?p=4060141). If you are on there as well, please let me know what you think of the plugin in that thread.
Releases will also be uploaded to [this plugin thread on the MobileRead Forums](https://www.mobileread.com/forums/showthread.php?t=362706). If you are on there as well, please let me know what you think of the plugin in that thread.

## Using this plugin

2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ class KoreaderSync(InterfaceActionBase):
name = 'KOReader Sync'
description = 'Get metadata from a connected KOReader device'
author = 'harmtemolder & others, currently maintaining by: kyxap'
version = (0, 6, 3)
version = (0, 6, 4)
minimum_calibre_version = (5, 0, 1) # Because Python 3
config = JSONConfig(os.path.join('plugins', 'KOReader Sync.json'))
actual_plugin = 'calibre_plugins.koreader.action:KoreaderAction'
4 changes: 2 additions & 2 deletions pluginIndexKOReaderSync.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[*][URL="https://www.mobileread.com/forums/showthread.php?p=4060545"]KOReader Sync[/URL]
[*][URL="https://www.mobileread.com/forums/showthread.php?t=362706"]KOReader Sync[/URL]
[I]Synchronize metadata (e.g. read progress and rating) from KOReader to calibre.
Version: 0.6.3; Released: 22-05-2023; Calibre: 5.0.1; Author: harmtemolder & others, currently maintaining by: kyxap; History: Yes;
Version: 0.6.4; Released: 22-05-2023; Calibre: 5.0.1; Author: harmtemolder & others, currently maintaining by: kyxap; History: Yes;
Platforms: Windows, OSX, Linux;[/I]
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.3
0.6.4

0 comments on commit 07e9333

Please sign in to comment.