David Dembeck

Results 36 issues of David Dembeck

using `meta --ignore-source-tags` on a file that has existing tags, does not ignore any of the existing tags. Is there another option to remove all existing tags/not keep them on...

Hello sandreas, I tried nailing down this issue myself, but can't seem to find what is going awry. Here are the details of what I'm doing, followed by the log...

enhancement
huge

Due to the lack of internal rate limiting, the Audible search API can start returning blank: ``` 2021-10-03 16:13:07,931 (14674c05fb38) : DEBUG (networking:143) - Requesting 'https://api.audnex.us/books/1774245442' 2021-10-03 16:13:07,932 (14674c60bb38) :...

bug

- [ ] [Book with 2 editors and no regular author.](https://www.audible.com/pd/The-Essential-Dogen-Audiobook/B00OMF20FW) - [x] [Author whose name on bio page is in sorted title method.](https://www.audible.com/author/Robinson-Phoebe/B01IENF9BE) - [x] [Author with diacritics on...

`helper.metadata.similar.add("Author Name")` First needs API support for scrape: https://www.audible.com/author/Tim-S-Grover/B00AWKAQBG

enhancement

I noticed Papr has no means of storing decimal types, which both mongoose and MongoDB (since 3.4) support: https://mongoosejs.com/docs/api.html#mongoose_Mongoose-Decimal128 https://docs.mongodb.com/upcoming/release-notes/3.4/#decimal-type

enhancement
good first issue
help wanted

Hello, I'm looking into adding text search with relevance scoring into my project. I see MongoDB has this feature (at least in 4.4+): https://docs.mongodb.com/v4.4/text-search/#sorting It looks like Papr supports `$text`...

enhancement
help wanted

- Get genres from API (closes https://github.com/laxamentumtech/audnexus/issues/432) - Use helpers for routes to remove logic from them. - Use DI for database connections and testing.

enhancement
dependencies