JB
b0a3e1dbd9
feat: Enhance search functionality in CalibreOPDSClient to support contextual search with start_href
2025-11-29 05:54:13 -08:00
JB
8a2bd7ec50
feat: Add Calibre OPDS feed and import endpoints for enhanced integration
2025-11-29 05:39:11 -08:00
Deniz Şafak
e96c19ace6
Fixed the No module named pip error
2025-11-29 13:21:33 +03:00
JB
a5f2bf7fbe
feat: Refactor integration settings loading to use environment variable fallbacks for Calibre OPDS
2025-11-28 20:16:34 -08:00
JB
4bfce0f900
feat: Update Calibre integration to use 'calibre_opds' for settings retrieval
2025-11-28 19:49:41 -08:00
JB
5b548cc155
feat: Implement Calibre OPDS import endpoint for downloading books
2025-11-28 19:43:13 -08:00
JB
c69e5af54d
feat: Improve integration settings loading by ensuring proper mapping and type validation
2025-11-28 19:03:33 -08:00
JB
48e9534b68
feat: Preserve password and API token in integration settings loading
2025-11-28 18:57:53 -08:00
JB
a9489dec2d
feat: Update Audiobookshelf and Calibre OPDS integration settings with new parameters and improved handling
2025-11-28 18:28:36 -08:00
JB
94983c39bb
feat: Enhance Audiobookshelf integration with improved error handling and add Calibre OPDS test route
2025-11-28 18:12:33 -08:00
JB
963b020c0f
feat: Add normalization settings for contraction and year style options
2025-11-28 17:50:59 -08:00
JB
83e0841274
feat: Refactor settings page routing to handle form submissions and improve code structure
2025-11-28 17:27:09 -08:00
JB
726decfaf4
feat: Update form action to correctly submit settings changes
2025-11-28 16:55:11 -08:00
JB
319037fe8c
feat: Add integration settings loading to settings page
2025-11-28 16:38:31 -08:00
JB
c00cbaef69
feat: Enhance entity and job management with new routes and template updates
2025-11-28 16:00:16 -08:00
JB
124e5b33db
feat: Update wizard routing and improve pending job handling in modal
2025-11-28 15:31:45 -08:00
JB
fd93e1c9e9
feat: Add entity pronunciation preview API and enhance job management pages
2025-11-28 15:20:22 -08:00
JB
d08cbcfdc9
Add voice management functionality and voice synthesis preview
...
- Implemented voice management routes in `voices.py` for listing, saving, and deleting speaker configurations.
- Added a test endpoint for voice synthesis preview, allowing users to test voice settings with provided text and speed.
- Introduced utility functions in `voice.py` for building voice catalogs, resolving voice settings, and synthesizing audio from normalized text.
- Enhanced speaker roster building and configuration application logic to support dynamic voice settings.
2025-11-28 14:57:23 -08:00
JB
0a2b3533f4
feat: Improve logging error handling in job processing to capture failures in stderr
2025-11-28 13:44:15 -08:00
JB
ad70c630c7
feat: Enhance security by adding user permissions in Dockerfile, parameterized queries in pronunciation_store, and secure filename handling in routes
2025-11-28 13:19:53 -08:00
JB
39628453de
feat: Update Audiobookshelf timeout settings to 3600 seconds for improved upload reliability
2025-11-28 13:00:58 -08:00
Deniz Şafak
4e678c7e13
Fix defaults for replace_single_newlines variable
2025-11-28 23:25:02 +03:00
JB
7cc60aacf6
feat: Add bottom navigation for OPDS modal and enhance styling for better visibility
2025-11-28 12:13:37 -08:00
Deniz Şafak and GitHub
7ee40d6aca
Add web application version of Abogen
...
Added information about the web application version of Abogen, including repository access and future plans for merging.
2025-11-28 17:06:23 +03:00
JB
775e05f94c
feat: Enhance heading processing by stripping numeric prefixes from titles
2025-11-27 19:41:40 -08:00
Deniz Şafak
55a4f958ee
Update changelog
v1.2.4
2025-11-28 05:17:31 +03:00
Deniz Şafak
6c633e9167
v1.2.4
2025-11-28 05:16:39 +03:00
Deniz Şafak
566158c132
Reformat using black
2025-11-28 05:07:26 +03:00
Deniz Şafak
bf43d1799d
Update readme
2025-11-28 05:06:51 +03:00
Deniz Şafak
7293b4b826
New option: **Pre-download models and voices for offline use**
2025-11-28 04:58:13 +03:00
Deniz Şafak
34f2d712b3
Update readme
2025-11-28 00:56:44 +03:00
Deniz Şafak
5ef2612df6
Add spaCy support for improved sentence segmentation, possible fix for #91
2025-11-28 00:49:36 +03:00
JB
550fdbf537
feat: Enhance normalization settings with additional options and UI elements
2025-11-27 10:49:29 -08:00
Deniz Şafak
290c265d5e
Improve cleanup_preview_threads function
2025-11-24 00:46:13 +03:00
Deniz Şafak
ed418ac11d
Added support for . separator in timestamps
2025-11-23 17:30:05 +03:00
Deniz Şafak
e6abf2e541
Change audiobook to audio
2025-11-23 16:07:28 +03:00
Deniz Şafak
f5d95547c5
Added subtitle generation support for non-English languages, improvements in code and documentation
2025-11-23 16:03:41 +03:00
Deniz Şafak
795bd8f1aa
Fix WINDWOS_INSTALL.bat
2025-11-22 15:41:40 +03:00
Deniz Şafak and GitHub
c4e2a5ef0d
Merge pull request #103 from denizsafak/copilot/improve-slow-code-efficiency
...
Optimize regex compilation and eliminate busy-wait loops
2025-11-22 15:22:15 +03:00
Deniz Şafak
f57d1994cf
Update CHANGELOG.md for pre-release 1.2.4: optimize regex compilation and eliminate busy-wait loops
2025-11-22 15:20:17 +03:00
Deniz Şafak and GitHub
6482a56479
Remove unused import of QEventLoop
2025-11-22 15:14:41 +03:00
Deniz Şafak and GitHub
8ddfd01dff
Delete test_performance.py
2025-11-22 15:13:50 +03:00
Deniz Şafak and GitHub
ac551abd55
Delete PERFORMANCE_OPTIMIZATIONS.md
2025-11-22 15:13:36 +03:00
copilot-swe-agent[bot] and denizsafak
711858ce2c
Address final code review nitpicks: improve code organization
...
Co-authored-by: denizsafak <39929354+denizsafak@users.noreply.github.com >
2025-11-20 23:29:23 +00:00
copilot-swe-agent[bot] and denizsafak
5cca6235e1
Fix potential division by zero in performance tests
...
Co-authored-by: denizsafak <39929354+denizsafak@users.noreply.github.com >
2025-11-20 23:26:36 +00:00
copilot-swe-agent[bot] and denizsafak
115ab2a0f2
Add comprehensive performance optimization documentation
...
Co-authored-by: denizsafak <39929354+denizsafak@users.noreply.github.com >
2025-11-20 23:24:11 +00:00
copilot-swe-agent[bot] and denizsafak
bf5dfddee6
Improve cancellation handling and use generator expressions for memory efficiency
...
Co-authored-by: denizsafak <39929354+denizsafak@users.noreply.github.com >
2025-11-20 23:23:25 +00:00
copilot-swe-agent[bot] and denizsafak
23a89a618b
Address code review feedback: Fix Linux control chars and improve readability
...
Co-authored-by: denizsafak <39929354+denizsafak@users.noreply.github.com >
2025-11-20 23:20:51 +00:00
copilot-swe-agent[bot] and denizsafak
4ad384dc9f
Add performance tests and optimize repeated path operations
...
Co-authored-by: denizsafak <39929354+denizsafak@users.noreply.github.com >
2025-11-20 23:18:11 +00:00
copilot-swe-agent[bot] and denizsafak
5ec06e7d49
Replace busy-wait loop with threading.Event for better efficiency
...
Co-authored-by: denizsafak <39929354+denizsafak@users.noreply.github.com >
2025-11-20 23:13:22 +00:00