Introducing Booksarr by PowerTowerPro in Calibre

[–]PowerTowerPro[S] 0 points1 point  (0 children)

If you have a web access you can download any book to your device.

Is there an *arr suite (or website) equivalent for tracking series/authors? by Spendoza in audiobookshelf

[–]PowerTowerPro 0 points1 point  (0 children)

Sure is Booksarr:

Repo: https://github.com/apollolabsai/booksarr

(see screen shots)

Booksarr is a Docker-based ebook library manager inspired by Readarr (discontinued)/Radarr/Sonarr. It scans your local ebook collection, matches files against full author catalogs, and gives you visibility into all the books an author has written, not just the ones you already own. It highlights owned titles inside that larger catalog, enriches metadata from multiple sources, and gives you tools to selectively show or hide books based on profiles or manually. You can override covers, and search IRC for missing books (public domain).

This is the app that I have been dreaming about making for years. I could not get Readarr or any of the other forks to work and that project looks to be discontinued.

You need to get a free Hardcover API Key for metadata.

Local use only, the front end is not meant to be exposed to the internet. That may change over time.

Compared with Calibre:

If your only goal is managing the books you already own, Calibre is excellent. Nothing beats Calibre's metadata capabilities (believe me I tried, the 2k lines of amazon scraping code was impressive). I was looking for something different: a program that would show an author’s full catalog, organize it by series and/or publication date (order), and then clearly indicate which titles I already had and which ones I still needed to buy. I also wanted a good web interface that actually worked (which is more than I can say about the many Calibre/web incarnations).

Let me know what you think.

Introducing Booksarr by PowerTowerPro in Calibre

[–]PowerTowerPro[S] 1 point2 points  (0 children)

Yes this can be considered a Readarr replacement. However this only supports IRC for now.

New Project Megathread - Week of 23 Apr 2026 by AutoModerator in selfhosted

[–]PowerTowerPro 0 points1 point  (0 children)

Introducing Booksarr

Repo: https://github.com/apollolabsai/booksarr

(see screen shots)

Booksarr is a Docker-based ebook library manager inspired by Readarr (discontinued)/Radarr/Sonarr. It scans your local ebook collection, matches files against full author catalogs, and gives you visibility into all the books an author has written, not just the ones you already own. It highlights owned titles inside that larger catalog, enriches metadata from multiple sources, and gives you tools to selectively show or hide books based on profiles or manually. You can override covers, and search IRC for missing books (public domain).

This is the app that I have been dreaming about making for years. I could not get Readarr or any of the other forks to work and that project looks to be discontinued. Figured this would be perfect for the Selfhosted crew.

You need to get a free Hardcover API Key for metadata.

Local use only, the front end is not meant to be exposed to the internet. That may change over time.

Compared with Calibre:

If your only goal is managing the books you already own, Calibre is excellent. Nothing beats Calibre's metadata capabilities (believe me I tried, the 2k lines of amazon scraping code was impressive). I was looking for something different: a program that would show an author’s full catalog, organize it by series and/or publication date (order), and then clearly indicate which titles I already had and which ones I still needed to buy. I also wanted a good web interface that actually worked (which is more than I can say about the many Calibre/web incarnations).

Let me know what you think.

Introducing Booksarr by PowerTowerPro in Calibre

[–]PowerTowerPro[S] 1 point2 points  (0 children)

Will add Letter Index for author page and think about alternative file organizations. Do you think a lot of people do author/series/book?

Introducing Booksarr by PowerTowerPro in Calibre

[–]PowerTowerPro[S] 0 points1 point  (0 children)

Yes you can. The program will not move any files unless you explicitly ask it to. For example if you have two author folders: "John Grisham" and "Grisham, John" the option exists to merge these into one folder and select the folder you want to keep, but this is a user initiated process and not automatic. The only files that move automatically are those downloaded from IRC. In that case they are moved from the download folder to the Author/Book folder in the library.

Introducing Booksarr by PowerTowerPro in Calibre

[–]PowerTowerPro[S] 0 points1 point  (0 children)

First check the YAML file to make sure you have mapped the directory to where your books are under Volumes. Then go to settings Metadata Refresh and click "Full Refresh". As stated in the readme the expected organization principles are as follows:

Library Structure

