JB
05d7c28128
feat: Expand debug TTS samples with additional cases and implement validation test for minimum sample counts
2025-12-15 15:41:41 -08:00
JB
aa71783e5a
feat: Add debug TTS functionality with EPUB generation, WAV artifact creation, and settings integration
2025-12-15 13:46:13 -08:00
cedarhillgoods and GitHub
0c8a7cdf81
Fixed typo (termminal > terminal)
2025-12-15 12:05:10 -08:00
JB
daf4d78766
feat: Implement heteronym handling with extraction, UI integration, and processing logic
2025-12-15 06:41:13 -08:00
Deniz Şafak
66a97835f0
Update README.md and pyproject.toml for improved installation instructions and development dependencies
2025-12-13 23:03:51 +03:00
Deniz Şafak
0d097f562a
Update installation instructions for AMD GPUs and CUDA versions in README.md
2025-12-13 21:02:29 +03:00
Deniz Şafak
a7ae13558c
Add missing load_config import to subtitle_utils.py
2025-12-13 20:32:33 +03:00
Deniz Şafak
5735f05be0
Improve WINDOWS_INSTALL.bat to support version selection and install dependencies using uv
2025-12-13 20:27:48 +03:00
Deniz Şafak and GitHub
c3673b6dc7
Merge pull request #113 from mohangk/refactor
...
Extracts out subtitle_utils from conversion.py
2025-12-13 08:19:10 -08:00
Your Name
675ed437c8
Extracts out subtitle_utils from conversion.py
...
The goal of this change is to move any non PyQt
related logic from conversion.py into its own
subtitle_utils.py. Together with this change there
was an opportunity to pull together some duplicate
text processing that was also in utils.py
2025-12-13 17:08:22 +08:00
Deniz Şafak and GitHub
5010616e85
Add PyPI total downloads badge to README
...
Added a badge for total downloads from PyPI.
2025-12-12 04:33:39 +03:00
Deniz Şafak
65eecbcfee
Update installation instructions in README for Silicon and Intel Mac support
2025-12-10 23:50:43 +03:00
Deniz Şafak
c9b17b6f49
Update installation commands in README to include index strategy for CUDA and ROCm
2025-12-10 05:59:58 +03:00
Deniz Şafak
7722863435
Update installation commands in README to include extra index URLs for CUDA and ROCm
2025-12-10 05:40:16 +03:00
Deniz Şafak
6a1928483b
Fix numpy error
2025-12-10 04:22:30 +03:00
Deniz Şafak
2a20dfab6f
Update readme
2025-12-10 04:19:12 +03:00
Deniz Şafak
a2f186e7a1
Update installation command in README to include Kokoro dependency
2025-12-10 04:17:18 +03:00
Deniz Şafak
56f81ef892
v1.2.5
v1.2.5
2025-12-10 03:35:00 +03:00
Deniz Şafak
968c673e58
Fixed incorrect sentence segmentation when using spaCy
2025-12-10 03:20:59 +03:00
Deniz Şafak
174ff4232f
Update installation instructions in README for uv
2025-12-10 03:03:49 +03:00
Deniz Şafak
c43659005e
Added new option: Override item settings with current selection
2025-12-10 01:27:00 +03:00
Deniz Şafak
e3cdd1a9ca
Fixed Error "Could not load the Qt platform plugin "xcb" mentioned in #101
2025-12-09 04:24:38 +03:00
Deniz Şafak
ed31aaf632
Implement PyPI package builder script with version handling and build module installation
2025-12-09 01:00:35 +03:00
Deniz Şafak
0820c40b14
uv integration: add optional dependencies and index definitions for CUDA and ROCm configurations
2025-12-08 23:00:57 +03:00
Deniz Şafak
0ac2810515
update changelog
2025-12-03 21:36:47 +03:00
Deniz Şafak
1c3fd9e4cf
Fix #109
2025-12-03 21:34:35 +03:00
JB
ef2b045b69
feat: Enhance number normalization logic to distinguish between addresses and years
2025-12-02 12:21:46 -08:00
JB
196e2cdf2e
feat: Update metadata handling in new job step book template for improved data access
2025-12-02 11:33:33 -08:00
JB
a501e96b12
feat: Add metadata fields for title, subtitle, author, series, publisher, and description in book form
2025-12-02 10:51:51 -08:00
JB
1e13c901fe
feat: Implement normalization settings UI with dynamic groups and options
2025-12-02 09:58:47 -08:00
JB
609af66748
feat: Enhance currency normalization to support magnitude and fractional amounts
2025-12-02 07:43:08 -08:00
JB
2e1e9af995
feat: Implement migration from legacy SQLite database to JSON for pronunciation overrides
2025-12-02 06:55:24 -08:00
JB
40eb294fec
feat: Refactor pronunciation storage from SQLite to JSON for improved simplicity and performance
2025-12-02 06:43:08 -08:00
JB
b502ff9068
feat: Update entities route to use '/overrides' prefix and enhance filtering options for pronunciation overrides
2025-12-02 05:15:24 -08:00
JB
a14469c1d0
feat: Add get_override_stats function to retrieve statistics for pronunciation overrides
2025-12-01 20:08:01 -08:00
JB
aa53438acf
feat: Add normalization settings for currency conversion and footnote removal in UI
2025-12-01 20:00:56 -08:00
JB
baef01ad45
feat: Add analysis and override fields to Job class for enhanced processing capabilities
2025-12-01 19:27:49 -08:00
JB
7eceb601f8
feat: Implement footnote removal and URL normalization in text processing; enhance manual override token normalization
2025-12-01 06:23:30 -08:00
JB
b3aaa94831
feat: Add estimated time remaining display and duration formatting to job progress cards
2025-12-01 05:26:50 -08:00
JB
c7dd8cf13a
feat: Add job statistics overview to dashboard with styling enhancements
2025-11-30 15:28:37 -08:00
JB
7db1779ca5
fix: Enhance author handling in metadata payload and add currency conversion support in normalization
2025-11-30 15:13:51 -08:00
JB
76b3aae341
fix: Update _normalize_metadata_casefold and _first_nonempty to handle various data types
2025-11-30 12:36:58 -08:00
JB
07c78255e8
feat: Enhance entity tabs with global loading spinner and status text for improved user feedback
2025-11-30 11:55:32 -08:00
JB
040bce1bc1
fix: Implement garbage collection in run_conversion_job to prevent memory accumulation and add resource limits in docker-compose for better performance
2025-11-30 05:37:40 -08:00
JB
540b191d5b
fix: Simplify audiobookshelf availability check and improve error handling in prepare.js
2025-11-30 05:31:25 -08:00
JB
079c36702e
fix: Update redirect keys in wizard functions and add next_step to form data
2025-11-29 19:25:19 -08:00
JB
59c8568348
fix: Include pending_id in redirect URL and form data when available
2025-11-29 12:47:51 -08:00
JB
f2ba8f692c
fix: Enhance wizard_upload to handle pending jobs and new file uploads
2025-11-29 12:17:56 -08:00
JB
2e1f38a98b
fix: Update redirect step in api_calibre_opds_import to point to 'book' instead of 'chapters'
2025-11-29 12:16:09 -08:00
JB
3d073e8e55
fix: Rename redirect key to redirect_url in api_calibre_opds_import response
2025-11-29 12:09:06 -08:00