topic: mobi
10 modules sharing the mobi name family (derived from the tree's prefix discipline).
The 'mobi' topic family focuses on converting and processing MOBI/AZW files for sovereign use within the Nishi ecosystem, enabling DRM-free reading and navigation. Modules like nx_mobi_book handle the core conversion from Kindle formats to Nishi, while nx_mobi_chapters_gate ensures navigable table of contents through chapter splitting. nx_mobi_cover_gate extracts embedded covers, supporting consistent metadata across different decoders. These modules work together to streamline content access, enhance usability, and maintain data integrity throughout the transformation process.
auto-narrated by the local model from this topic's module headers; links verified against the wiki index.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| nx_mobi_book.nx | SOVEREIGN MOBI/AZW (Kindle) -> Nishi format. Operator goal: read your OWN purchased books on | 305 | 18 |
| nx_mobi_book_gate.nx | liar-kill gate for the sovereign MOBI/AZW reader. Builds the DRM-free fixture + | 87 | 7 |
| nx_mobi_chapters_gate.nx | gate MOBI chapter-splitting (rung 2 = a real navigable TOC, not one giant chapter). | 82 | 6 |
| nx_mobi_cover.nx | SHARED embedded-cover extraction for the Kindle decoders (DRY: nx_mobi_book + nx_kf8_book both | 52 | 6 |
| nx_mobi_cover_gate.nx | gate the EMBEDDED-cover extraction (operator: "we dont need it generate ... how does | 100 | 6 |
| nx_mobi_fixture_build.nx | build a DRM-free MOBI (Kindle) fixture sovereignly, so the MOBI reader rung can be | 298 | 8 |
| nx_mobi_headings_gate.nx | gate the HEADING-FALLBACK chapter split: a MOBI with <h1> chapter titles but NO | 81 | 6 |
| nx_mobi_huff_gate.nx | end-to-end gate for HUFF/CDIC MOBI liberation (compression 17480): | 80 | 6 |
| nx_mobi_huffreal_gate.nx | REAL-FILE validation of the sovereign HUFF/CDIC decoder against a genuine | 90 | 6 |
| nx_mobi_inspect.nx | diagnostic: dump a MOBI's PDB/PalmDOC/MOBI-header structure + LOCATE the HUFF/CDIC records | 104 | 8 |