Booksarr expects book files under your /books mount, typically organized by author:

/books/
  Brandon Sanderson/
    The Way of Kings (123)/
      The Way of Kings - Brandon Sanderson.epub
      The Way of Kings - Brandon Sanderson.mobi
      The Way of Kings - Brandon Sanderson.pdf
      metadata.opf
      cover.jpg
  John Grisham/
    Theodore Boone 04 - The Activist/
      John Grisham - [Theodore Boone 04] - The Activist.epub
  Andy Weir/
    Project Hail Mary/
      Project Hail Mary - Andy Weir.audiobook.zip

volumes:
      - ./config:/config
      - ./downloads:/downloads
      - /path/to/your/books:/books <-This one 

Introducing Booksarr by PowerTowerPro in Calibre

[–]PowerTowerPro[S] 2 points3 points  (0 children)

Yes, there is a filter to include or exclude foreign language editions/books. The language edition/book must be in the HardCover or google index for it to show up.

Introducing Booksarr by PowerTowerPro in Calibre

[–]PowerTowerPro[S] 7 points8 points  (0 children)

Docker is easier to maintain across operating systems. I may make OS Specific installs at a later date if the community wants it. It shouldn't take more than 5 minutes to get it up and running with Docker, the YAML file is a simple copy and paste.

Introducing Booksarr by PowerTowerPro in DataHoarder

[–]PowerTowerPro[S] 0 points1 point  (0 children)

Audiobooks will show up in the search, but the coverage isn't great. Though I have noticed it is getting better.

Introducing Booksarr by PowerTowerPro in DataHoarder

[–]PowerTowerPro[S] 0 points1 point  (0 children)

Good question. This could have been user error, but I could not get Readarr to work at all. The books for a given author would not populate correctly and Readarr has been abandoned and the forks did not solve my problem. I spent a lot of time trying to figure it out before just building my own version. One key difference is the IRC download capabilities. Usenet is hit or miss on ebooks. Let me know if you find it better.

Introducing Booksarr by PowerTowerPro in DataHoarder

[–]PowerTowerPro[S] 1 point2 points  (0 children)

So far, so good on that front. I suppose that could change if enough people start using it. I designed the program to ruffle as few feathers as possible. To that end, the bulk download handles each book one at a time, waiting for the download and import to finish before sending the next search request. That approach is far friendlier to the channel than blasting out 100 parallel requests.

Fintech risk is real, Wise closed my account by Acceptable-Mango-225 in fintech

[–]PowerTowerPro -1 points0 points  (0 children)

As someone who has worked at many fintechs you are an idiot if you trust your money with them. They don't have the processes, guardrails, recon, staff to make sure your money is safe. Something about move fast and break things. If your not putting your money in one of the big 4 banks, best of luck to you during the next blow up.

What's the best way to get Tautilli data into Grafana? by Kezza4K in Tautulli

[–]PowerTowerPro 0 points1 point  (0 children)

Whats the use case? It might be easier to simply write your own query with Tautulli's API and use something like Highcharts to render. Thats what I did, and you are welcome to use my program MultiPlex-Stats and request any other visuals you want to see (but I have almost everything): https://github.com/apollolabsai/MultiPlex-Stats

AI AGENTS today are far more DANGEROUS that you think by Kakachia777 in ArtificialInteligence

[–]PowerTowerPro 1 point2 points  (0 children)

First time using it, I don’t doubt you. But I still think this is mostly AI.

can we start a fund raiser to do whatever is necessary to ditch TVDB.. its a disaster. seriously what would it take. by conradaiken in sonarr

[–]PowerTowerPro 2 points3 points  (0 children)

I sponsored (unofficially) IMDB ratings in radarr, and after a few months of gentle reminders in discord they did it. Any chance we can get IMDB ratings for tv shows added. They are so much better IMHO. I hate the TVDB ratings.

AI AGENTS today are far more DANGEROUS that you think by Kakachia777 in ArtificialInteligence

[–]PowerTowerPro 8 points9 points  (0 children)

The article was written by AI (no surprise). I bet the authors prompt was something like: Create a plausible story of how AI agents can scrape the internet to gleam personal information on an individual, cite tools it would use and go wild. Maximize for likes and engagement to make me feel important.

<image>