David Dembeck

Results 98 comments of David Dembeck

I'm curious if it would be better to always remove middle to RUN the search, and then let it do whatever during scoring. Reason being audible seems to do all...

Not currently. I need to determine the best structure for supporting other regions first, then I can see how feasible non-English regions will be

The roadmap is currently: Support multi-regions (en) -> support multi-regions (other). There's probably some modularization I need to do on the backend for it. Hope to get it done this...

It doesn't break anything, because it's not even a feature.

Pending upstream implementation then I can get to writing the plugin update: https://github.com/laxamentumtech/audnexus/pull/498

Going well so far. Here's an author taken from `?region=de`: ``` { "asin": "B001JSF77S", "description": "Vom Radio-Unterhalter zum Autor von Psychothrillern – ein Kontrast, wie er sich auch in Sebastian...

This is all ready to go upstream :partying_face: Will try to work on it some this week, as the agent needs a bit of an overhaul to handle searching in...

For anyone feeling adventurous, you can try the new region options in the branch `feat-multi-region` and follow the PR for progress: https://github.com/djdembeck/Audnexus.bundle/pull/66

Not super happy with how I was able to accomplish this, but here it is: ``` Author.find( { $text: { $search: name } }, { projection: { asin: true, description:...

This isn’t of real interest, as, in my opinion, the date the physical book was published is not relevant data to audiobooks. They are very different mediums, and should not...