Richard Roberson
42665884d7
feat(audiobook): add chapter-based export with UI and API
...
Introduce end-to-end chapterized audiobook generation with persistent
storage, resumable workflows, and MP3/M4B support.
API:
- add /api/audio/convert/chapter (GET/DELETE) for per-chapter ops
- add /api/audio/convert/chapters (GET/DELETE) for listing/reset
- enhance /api/audio/convert:
- accept mp3|m4b, stream combined file, cache complete output
- robust chapter indexing, docstore persistence, list concat
- AbortSignal-aware ffmpeg/ffprobe, 499 on cancel
UI/UX:
- add AudiobookExportModal with progress, resume, regenerate, download
- add ProgressCard, enhance ProgressPopup (click-to-focus, richer info)
- add Header, ZoomControl; move TTSPlayer to sticky bottom bar
- redesign EPUB/HTML/PDF pages for full-height layout and controls
- add HomeContent; compact uploader variant; document list polish
TTS/Contexts:
- EPUB/PDF contexts now generate per-chapter to disk, return bookId
- support chapter regeneration; progress/cancel propagation
- pass provider/model/instructions; standardize MP3 TTS output
- HTML context updates for model/instructions
Styling:
- globals: overlay-dim, scrollbar styles, prism gradient utilities
- theme vars: secondary-accent, prism-gradient; tailwind color addition
Misc:
- fix PDF scale calc to use container height
- EPUB theme reader area fills height
- time estimation update cadence stab
- audio util passes format to combine endpoint
2025-11-11 13:32:30 -07:00
Richard Roberson
77c955bfae
fix(settings): restrict model selection for Deepinfra in production without API key
2025-11-09 17:19:37 -07:00
Richard Roberson
4d3c2cf3cf
fix(settings): adjust Deepinfra options and placeholder text based on prod or not
2025-11-09 17:16:12 -07:00
Richard Roberson
b21bdb3a21
feat(tts): add multi-provider TTS support with Deepinfra and custom OpenAI-compatible endpoints
...
Add comprehensive multi-provider TTS support enabling users to choose between OpenAI, Deepinfra, and custom OpenAI-compatible endpoints. Implement provider-specific voice management with automatic voice restoration per provider-model combination, and migrate package manager to pnpm for improved dependency handling.
Key changes:
- Add TTS provider selection (OpenAI, Deepinfra, custom-openai) in settings UI
- Implement provider-specific model and voice lists with dynamic fetching
- Add voice persistence per provider-model combination in savedVoices
- Support Deepinfra models: Kokoro-82M, Orpheus-3B, Sesame-1B with their voice libraries
- Migrate to pnpm with frozen lockfile for reproducible builds
- Update Docker configuration to use pnpm and Deepinfra API defaults
- Add migration logic for existing users to infer provider from stored baseUrl
- Update test helpers and Playwright configuration for Deepinfra API
- Add example docker-compose.yml with Kokoro-FastAPI integration
BREAKING CHANGE: Voice selection is now provider-model specific. Previously saved voices will be migrated to the new savedVoices structure, but users may need to reselect voices if switching providers.
2025-11-09 15:47:17 -07:00
RobbyV2
7b703f015f
Add cancelText parameter
2025-07-19 21:19:12 -07:00
RobbyV2
32f5cdc494
Saving and Loading Progress Bar
2025-07-19 20:22:50 -07:00
RobbyV2
0aac3f4816
Move button closure higher in SettingsModal
2025-07-17 16:49:52 -07:00
Richard Roberson
4ed6b17e98
Support gpt-4o-mini-tts with instructions
Build and Publish Docker Image / build (push) Has been cancelled
2025-03-21 11:32:42 -06:00
Richard Roberson
f464b059e4
Update API settings
2025-03-13 21:00:34 -06:00
Richard Roberson
96376e2324
Environment changes, set in Docker run
2025-02-23 13:20:42 -07:00
Richard Roberson
14932ef45f
Use done button in settings
2025-02-13 15:49:21 -07:00
Richard Roberson
80bc0b0006
Refactor new doc list
2025-02-13 04:12:16 -07:00
Richard Roberson
bc790df89e
Cleanup imports and ssr cabable components
2025-02-13 00:09:49 -07:00
Richard Roberson
c8d9d1d952
Add folders hint + edit settings modal
2025-02-12 22:44:25 -07:00
Richard Roberson
99dbcd004c
Fix check mark in SettingsModal
2025-02-11 21:31:11 -07:00
Richard Roberson
d839d3cfa4
App settings upgrade + new themes
2025-02-11 14:16:47 -07:00
Richard Roberson
4bd443aea4
Add server side document store
2025-02-11 01:29:02 -07:00
Richard Roberson
f9ab9190c2
Add button animations
2025-01-26 20:43:42 -07:00
Richard Roberson
55919310a5
Add different view modes
2025-01-26 18:34:31 -07:00
Richard Roberson
23d7fae8c2
Add api settings to settings modal + fix README.md
2025-01-22 09:50:47 -07:00
Richard Roberson
b978e8c58a
Better text extraction
2025-01-21 18:15:18 -07:00
Richard Roberson
728eb185b7
Rename /context --> /contexts
2025-01-19 14:45:32 -07:00
Richard Roberson
3e82def76c
Add theme switching + fixes
2025-01-19 03:44:04 -07:00