Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Which one should I buy?

Notices

Reply
 
Thread Tools Search this Thread
Old 07-27-2026, 12:50 PM   #16
DJUNGELSKOG
Groupie
DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.
 
DJUNGELSKOG's Avatar
 
Posts: 169
Karma: 1162312
Join Date: Nov 2023
Location: Belgium / Vlaanderen
Device: Kobo Libra 2 + Vivlio Light HD + (ancient) iPad Pro
Quote:
Originally Posted by Nils.B View Post
Thanks a lot to David (DNSB) and Yapyap for the detailed responses!

I have one specific question left regarding PocketBook:
- For PocketBook (Era) / KOReader users: How seamless is dictionary lookup and highlight export (specifically to Markdown / .md files) in KOReader on PocketBook compared to Kobo? Does KOReader run just as smoothly on PocketBook OS?

Best regards,
Nils B.
I have a different Pocketbook model and I can confirm that Koreader runs even better on Pocketbooks than it does on Kobos because it integrates with the built-in firmware. You can always choose between the built-in reader and Koreader when opening an individual book from the library screen, and you can also opt to never ever leave Koreader, if that's what you prefer.

Exporting highlights and dictionary lookups is trivial as well, I can share my script that exports my dictionary lookups to anki if you are interested, you should be able to export it to .md as well.
DJUNGELSKOG is offline   Reply With Quote
Old 07-27-2026, 03:05 PM   #17
Nils.B
Junior Member
Nils.B began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Jul 2026
Device: kein
Hi Dschungelwald,

Thanks a lot for the feedback! That sounds great—especially that KOReader integrates so seamlessly into PocketBook OS.

I'd actually be really interested in your script! If it can be used for exporting to .md files, that would be perfect for my workflow. How does the script work exactly, or where can I check it out?

Best regards,
Nils
Nils.B is offline   Reply With Quote
Old 07-28-2026, 05:35 PM   #18
DJUNGELSKOG
Groupie
DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.
 
DJUNGELSKOG's Avatar
 
Posts: 169
Karma: 1162312
Join Date: Nov 2023
Location: Belgium / Vlaanderen
Device: Kobo Libra 2 + Vivlio Light HD + (ancient) iPad Pro
Python is not my main language so it’s probably a very ugly solution but it works for me

Code:
import sqlite3
import requests
from pystardict import Dictionary

DATABASE_PATH = 'vocabulary_builder.sqlite3'
STARDICT_PATH = 'your_dictionary_file_here’
ANKI_CONNECT_URL = 'http://localhost:8765'
NOT_FOUND_FILE = 'not_found.txt'

def get_translation(word):
    my_dict = Dictionary(STARDICT_PATH)
    for key in my_dict.idx.keys():
        if key == word:
            return my_dict.dict[key]

    return None


def add_note_to_anki(word, translation, prev_context, next_context):
    note = {
        "deckName": "your_deck_name",
        "modelName": "Basic",
        "fields": {
            "Front": word,
            "Back": f"{prev_context}[{word}]{next_context}<br><br>{translation}"
        },
        "tags": []
    }
    payload = {
        "action": "addNote",
        "version": 6,
        "params": {
            "note": note
        }
    }
    response = requests.post(ANKI_CONNECT_URL, json=payload)
    return response.json()

conn = sqlite3.connect(DATABASE_PATH)
cursor = conn.cursor()

cursor.execute("SELECT word, prev_context, next_context FROM vocabulary")
rows = cursor.fetchall()
not_found = []

for row in rows:
    word, prev_context, next_context = row
    translation = get_translation(word)
    print("TRANSLATION")
    print(translation)
    if translation:
        result = add_note_to_anki(word, translation, prev_context, next_context)
    else:
        print("not found")
        print(word)
        not_found.append(word)

with open(NOT_FOUND_FILE, 'w') as file:
    for word in not_found:
        file.write(f"{word}\n")

conn.close()
This exports words from koreader’s vocabulary builder database to anki, along with its context and translation.

You need to have Anki Desktop app running, otherwise it wouldn’t work. Or you can throw the anki part away and export it to .md instead
DJUNGELSKOG is offline   Reply With Quote
Old 07-28-2026, 11:46 PM   #19
Nils.B
Junior Member
Nils.B began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Jul 2026
Device: kein
Thanks for sharing this, much appreciated! ��
Nils.B is offline   Reply With Quote
Old Yesterday, 03:14 PM   #20
Readirect
Groupie
Readirect can self-interpret dreams as they happen.Readirect can self-interpret dreams as they happen.Readirect can self-interpret dreams as they happen.Readirect can self-interpret dreams as they happen.Readirect can self-interpret dreams as they happen.Readirect can self-interpret dreams as they happen.Readirect can self-interpret dreams as they happen.Readirect can self-interpret dreams as they happen.Readirect can self-interpret dreams as they happen.Readirect can self-interpret dreams as they happen.Readirect can self-interpret dreams as they happen.
 
