Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > PocketBook > PocketBook Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 12-15-2023, 01:48 PM   #61
wold
Zealot
wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.
 
Posts: 120
Karma: 87007
Join Date: Apr 2021
Device: Lux 5, Libra 2, PRS-T2N
Quote:
Originally Posted by Loopscoop View Post
Neat tool. Thank you.

Any way to contribute to this or are you not providing source for now?
Thanks. You're welcome to contribute. The source is C++/Qt though (just to be sure). Did you have anything in mind? If you're curious about parts, it's OK to ask as well*.

As for opening the source fully, I'm not over the hedge yet, but if the project needs to live (on) it will need to happen at some point.

Open sourcing the lower parts, USB and readermanager code, was intended. Essentially these are tool libraries, meant to be re-used. I'd even settle for a MIT license there.

About opening the GUI I'm still conflicted. It's more prone to get abused (true, define abuse); or the whole shebang getting ported over (delusion of grandeur perhaps ) But keep worrying and miss out on the good parts of life.

Some other issues are remaining cruft in the code (think re job/work offers). Example, I passed some preference variables around instead of utilizing static member variables). Another were internal name changes (like Profile -> AnnotationSource -> ReaderSystemSource etc). but the worse has passed there.

---

Aside, v0.14 is nearing completion with Kobo and Sony support.
Attached Thumbnails
Click image for larger version

Name:	avater-screenshot-sonydrawnnote.png
Views:	45
Size:	45.2 KB
ID:	205216   Click image for larger version

Name:	avater-screenshot-kobochapters.png
Views:	40
Size:	17.4 KB
ID:	205217  
wold is offline   Reply With Quote
Old 01-03-2024, 12:18 PM   #62
Loopscoop
Member
Loopscoop began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Dec 2023
Device: Inkpad 4, kindle pw 1
>About opening the GUI I'm still conflicted. It's more prone to get abused (true, define abuse); or the whole shebang getting ported over (delusion of grandeur perhaps ) But keep worrying and miss out on the good parts of life.

>Some other issues are remaining cruft in the code (think re job/work offers).

Totally understand all your points -- right you are.

>Did you have anything in mind?

I thought you had a pretty nice base setup, and would want to expand it by (1) reading the sql databases to manage collections and backup (2) export data (esp annotations and highlights) from koreader, in an easy and practical way. Generally prefer to join projects for the consolidation of efforts + collab. Thought I could contribute some when my current work engagements end in a few months

>You're welcome to contribute. The source is C++/Qt though (just to be sure)

Not my primary but with your existing code and some searching it should be doable
Loopscoop is offline   Reply With Quote
Old 01-07-2024, 07:35 AM   #63
wold
Zealot
wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.
 
Posts: 120
Karma: 87007
Join Date: Apr 2021
Device: Lux 5, Libra 2, PRS-T2N
Quote:
Quote:
>Did you have anything in mind?
I thought you had a pretty nice base setup, and would want to expand it by (1) reading the sql databases to manage collections and backup (2) export data (esp annotations and highlights) from koreader, in an easy and practical way. Generally prefer to join projects for the consolidation of efforts + collab. Thought I could contribute some when my current work engagements end in a few months
Thanks. Both #1 and #2 would be welcome. If it is still some months off, I could further prep the code for open sourcing.

#1 (managing collections) gravitates towards book collection management, but while I don't see a use for duplicating such tools, it can be useful to edit a database directly. And not everyone wants to use collections managers either. (But above all, don't let me dictate what you can and can't do ).

Note there exists a webbased PB collection manager tool discussed here: https://www.mobileread.com/forums/sh...ection+manager
It does ship with a browser included. I might throw a message out if I/we can integrate parts of it into AVATeR.

---

Re #2 KOReader support, that can be done easily now. I could even do it if you ship example note files for koreader. IIRC there were some floating around here on MR.

Performance wise, AVATeR could be limited by the device storage speeds. But the local mirror might help there. Let me do some tests on that and get back with you.

The way it would work, is on first user selection of the KOReader database source, a function is called to load the annotations. That needs to iterate through the directories to find the individual ('sidecar') note files. Now v0.14 has a new directory iterator (net 20 lines or so, nothing fancy, but prevents there being 3+ iterators) that can apply a function to files with a specified extension. IIRC, KOReader (Lua?) uses JSON for these files. Qt can handle that.

