07-02-2022, 12:13 PM | #31 | |
Enthusiast
Posts: 33
Karma: 10
Join Date: May 2011
Device: Pocketbook 903
|
Quote:
As you probably know, the export does not yet manage the columns in the same way as in the application itself, e.g. columns missing. I tested all versions for the different Operating Systems. All are working for me. |
|
07-03-2022, 03:12 PM | #32 | |||
Zealot
Posts: 127
Karma: 87007
Join Date: Apr 2021
Device: Lux 5, Libra 2, PRS-T2N
|
Quote:
Any chance these highlight/notes were made with older/5.x firmware? If so the format could be different. Quote:
BTW, I'll try roll a beta for you soon, but the upcoming week is a busy/odd one for me. Second half of July things stop, so plenty of time then Quote:
|
|||
Advert | |
|
07-04-2022, 02:16 AM | #33 | |
Enthusiast
Posts: 33
Karma: 10
Join Date: May 2011
Device: Pocketbook 903
|
Quote:
Thanks for the explanation. |
|
07-04-2022, 02:26 AM | #34 |
Enthusiast
Posts: 33
Karma: 10
Join Date: May 2011
Device: Pocketbook 903
|
|
07-05-2022, 03:03 AM | #35 |
Zealot
Posts: 127
Karma: 87007
Join Date: Apr 2021
Device: Lux 5, Libra 2, PRS-T2N
|
It can wait, yes, but I'm interested in the SQL data. Assuming it is the cause, I didn't anticipate mixed data formats in one DB, though thinking about it...
|
Advert | |
|
07-05-2022, 03:05 PM | #36 |
Zealot
Posts: 127
Karma: 87007
Join Date: Apr 2021
Device: Lux 5, Libra 2, PRS-T2N
|
0.9.9 beta
Attached is a beta with reworked TXT and CSV exports. Both now include color info, and CSV additional fields.
Todos are many: HTML colors, and localizing the datestrings, amongst others. The export strings are now generated using replacement variables, eventually allowing user set strings. But that's still far away. Last edited by wold; 07-23-2022 at 02:36 PM. Reason: removed attached beta |
07-21-2022, 01:03 PM | #37 |
Weirdo
Posts: 718
Karma: 9081544
Join Date: Nov 2019
Location: Wuppertal, Germany
Device: Tolino Shine Color, Tolino Vision 6, Kobo Clara 2E, Boox Note Air 2+
|
I'm using Fedora, do you have the sources available so I can build them myself?
|
07-22-2022, 11:07 AM | #38 |
Zealot
Posts: 127
Karma: 87007
Join Date: Apr 2021
Device: Lux 5, Libra 2, PRS-T2N
|
|
07-22-2022, 11:09 AM | #39 |
Zealot
Posts: 127
Karma: 87007
Join Date: Apr 2021
Device: Lux 5, Libra 2, PRS-T2N
|
And v0.9.9's out for windows and linux debian
HTML color export was added, even the 'raw SQL exporter', see release info for more info: - Downloads: https://www.syncoda.nl/software/avater/#downloads - Release info: https://www.syncoda.nl/posts/2022/avater-release-0-9-9/ |
07-22-2022, 01:47 PM | #40 |
Weirdo
Posts: 718
Karma: 9081544
Join Date: Nov 2019
Location: Wuppertal, Germany
Device: Tolino Shine Color, Tolino Vision 6, Kobo Clara 2E, Boox Note Air 2+
|
|
07-23-2022, 05:57 AM | #41 |
Zealot
Posts: 127
Karma: 87007
Join Date: Apr 2021
Device: Lux 5, Libra 2, PRS-T2N
|
Recompiling on Fedora was a breeze, but building a RPM will take some time.
Until then, you can try the attached binary. It should run if its dependencies are met. The help docs will be missing (those are on the site btw), and possibly the alt-tab icon. One dependency will have to be installed manually: libzip And optionally qt5-qtbase and libudev (but if udev is missing you'd better stop), but that should be all. Should the icons be missing, try installing "qt5-qtsvg". Else it may look like this: There's also some minor UI things (i.e. settings) that will need fixing... Last edited by wold; 10-20-2022 at 04:10 PM. Reason: added udev + svg remark |
07-23-2022, 10:35 AM | #42 |
Enthusiast
Posts: 33
Karma: 10
Join Date: May 2011
Device: Pocketbook 903
|
Hi wold,
with your new version, which is working fine on my end, I opened my testbook again and found that all page numbers are set to 1 (see screenshot) Using the Pocketbook reader or also the viewer app they are still at the right page. I used your new debug feature with the SQL raw export, thanks for that , to create a log file (see .txt attachment) There is nothing wrong with Avater, but the database entry for the page number may not be the right one. |
07-23-2022, 02:35 PM | #43 | |
Zealot
Posts: 127
Karma: 87007
Join Date: Apr 2021
Device: Lux 5, Libra 2, PRS-T2N
|
Quote:
For tag 101 the "anchor" field is missing, which avater uses to get the page, offset and location from. Code:
15:03:28 Info: "788: 788 | 787 | 4 | 0 | 1656754282 | 74D7B0C5-57D2-5469-8CDF-C63CAC6E9C40 | 14328 | 788 | 101 | {\n \"created\" : 1654358266,\n \"updated\" : \"2022-06-04T15:58:24Z\"\n}\n | 1654358306" || 11 # expected example: 19:02:58 Info: "8: 8 | 5 | 4 | 0 | 1613764943 | 52910225-37BA-51F5-B144-AB98A277929C | 206 | 8 | 101 | {\"anchor\":\"pbr:/page?page=17&offs=991#epubcfi(/6/14!/4/2/2/2/2/6/14/5:59)\",\"created\":1613764943} | 1613764943" || 11 For now, any idea why these are different? The testfile worked earlier, or did you create a new one with the 'faulty' data? Are these regular epub files? Do they perhaps have page info already stored inside? |
|
07-24-2022, 01:32 PM | #44 |
Weirdo
Posts: 718
Karma: 9081544
Join Date: Nov 2019
Location: Wuppertal, Germany
Device: Tolino Shine Color, Tolino Vision 6, Kobo Clara 2E, Boox Note Air 2+
|
It seems to work, thank you!
|
07-29-2022, 08:16 AM | #45 |
Zealot
Posts: 127
Karma: 87007
Join Date: Apr 2021
Device: Lux 5, Libra 2, PRS-T2N
|
Linux only update to 0.9.9.1 is attached.
Missing page numbers are now handled. Fixed are some UI layout issues and Fedora debug logging, nothing fancy. No need to test BTW. This will get rolled into 0.9.10. Last edited by wold; 10-20-2022 at 04:10 PM. |
Tags |
annotations, pocketbook |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Viewer annotations in Calibre | Katja_hbg | Viewer | 8 | 04-01-2024 10:55 PM |
Annotations in Calibre Ebook Viewer | jstash | Calibre | 1 | 05-22-2020 03:24 AM |
Testing pocketbook apps | sigizmund | PocketBook Developer's Corner | 4 | 03-10-2020 10:11 AM |
Viewer with Annotations and Highlights | Cjammi | ePub | 0 | 03-07-2017 05:07 AM |
How do I get an avater? | GA Russell | Feedback | 6 | 12-21-2010 10:50 PM |