this post was submitted on 24 Feb 2026
26 points (90.6% liked)

Selfhosted

56856 readers
1043 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Ever since Readarr was officially discontinued, many forks and replacements have popped up. I'm currently running pennydreadful/bookshelf, which seems to be chugging along. Faustvii/Readarr is also around but seems to not be actively meaintained??

There's also Chaptarr, which looks promising, but I've heard concerns about it being vibe-coded and such (see rreading-glasses: "I do not endorse the vibe-coded Chaptarr project."). Does anybody know to what extent this is true, and what the code quality is like?

you are viewing a single comment's thread
view the rest of the comments
[–] fonix232@fedia.io 1 points 6 hours ago

As for which project to use... The issue with book management is that it's exponentially more complex than other media due to the number of dimensions a book can be on.

Author metadata alone can be problematic - some books are published under different names in different countries, some books are co-authored but published under all variations of the possible combinations (author 1 or author 2 or both, and that's if there's only two authors).

Language as a dimension usually means the same book is actually a different variant. This also applies for series info.

Then there's the issue of metadata quality. Unlike with TV shows and movies, where either IMDb or TheTVDb etc. can be used because generally all of these potential sources are good quality... books don't really have a central database, because unlike with the aforementioned, language as a dimension does affect the release, and can't be easily treated as the same entity as different language publications will have different IDs... So if you have a database of US books, that won't apply to anywhere else in the world. Of course GoodReads and HardCover are trying to fix this but you're still running into issues like API usage limits etc.

Overall, making a book download and management system akin to the rest of the Arr Suite is a major, major undertaking that requires major discussions not just within the project but also spanning external services to come to an agreement on which approach is best.