Again, here too there exists a KOReader note reading app somewhere out there, released years back. Here too it might be worth it to contact the author for re-using parts. (It also offers a select-by-book annotations list, which I then kinda couldn't implement in good faith.)


Quote:
>You're welcome to contribute. The source is C++/Qt though (just to be sure)

Not my primary but with your existing code and some searching it should be doable
Nice. While C++ is/can get complex, it also has come a long way, and you can indeed work from existing work (do at first avoid older WIN32 API code ).
Installing the compiler/buildchain may be the most cumbersome part, on Windows at least, and easiest on Linux. What platform do you use BTW?

It might also be doable to integrate, say, Python code. Only for Windows I suspect that will pull in a lot of additional libraries and cruft - might just disable it there (using a compilation ON/OFF flag). Might be worth a look. Let's keep in touch.
wold is offline   Reply With Quote
Old 01-07-2024, 07:37 AM   #64
wold
Zealot
wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.
 
Posts: 120
Karma: 87007
Join Date: Apr 2021
Device: Lux 5, Libra 2, PRS-T2N
Also, AVATeR v0.14 has been released.
It adds Kobo and Sony annotation support, and some fixes.

Downloads: https://www.syncoda.nl/software/avater/releases/0.14/

Code:
0.14 Januari 3rd 2024
- fixed HTML export RGB colorcodes
- fixed HTML export table borders
- fixed exporter deleted annotation markup
- fixed checkDB warning on local DB errors
- changed: sort-by-date is default again

- added Kobo and Sony annotation support
- added Kobo and Sony Local Mirror support (Sony limited to one storage)
- let checkdb tool report warnings separate from errors
- update check now enforces/checks for HTTPS/SSL

Manual backup/Sony
- fixed: manual backup file count report (ignores directories)
- fixed: Sony backup now includes /Sony_Reader/ media subfolder
- added: Sony database backup now includes note/drawing files
- changed: new method to in/exclude system directories

- Windows: updated Qt to 6.6.1 and Libzip to 1.10.1
- Minor fixes
And forgotten: on Windows the manual backup timer may(!) stall less now.
wold is offline   Reply With Quote
Old 01-09-2024, 01:19 PM   #65
Loopscoop
Member
Loopscoop began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Dec 2023
Device: Inkpad 4, kindle pw 1
I'm really sorry to say that I have betrayed the cause after excitedly hopping in full steam; I returned my InkPad 4. I was really looking forward to setting up a sort of suite for managing the ereader, consolidating and improving the usability of some tools (with the authors' approval and maybe even collaboration of course), and your software seemed a good place to start from. I was sure that the Inkpad 4 was going to be my new pal for years, even after realizing it was very slow with ancient hardware, and even despite the washed out display made worse by the anti-scratch/glare layer, but ultimately koreader's inability to wake the wifi connection made it too frustrating (it needs a live, as in not in standby, connection before you open the app).

At any rate I'll reply since you've taken the time; maybe someone with a compatible device will get inspired.

Quote:
Nice. While C++ is/can get complex, it also has come a long way, and you can indeed work from existing work (do at first avoid older WIN32 API code ).
Installing the compiler/buildchain may be the most cumbersome part, on Windows at least, and easiest on Linux. What platform do you use BTW?

It might also be doable to integrate, say, Python code. Only for Windows I suspect that will pull in a lot of additional libraries and cruft - might just disable it there (using a compilation ON/OFF flag). Might be worth a look. Let's keep in touch.
I'm on Linux and have environments set up for when I need to to some minor C++ stuff for work, so it wouldn't be an issue. Sorry for wasting your time (for now at least), but I hope the good faith excitement for your nicely made tool was worth something at least. If I get a compatible ereader (gonna try a boox first), I'll be back. Good luck!
Loopscoop is offline   Reply With Quote
Old 01-11-2024, 10:32 AM   #66
wold
Zealot
wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.
 
Posts: 120
Karma: 87007
Join Date: Apr 2021
Device: Lux 5, Libra 2, PRS-T2N
Quote:
Originally Posted by Loopscoop View Post
I'm really sorry to say that I have betrayed the cause after excitedly hopping in full steam; I returned my InkPad 4. I was really looking forward to setting up a sort of suite for managing the ereader, consolidating and improving the usability of some tools (with the authors' approval and maybe even collaboration of course), and your software seemed a good place to start from. I was sure that the Inkpad 4 was going to be my new pal for years, even after realizing it was very slow with ancient hardware, and even despite the washed out display made worse by the anti-scratch/glare layer, but ultimately koreader's inability to wake the wifi connection made it too frustrating (it needs a live, as in not in standby, connection before you open the app).

At any rate I'll reply since you've taken the time; maybe someone with a compatible device will get inspired.