Posts: 154
Karma: 20456
Join Date: Apr 2014
Device: KPW1
The 6" Pocketbook Verse is the best Linux-based e-reader that I've owned: Verse Basic for side-loading with its sd-card support; Verse Pro if you don't need sideloading: The Pro has a better display but the Basic's display is absolutely fine. There's also a
Verse Color & a Verse but I don't see the advantage of either over the Basic * Pro.

The first 3 of the above have page-turn buttons (but) all also have a highly developed UI which includes 9 customizable tap zones that you can configure to do (just about) anything (such that) you can configure back/forward taps for however you hold the device.

I was a big page-turn-buttons fan until I got a Pocketbook. Now I rarely use them, because of those customizable zones.

If you don't want an Android-based device, IMO, Pocketbook is the best alternative.
Readirect is offline   Reply With Quote
Old Yesterday, 08:22 PM   #21
Aleron Ives
Wizard
Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.
 
Posts: 1,898
Karma: 17565280
Join Date: Sep 2022
Device: Kobo Libra 2
Quote:
Originally Posted by Readirect View Post
The 6" Pocketbook Verse is the best Linux-based e-reader that I've owned: Verse Basic for side-loading with its sd-card support; Verse Pro if you don't need sideloading
You mean just for extra capacity? The Verse Pro still supports sideloading onto the internal storage, right? Since PocketBook doesn't have its own store, my understanding is that all your books have to be sideloaded (although PocketBook can redeem ACSM files directly, unlike Kobo).
Aleron Ives is offline   Reply With Quote
Old Today, 12:34 AM   #22
nana77
Wizard
nana77 ought to be getting tired of karma fortunes by now.nana77 ought to be getting tired of karma fortunes by now.nana77 ought to be getting tired of karma fortunes by now.nana77 ought to be getting tired of karma fortunes by now.nana77 ought to be getting tired of karma fortunes by now.nana77 ought to be getting tired of karma fortunes by now.nana77 ought to be getting tired of karma fortunes by now.nana77 ought to be getting tired of karma fortunes by now.nana77 ought to be getting tired of karma fortunes by now.nana77 ought to be getting tired of karma fortunes by now.nana77 ought to be getting tired of karma fortunes by now.
 
nana77's Avatar
 
Posts: 2,619
Karma: 2742770
Join Date: May 2025
Device: Kobo Forma, PocketBook InkPad Color 3
Quote:
Originally Posted by Aleron Ives View Post
You mean just for extra capacity? The Verse Pro still supports sideloading onto the internal storage, right? Since PocketBook doesn't have its own store, my understanding is that all your books have to be sideloaded (although PocketBook can redeem ACSM files directly, unlike Kobo).
The Pocketbook has a UK store, too.
If the 6"-7" margin can extend to 7,8", I would suggest the Pocketbook 4.
nana77 is online now   Reply With Quote
Old Today, 09:18 AM   #23
DJUNGELSKOG
Groupie
DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.DJUNGELSKOG ought to be getting tired of karma fortunes by now.
 
DJUNGELSKOG's Avatar
 
Posts: 169
Karma: 1162312
Join Date: Nov 2023
Location: Belgium / Vlaanderen
Device: Kobo Libra 2 + Vivlio Light HD + (ancient) iPad Pro
Quote:
Originally Posted by Aleron Ives View Post
You mean just for extra capacity? The Verse Pro still supports sideloading onto the internal storage, right? Since PocketBook doesn't have its own store, my understanding is that all your books have to be sideloaded (although PocketBook can redeem ACSM files directly, unlike Kobo).
Yes it does! It’s unfeasible for people that have hundreds of gigabytes of manga in their Calibre libraries that needs to be available in their devices at any time, and these people tend to believe that it’s how everyone else’s libraries look like, and thus they declare that devices that don’t have SD-card slots are unsuitable for sideloading
DJUNGELSKOG is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Searching for "& # 9 ; " oston Sigil 5 03-11-2026 03:30 PM
Libra 2 "Unable to import annotations as the annotations column has not been configured..." Liudprand Kobo Reader 2 07-29-2023 10:56 PM
eReader with an 11" or 12"" screen and physical buttons apastuszak Which one should I buy? 7 06-13-2023 06:03 AM
Pressing "Restore Defaults" under "Book Details" wipes all "Look & Feel" settings. MarjaE Library Management 1 03-30-2021 11:46 AM
Swap "Prev Page" & "Next Buttons" ???? kilofox Amazon Kindle 6 04-02-2008 11:39 PM


All times are GMT -4. The time now is 12:27 PM.


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