bragibooks
bragibooks copied to clipboard
An audiobook library cleanup and management tool built with Python and Django. Leveraging m4b-merge for audiobook standardization and editing. Ideal for enhancing audiobook library management.
Bumps [django](https://github.com/django/django) from 4.0.5 to 4.0.7. Commits e9e9729 [4.0.x] Bumped version for 4.0.7 release. b7d9529 [4.0.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. 2eb7ded [4.0.x] Adjusted version 4.0.7 release...
Bumps [django](https://github.com/django/django) from 4.0.6 to 4.1. Commits c8eb9a7 [4.1.x] Bumped version for 4.0 release. 6cd2f97 [4.1.x] Updated release notes for Django 4.1 release. c721b56 [4.1.x] Added CVE-2022-36359 to security archive....
Are there any logs I can look at to debug that? Also could there be an option to just delete the completed books or should I link output/done to /dev/null?
I'm getting a 500 server error when I attempt to process a directory containing a single mp3 or m4b file: ``` Internal Server Error: /import/match Traceback (most recent call last):...
Hi I just came across your repo whilst trying to find a tool that can add metadata to Audiobooks, prior to this, I was going to role my own. But...
Any chance webhooks can be added? Would be nice to use bragibooks to trigger a Plex library scan with [autoscan](https://github.com/Cloudbox/autoscan).
For example: `author/series_name series_position - title: subtitle (year)/author - series_name series_position - title: subtitle (year)` Will produce the folder without a series name: ` - Brave New World (2008)`
I’m running bragibooks on my M1 Mac mini, and right now it’s forced to emulate the amd64 build. Is there any way to get an arm64 build? I’m guessing it...