Skip to content

Known issues

HBNut edited this page Jun 4, 2025 · 4 revisions

Known issues

  • The node-management, i.e. storing the tree-state of the nodes in the book-list is by design not foolproof. The nodes 'expanded' flag WILL get out of sync with the display from time to time. There are no plans to fix this for now as the foolproof solution would take far to much disk space. This will auto-correct if you tap a row once or twice (or use the "Clear the node state" in the options menu on the bookshelf and styles edit screens.)

  • Grouping on dates, e.g. on "Year-Read, Month-Read, Author".

    If you read 3 books that month, first one by Author A, then one by Author B, then another by Author A, they will show up as:

    • year
      • month
        • A 2
          • title 3
        • B 1
          • title 2
        • A 2
          • title 1

    So you get duplicate Author entries each showing the total (2) of books you read that month of that Author. This is due to the sorting on the date-read which includes the day. If you added "Day-Read" to the grouping you would get:

    • year
      • month
        • day 3
          • A 1
            • title 3
        • day 2
          • B 1
            • title 2
        • day 1
          • A 1
            • title 1

    So the first list is correct if somewhat confusing. You can either:

    • include the Day group
    • don't read two books by the same Author in the same month (and book(s) from other Authors in between)

Clone this wiki locally