Live data from Hacker News

Show HN: Searchable library of free audiobooks

booksearch.party

1–10 of 30 posts

Show HN: Searchable library of free audiobooks

#1
I noticed that many websites offering free audiobooks tend to have clunky search functionality, making it harder to find what you're looking for. To address this, I’ve created a site that aggregates audiobooks from multiple platforms—complete with book reviews and ratings—making it easier to discover and explore new titles.

At the moment, I've included audiobooks from popular sources like Librivox, Project Gutenberg, and Lit2Go.

I'm open to suggestions on additional free audiobook sources I could integrate into the site to expand the collection!

Show HN: Searchable library of free audiobooks
booksearch.party

Re: Show HN: Searchable library of free audiobooks

#4
The discover part at least seems to work acceptably. Stumbled across the Lang's Fairy Books from the late 1800's and early 1900's that collected ~800 stories and 150 poem about mythology, folklore, and fairy tales from all over the Earth. Never knew they existed.

https://en.wikipedia.org/wiki/The_Langs%27_Fairy_Books

From WP though: 'authors, including E. Nesbit, Robert Louis Stevenson, Rudyard Kipling, and Arthur Conan Doyle, were influenced by the Langs' books. J. R. R. Tolkien wrote that "In English none probably rival either the popularity, or the inclusiveness, or the general merits of the twelve books of twelve colours which we owe to Andrew Lang and to his wife."

Actually had a somewhat of tale of their own in publishing.

'Although Andrew is often credited with selecting the stories in the Fairy Books, most of the work was done by Nora. Nora and a team of other writers, who were mostly women and included May Kendall and Violet Hunt, translated these into English and adapted them to suit Victorian and Edwardian notions of propriety. However, as Andrew acknowledges in a preface to The Lilac Fairy Book (1910), "The fairy books have been almost wholly the work of Mrs. Lang, who has translated and adapted them from the French, German, Portuguese, Italian, Spanish, Catalan, and other languages."'

Re: Show HN: Searchable library of free audiobooks

#5
The big thing I want in a book repository is a hierarchical list which will allow browsing by subject.

One site which does work well for this (for textual books) and which is well-regarded is:

https://onlinebooks.library.upenn.edu/subjects.html

which uses the LoC identifier for a given text.

A project which past me wanted for future me was to read one book from each LoC category, and then to repeat that for sub-categories --- young me did that for the Dewey Decimal system for the high school library, but there were a number of gaps in the collection, and at that time, I didn't have the discipline or resources to make note of them so as to source books from other book repositories.

Re: Show HN: Searchable library of free audiobooks

#6
post #3

I will definitely be using this. However it is missing some data. For example, filtering on author: aquinas yields nothing, but see https://librivox.org/author/1199?primary_key=1199&search_cat...

That's a good point; this definitely needs improvement. I'm planning to refine my data collection and matching process. Right now, I'm using string matching to build the tables, which may result in some data loss. The next iteration will include complete catalogs for all of them.

Re: Show HN: Searchable library of free audiobooks

#7

Congrats on launching :) I suggest you add a 'detail' view so that: - each book has its own URL (which can be shared), and - mobile users can easily see the external links (which are hard to see in a list view on a narrow screen)

Definitely! In this iteration, my focus was on functionality to get the data out there. I can improve the UI to make the filtering system sleeker and more mobile-friendly. Additionally, I plan to create individual pages for the books, where I can include thumbnails and other finer details.
Post reply on HN