BookLore icon indicating copy to clipboard operation
BookLore copied to clipboard

BookLore is a web app for hosting, managing, and exploring books, with support for PDFs, eBooks, reading progress, metadata, and stats.

Results 192 BookLore issues
Sort by recently updated
recently updated
newest added

re-upload to same lib does not circumvent problem (occuring for me somewhere between 10 000 titles in library, it varies). Counter does not increase anymore. workaround; only using another library...

While there in the older screenshot loop, the page count isn’t displayed on the details page. It is also not available when editing. The only way I can see to...

This feature would be similar to the file renaming option available in Radarr and Sonarr, and is already partially implemented for folder names in the current app version. The problem...

Add `series` as placeholder in Uploaded Files Pattern That way uploaded files can be automatically put into a series folder IE: `{authors}/{series}/filename.pdf`

Deleting books via webapp leaves empty directories. This is inconvenient for me, but not a huge deal. Should we add a check that if a file is the last in...

A feature to highlight word(s) in Books (possibly with different colors), in addition to search into Dictionary and into Wikipedia. ![Image](https://github.com/user-attachments/assets/1997d335-967d-4701-ac8a-8e1f800cb547) Maybe not easy with webview but it is one...

Uploaded files are owned by root, even with PGID and PUID entered. My docker environment includes: ```yaml environment: - PUID=1001 - PGID=100 ``` But the file (and created folder) added...

i just set this up today now that oidc is implemented, i use authentik and followed the video step by step and i am seeing a failure: ```log 2025-05-17T14:10:17.038-06:00 ERROR...

Add `@angular/pwa` package to allow for installation of an web app on mobile/desktop. Resolves #204

I noticed inconsistent button behavior in the UI, and after making an issue I looked into the problem and it seemed like an easy enough fix for my to take...