I'm on Linux and have environments set up for when I need to to some minor C++ stuff for work, so it wouldn't be an issue. Sorry for wasting your time (for now at least), but I hope the good faith excitement for your nicely made tool was worth something at least. If I get a compatible ereader (gonna try a boox first), I'll be back. Good luck!
No problem at all. Also thanks for the compliments. In the end, use what suits you best. I've had my share of compromises with regard to OSes, soft- and hardware, and generally it's a relieve to move on to something more suitable.

I almost had a similar experience with my Libra 2 down the road, due to misformatted epubs (crashing it), which turned out fixable with kepub conversion. Judging from the reactions here it does look like PB could have done better with the Inkpad 4. Still curious as to how that went about (internally), most likely Covid stock issues played a part, as mentioned in your other thread.

As for AVATeR, you're welcome to contribute if your device allows it. AVATeR should be able to support other brands of readers (including android), and any apps on them, without too much work. Any suggestions are always welcome.

In the meantime, I'll try figuring out KOReader support. There were also some previous requests to do so, and everyone seems to be using it (here on the forums )
wold is offline   Reply With Quote
Old 02-10-2024, 05:59 AM   #67
wold
Zealot
wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.
 
Posts: 120
Karma: 87007
Join Date: Apr 2021
Device: Lux 5, Libra 2, PRS-T2N
A lot of minor fixes went into v0.15:
https://www.syncoda.nl/software/avater/releases/0.15/

Code:
0.15 February 10th 2024
- fixed: exporter image embedding (removed redundant quote)
- fixed: exporter HTML, convert linebreaks
- fixed: exporter HTML, external image tag
- fixed: exporter HTML, various w3c compliance fixes
- fixed: exporter Markdown, escape additional characters (WIP)

- fixed: top-align metadata for long annotations
- fixed: set uncategorized annotations to other category
- fixed: flag empty drawings as deleted
- fixed: hide "open archive" option (unreleased feature)

- added: annotation type/flag filter
- added: export row media to clipboard HTML (experimental)
- added/improved: regex filtering for title/author search fields
- added: PB translation support (context/dictionary)
- added: viewer option for showing all columns

- changed: flags column (was delete)
- changed: keep text filters on device change (toggleable)
- changed: sort devices by vendor
- changed: extra checks for PB annotation import
- minor internal improvements (toggling case-sensitive, etc.)
Last few times I only quickly checked the exporter - I went lighter on testing. Things are simple, and else nothing gets done

Complex drawings also slow things down, to be fixed in the next release. By chance, I got a PB annotation db used by kids, and there's no better way to test things It has *huge* drawings, which slow things to a crawl at times, but it keeps running. If you're stuck with this, use the new filter to filter out any drawings.
wold is offline   Reply With Quote
Old 04-07-2024, 12:22 PM   #68
wold
Zealot
wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.
 
Posts: 120
Karma: 87007
Join Date: Apr 2021
Device: Lux 5, Libra 2, PRS-T2N
A Windows qt5 release was added for the existing 0.15 release, for backward compatibility.
A while ago 0.13.x didn't start on Win11 due to qt6, don't want that again.

From: https://www.syncoda.nl/posts/2024/20...r_windows_qt5/

Quote:
A Windows Qt5-based release has been added to the AVATeR 0.15 downloads, for backward compatibility.

While v0.15 (Qt 6.6) runs fine even on Win10 21H2, in the past v0.13 and older versions failed to start on newer Windows 11 versions due to some Qt 6.2.4 issue. To avoid similar situations, a Qt5 based version has been added; it might also run on older Windows 7/8 systems, as Qt6 requires Win10 at minimum.

Note

- Qt5 lacks some features of Qt6, better HDPI support being one
- included (C++) libraries could still prove incompatible with older Windows versions. It was tested with Win11 23H2 and Win10 21H2.
- Only a .zip archive version is shipped
- used are Qt 5.15.2, build for AMD64 on Win11 23H2 using MSVC 2022.
Development has been slow due to other things, but I'm picking it up again.
wold is offline   Reply With Quote
Reply

Tags
annotations, pocketbook


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Viewer annotations in Calibre Katja_hbg Viewer 8 04-01-2024 09:55 PM
Annotations in Calibre Ebook Viewer jstash Calibre 1 05-22-2020 02:24 AM
Testing pocketbook apps sigizmund PocketBook Developer's Corner 4 03-10-2020 09:11 AM
Viewer with Annotations and Highlights Cjammi ePub 0 03-07-2017 04:07 AM
How do I get an avater? GA Russell Feedback 6 12-21-2010 09:50 PM


All times are GMT -4. The time now is 04:11 AM.


MobileRead.com is a privately owned, operated and funded community.