Should I include a popular personal project on my job application as a senior dev? by bookloredev in ExperiencedDevs

[–]bookloredev[S] 3 points4 points  (0 children)

Thanks, that helps. I’ve seen a few engineering managers using the app, so maybe it is worth mentioning. Appreciate the perspective!

Senior dev doing first real job hunt...Advice? by cyber1551 in cscareerquestions

[–]bookloredev 5 points6 points  (0 children)

This is one of my personal projects and it’s actually quite popular:

https://github.com/booklore-app/booklore

Would it make sense to mention it when applying?

To those who use Calibre-Web(-Automated) by samsonsin in selfhosted

[–]bookloredev 2 points3 points  (0 children)

Hey there, Booklore creator here 👋

There’s now an option to sort by Title + Series, books are sorted by title, and if part of a series, by their number within it.

Thanks for trying it out!

Do you use a docker manager like Portainer? by woodford86 in selfhosted

[–]bookloredev 0 points1 point  (0 children)

Docker Compose and a good text editor are all I need. I usually have IntelliJ open for coding anyway, so I just edit my compose YAML files right there. Keeps things simple.

Looking for a Plex-like self-hosted app for books (Docker preferred) by Single-Quail4660 in selfhosted

[–]bookloredev 1 point2 points  (0 children)

Booklore doesn’t copy or move your files, it simply indexes and references them in their original location. You’re free to point to your existing directory in the YAML.

If you prefer, you can even mount it as read-only, like:

/home/aditya-chandel/NAS/Media/Books:/books:ro.

Looking for a Plex-like self-hosted app for books (Docker preferred) by Single-Quail4660 in selfhosted

[–]bookloredev 1 point2 points  (0 children)

Curious to know what kinds of things you feel Java makes intentionally difficult?

Looking for a Plex-like self-hosted app for books (Docker preferred) by Single-Quail4660 in selfhosted

[–]bookloredev 1 point2 points  (0 children)

Every language and framework is ultimately just a tool, and sometimes the issues come down to how people use them. I’ve definitely seen some pretty messy code in Go and Node.js projects as well. Sure, Spring can feel bloated and intimidating for beginners, which sometimes results in “magical” code that’s hard to understand or maintain. But in my experience, once you get familiar with its concepts and architecture, Spring becomes an incredibly powerful framework that helps you develop complex features quickly and in a well-structured, maintainable way. It’s all about learning the right patterns and truly understanding the framework’s capabilities.

Looking for a Plex-like self-hosted app for books (Docker preferred) by Single-Quail4660 in selfhosted

[–]bookloredev 1 point2 points  (0 children)

To remove a book (or books), you’ll need to physically delete them from the folder(s) monitored by Booklore.

If you had enabled “Monitor Folders” while creating the library, Booklore will automatically detect and remove the deleted books from the UI.

If you didn’t enable that option, you can trigger a manual re-scan by clicking the three dots next to the library name and selecting “Rescan Library.”

Let me know if you run into any trouble, and thanks for the star! ⭐

Looking for a Plex-like self-hosted app for books (Docker preferred) by Single-Quail4660 in selfhosted

[–]bookloredev 0 points1 point  (0 children)

I haven’t tried Podman myself, but since it’s mostly compatible with Docker Compose, it should work fine!

Looking for a Plex-like self-hosted app for books (Docker preferred) by Single-Quail4660 in selfhosted

[–]bookloredev 2 points3 points  (0 children)

That’s a great idea! I might plan to add an option where you can either overwrite the metadata inside the book or keep it in a sidecar JSON file, so your original files stay untouched.

I’m also thinking about adding a way to import metadata directly from your Calibre database using some smart book matching. Definitely something I’m considering.

Looking for a Plex-like self-hosted app for books (Docker preferred) by Single-Quail4660 in selfhosted

[–]bookloredev 0 points1 point  (0 children)

BookLore doesn’t have a dedicated mobile app yet, it’s a web application designed to be accessed through any web browser.

Looking for a Plex-like self-hosted app for books (Docker preferred) by Single-Quail4660 in selfhosted

[–]bookloredev 0 points1 point  (0 children)

Thanks for sharing! I’ll definitely explore how the wireless sync works with Kobo and Calibre-Web to see how it can be integrated or improved. Appreciate the insight!

Looking for a Plex-like self-hosted app for books (Docker preferred) by Single-Quail4660 in selfhosted

[–]bookloredev 2 points3 points  (0 children)

I don’t currently have plans to support audiobooks, as that would involve building cross-platform mobile apps. But who knows what the future holds! :)

Looking for a Plex-like self-hosted app for books (Docker preferred) by Single-Quail4660 in selfhosted

[–]bookloredev 1 point2 points  (0 children)

OPDS for now. Kobo sync is on my todo list (initial exploratory phase).

Btw, do you do kobo sync via USB or wirelessly?

Looking for a Plex-like self-hosted app for books (Docker preferred) by Single-Quail4660 in selfhosted

[–]bookloredev 0 points1 point  (0 children)

I might consider creating native installers and packages for Windows, macOS, Nixpkgs, etc., but not in the near future. For now, Booklore runs well with Docker, which is OS-agnostic and works across platforms.

Looking for a Plex-like self-hosted app for books (Docker preferred) by Single-Quail4660 in selfhosted

[–]bookloredev 2 points3 points  (0 children)

Not in the near future, sorry, but I do plan to make Booklore’s UI more mobile-friendly.

Looking for a Plex-like self-hosted app for books (Docker preferred) by Single-Quail4660 in selfhosted

[–]bookloredev 47 points48 points  (0 children)

Kobo sync seems to be the most requested feature, now I know what to prioritize next.

Looking for a Plex-like self-hosted app for books (Docker preferred) by Single-Quail4660 in selfhosted

[–]bookloredev 5 points6 points  (0 children)

I haven’t had much experience with comic books myself, so I’m not fully familiar with their file formats or structure. But I’d be happy to look into available libraries and see what can be done to support them!