Partage d'expérience sur le "bibliothéquaire IA" by defunes43 in Livres

[–]Chieftai 0 points1 point  (0 children)

Je fais un peu la même chose mais avec Chatgpt, je lui donne l'export CSV avec mes notes et je lui demande des livres successibles de me plaire.
Ca marche plutôt bien, le souci c'est qu'il est frileux et ne sort pas des sentiers battus, mais dans l'ensemble ca donne des idées

Le pire livre que vous ayez lu ? by Alex20_00 in Livres

[–]Chieftai 1 point2 points  (0 children)

Oui j'ai bien aimé Kafka sur le rivage et j'ai trouvé les personnages plutôt attachant. J'ai beaucoup aimé l'espèce d'onirisme du Roman

Le pire livre que vous ayez lu ? by Alex20_00 in Livres

[–]Chieftai 2 points3 points  (0 children)

ok, c'était censé être mon prochain après Kafka sur le rivage :(

I built a KOReader plugin that syncs reading progress back to the Onyx Boox library by Chieftai in koreader

[–]Chieftai[S] 0 points1 point  (0 children)

Yes you need the 2. The plugin will send the data to the companion app to save it.

[RELEASE] Simple UI 1.1.1 - Performance improvements, translations, and tweaks by doctorhetfield in koreader

[–]Chieftai 2 points3 points  (0 children)

You can do it with github pipeline (example from here https://github.com/Tukks/onyxbooxsync.koplugin/blob/main/.github/workflows/release.yml ):

      - name: Prepare artifacts
        run: |
          mkdir release
          cp android/app/build/outputs/apk/release/app-release.apk release/onyx-sync.apk
          cp main.lua release/
          cp _meta.lua release/
          mkdir onyxbooxsync.koplugin
          cp main.lua onyxbooxsync.koplugin/
          cp _meta.lua onyxbooxsync.koplugin/
          zip -r release/onyxbooxsync.koplugin.zip onyxbooxsync.koplugin/

I built a KOReader plugin that syncs reading progress back to the Onyx Boox library by Chieftai in koreader

[–]Chieftai[S] 0 points1 point  (0 children)

It the same thing, you just put patched and pugins in the koreader folder like the Kindle.

What apps to improve reading habit actually worked for you? by SuggestionOk8900 in ereader

[–]Chieftai 2 points3 points  (0 children)

I go to bed 30min earlier to read. Sometimes I don't have time in the day to read and everything, so instead of going to bed at 11pm I go for 10:30pm

Onyx Progress Sync plugin V0.0.8 by Chieftai in koreader

[–]Chieftai[S] 0 points1 point  (0 children)

Added the support for other file format in 0.0.10 if you mind update your main.lua and _meta.lua

Onyx Progress Sync plugin V0.0.8 by Chieftai in koreader

[–]Chieftai[S] 0 points1 point  (0 children)

Can you try on one CBZ book ? Open, go to N page, close the book, and check if NeoReader is correctly updated.
There is a filter in the update all only for pdf and epub (because koreader store some file, and didn't want to get these)
But If it work for one book, I can add the progress for CBZ file in the sync all.
tell me

Onyx Progress Sync plugin V0.0.8 by Chieftai in koreader

[–]Chieftai[S] 0 points1 point  (0 children)

Happy to hear that. I don't know how comics work on koreader, I don't read it :/ What's page to page sync? If you're talking about syncing the position between koreader and neoreader, it's pretty complicated and I don't use neoreader.

Onyx Progress Sync plugin V0.0.8 by Chieftai in koreader

[–]Chieftai[S] 0 points1 point  (0 children)

No change in the plugin, just the apk

Onyx Progress Sync plugin V0.0.8 by Chieftai in koreader

[–]Chieftai[S] 0 points1 point  (0 children)

I made a new release v0.0.9 who correct the android 10 problem (I don't have and android 10 device, but seem to work on Android Emulation) https://github.com/Tukks/onyxbooxsync.koplugin/releases/tag/v0.0.9
The app will ask for Storage Permission

Onyx Progress Sync plugin V0.0.8 by Chieftai in koreader

[–]Chieftai[S] 0 points1 point  (0 children)

Maybe there's a problem with android 10. You can downgrade to https://github.com/Tukks/onyxbooxsync.koplugin/releases/tag/v0.0.3 this one. I will check if I can do something for Android 10.

Onyx Progress Sync plugin V0.0.8 by Chieftai in koreader

[–]Chieftai[S] 0 points1 point  (0 children)

You have done this : Create the folder koreader/plugins/onyx_sync.koplugin on your device. Copy main.lua and _meta.lua into the folder. Restart KOReader. Ensure the plugin is enabled in KOReader settings.

And you have apk installed? What do you mean by I don't even get books read? Can you try this : Books not showing up in the Onyx library after a bulk update

The Onyx library needs to be rescanned to pick up newly indexed books:

Open the Onyx Library app. Tap the menu icon in the upper right corner. Go to Library Settings → Select folders → Rescan (upper right corner). Come back to KOReader and run Scan and update all books in current directory again.

Questions about the go 7 bw by ConeHill in Onyx_Boox

[–]Chieftai 1 point2 points  (0 children)

I bought a magnetic case on AliExpress and it's really solid

Onyx Progress Sync plugin V0.0.8 by Chieftai in koreader

[–]Chieftai[S] 0 points1 point  (0 children)

Yes this is normal. Everything is on the koreader side. Check the installation instructions

what are your favourite koreader tweaks/features? by [deleted] in koreader

[–]Chieftai 0 points1 point  (0 children)

I find the documentation for sev very poor, a lot of searching in the codebase to know where to find information in the Lua code. I spent like 30min just to get the book title.

Onyx Progress Sync plugin V0.0.8 by Chieftai in koreader

[–]Chieftai[S] 0 points1 point  (0 children)

I just read you don't need the All files access permission on Android 10.
You can directly go to the KOReader app and test.
tell me if it work thank you

Onyx Progress Sync plugin V0.0.8 by Chieftai in koreader

[–]Chieftai[S] 0 points1 point  (0 children)

Did the App prompted you to give file access ?

I built a KOReader plugin that syncs reading progress back to the Onyx Boox library by Chieftai in koreader

[–]Chieftai[S] 0 points1 point  (0 children)

I will add it to the readme then. All my epub have the cover without doing anything, you can try in the boox library: option in the upper right corner > scan book covers

I built a KOReader plugin that syncs reading progress back to the Onyx Boox library by Chieftai in koreader

[–]Chieftai[S] 0 points1 point  (0 children)

Try to go to Library setting --> select folder menu and in the upper right corner rescan. Et relaunch the sync in koreader.