JB
4491674fac
feat: Enhance URL handling in CalibreOPDSClient to preserve catalog prefix for relative paths
2025-11-11 06:57:27 -08:00
JB
387d324ea0
feat: Add year pronunciation handling and roman numeral normalization to text processing
2025-11-11 05:25:29 -08:00
JB
acede32559
feat: Add series sequence handling and normalization for Audiobookshelf metadata
2025-11-03 05:20:05 -08:00
JB
4e06601b04
feat: Add support for decimal number normalization in text processing
2025-11-03 05:10:02 -08:00
JB
f2ab62aeab
feat: Enhance Audiobookshelf metadata handling to support additional series and book number tags
2025-11-02 07:04:29 -08:00
JB
72b2ada9ac
feat: Implement existing item lookup and overwrite handling for Audiobookshelf uploads
2025-11-02 06:25:14 -08:00
JB
af90da0b99
feat: Add contraction handling options and UI for normalization settings
2025-11-02 05:47:20 -08:00
JB
d238524cbb
feat: Enhance Calibre OPDS integration to extract and handle tags, ratings, and publication dates from metadata
2025-11-01 07:27:56 -07:00
JB
2d61674e90
feat: Implement folder browsing modal for Audiobookshelf integration and enhance folder selection UI
2025-11-01 06:49:43 -07:00
JB
28652d9e78
feat: Add folder browsing functionality to Audiobookshelf integration and enhance related settings UI
2025-11-01 06:07:29 -07:00
JB
1d9dcf8800
feat: Update Audiobookshelf integration to support folder name or ID input and enhance related documentation
2025-10-31 14:41:07 -07:00
JB
5322c6406d
feat: Implement Folder ID support in Audiobookshelf integration and update related documentation
2025-10-31 14:12:08 -07:00
JB
1d4316ad18
feat: Add Folder ID support for Audiobookshelf integration in settings and configuration
2025-10-31 12:49:46 -07:00
JB
8aaf183f75
feat: Update base URL handling in Audiobookshelf client for consistent API requests
2025-10-31 05:12:49 -07:00
JB
eb28b01c06
feat: Refactor API path handling in Audiobookshelf client for improved endpoint management
2025-10-30 15:54:10 -07:00
JB
65ec77180d
feat: Normalize Audiobookshelf base URL input and update placeholder instructions
2025-10-30 15:20:54 -07:00
JB
0906b590a6
feat: Enhance series metadata extraction from categories in OPDS feed
2025-10-30 15:15:47 -07:00
JB
b9e3fb5e1c
feat: Add series index and label formatting for improved entry metadata display
2025-10-30 12:54:05 -07:00
JB
fe5419565d
feat: Add support for series metadata and closing outro in audio conversion
2025-10-30 12:43:24 -07:00
JB
688d550f13
feat: Add outro text generation and voice resolution for audio conversion jobs
2025-10-30 12:22:19 -07:00
JB
c7356338c2
feat: Implement contraction resolution using spaCy for ambiguous contractions
2025-10-30 09:36:23 -07:00
JB
13c6b120c9
feat: Add position handling in OPDSEntry and update navigation button behavior in the UI
2025-10-30 08:27:21 -07:00
JB
9acec3c309
fix: Refactor regex patterns for number ranges and fractions to improve accuracy
2025-10-30 06:54:33 -07:00
JB
013c5c2dbb
feat: Enhance find books page with template options and settings integration
2025-10-30 06:35:33 -07:00
JB
e7f6f0221d
feat: Implement apostrophe normalization settings and overrides in the UI and backend
2025-10-30 06:25:08 -07:00
JB
963ef71647
feat: Add support for numeric ranges and simple fractions in text normalization
2025-10-30 05:34:02 -07:00
Deniz Şafak
afbd5203fe
Fixed [WinError 1114] A dynamic link library (DLL) initialization routine failed, Potential fix for CUDA GPU is not available
2025-10-30 12:52:46 +03:00
Deniz Şafak and GitHub
4b175c7cf2
Update PyTorch installation instructions for version 2.8.0
2025-10-30 12:07:19 +03:00
Deniz Şafak and GitHub
334c0654ca
Modify PyTorch installation for CUDA 12.8
...
Updated PyTorch installation commands to use version 2.8.0 with CUDA (12.8) support.
2025-10-30 12:06:24 +03:00
Deniz Şafak and GitHub
42b7979585
Add libxcb-cursor0 and libgl1 to Dockerfile
...
Mentioned in #97
2025-10-30 02:16:04 +03:00
JB
b8a6ca7091
feat: Update conversion button labels and status messages for clarity
2025-10-29 10:17:15 -07:00
JB
cf6ccf0171
feat: Revamp Calibre OPDS integration with improved UI, search functionality, and modal handling
2025-10-29 06:52:23 -07:00
JB
eb4704bc26
feat: Enhance OPDS browser with navigation link handling and update UI for Calibre catalog
2025-10-29 06:01:21 -07:00
JB
0fc32e9f3a
Add Calibre OPDS and Audiobookshelf integration features
...
- Implemented functions to handle Calibre OPDS settings and test connections.
- Added Audiobookshelf settings handling and test connections.
- Enhanced the UI to allow users to test connections for both integrations.
- Created new API endpoints for importing books from Calibre OPDS and testing Audiobookshelf connections.
- Updated the find_books.html template to include an OPDS browser for searching Calibre catalogs.
- Added JavaScript functionality for handling OPDS browsing and importing books.
- Updated settings.html to include fields for Audiobookshelf configuration.
- Enhanced job management to allow sending jobs to Audiobookshelf.
2025-10-29 05:15:49 -07:00
JB
67f4493d06
feat: Reset wizard state upon successful redirection
2025-10-28 04:38:45 -07:00
JB
de0f17cd57
feat: Add Audiobookshelf and Calibre OPDS integration
...
- Implemented Audiobookshelf integration for uploading audiobooks with metadata, cover, chapters, and subtitles.
- Added configuration options for Audiobookshelf in the settings page, including base URL, API token, library ID, and upload preferences.
- Introduced Calibre OPDS integration for fetching and downloading resources from a Calibre OPDS catalog.
- Enhanced job processing to include post-completion hooks for Audiobookshelf uploads.
- Updated settings template to include new integration options and fields.
- Added utility functions for metadata normalization and chapter extraction.
- Included HTTP client functionality for both Audiobookshelf and Calibre OPDS interactions.
- Updated dependencies to include httpx for HTTP requests.
2025-10-27 17:10:48 -07:00
Deniz Şafak
c994c2eeb0
v1.2.1
v1.2.1
2025-10-28 02:48:06 +03:00
JB
6e536c6e3b
feat: Implement normalize chapter opening caps feature and update related settings
2025-10-27 15:58:34 -07:00
Deniz Şafak
e4fe8122ff
Fix book handler showing old cache when replace_single_newlines changed
2025-10-27 18:27:07 +03:00
Deniz Şafak
4cef65e70e
Fix replace single newlines preview, remove unused imports
2025-10-27 18:15:28 +03:00
Deniz Şafak
24d5588f09
Improvements in code
2025-10-27 17:50:59 +03:00
Deniz Şafak
7883b8865b
Fixed light theme slider colors in voice mixer
2025-10-27 17:43:54 +03:00
Deniz Şafak
47fe6341b4
Reformat using black
2025-10-27 17:26:54 +03:00
Deniz Şafak
9d2e8bed00
Added Open processed file and Open input file options for items in the queue manager
2025-10-27 17:24:23 +03:00
Deniz Şafak
eedf347866
Upgraded Abogen's interface from PyQt5 to PyQt6, Added tooltip indicators in queue manager
2025-10-27 17:08:32 +03:00
JB
9d35e39e89
feat: Add support for reading book title and authors before narration
2025-10-26 10:49:51 -07:00
JB
a81ed70b14
feat: Update LLM context handling and prompt template for improved clarity and legacy support
2025-10-26 10:04:36 -07:00
JB
7951a4d992
feat: Update LLM context mode to use sentence-level context and enhance prompt for regex replacements
2025-10-26 08:42:41 -07:00
JB
10cd2c993c
feat: Add environment variables for voice cache and Hugging Face directory in Docker setup
2025-10-26 08:03:40 -07:00
JB
0259963eb8
feat: Update LLM base URL configuration and enhance model selection logic
2025-10-26 07:57:18 -07:00