Replies: 3 comments 1 reply
-
From an end-user perspective (an audiobook listener), we don't want to deal with "files". The only thing that matters is the book you want to listen to and the metadata about the book (like Title, author(s), narrator(s), chapters, etc). I think Ambry is pretty solid from this perspective. From a library maintainer perspective, we want to make it as easy and streamlined as possible to add new audiobooks to the server. This is where Ambry currently could use some help. Right now it's a pretty manual process that looks like this:
As you can see, the process is not at all streamlined, and importing one audiobook alone can take 5-10 minutes of data entry and trial and error. I'd love to improve this, and so that's what this discussion thread is about: Brainstorming ideas on how to make this easier and more automated. |
Beta Was this translation helpful? Give feedback.
-
I've been working on a complete re-imagining of the book upload process with an eye on automating as much as possible. I've written a GoodReads web-scraper and an API client for the undocumented but semi-public Audible API. There's still a lot to do, but I think this approach looks promising. The idea is to be able to upload file(s), type in a book title, and the entire rest of the metadata is auto-imported for you. Follow along here: #584 |
Beta Was this translation helpful? Give feedback.
-
Some thoughts:
Why wouldnt I just use AudioBookShelf? Because you have postgres which solves a ton of perf issues for me. Thanks for your time and effort in the project! |
Beta Was this translation helpful? Give feedback.
-
A starting place for discussing ideas on how to make Ambry more useful for more use-cases, and to reduce data-entry repetition.
Beta Was this translation helpful? Give feedback.
All reactions