Artem Akymenko
953bef1e71
refactor: group ConversionRequest fields into config objects
Domain config types (domain/config_types.py):
- PronunciationConfig: pronunciation/heteronym/normalization overrides
- SubtitleConfig: mode, format, max_words
- CoverConfig: path, mime
Domain functions now accept config objects:
- build_tts_context(subtitle=, pronunciation=) instead of 9 individual params
- make_subtitle_writer(subtitle=) instead of 3 params
- process_and_write_subtitles(subtitle=) instead of 2 params
- embed_m4b_metadata(cover=) instead of 2 params
- build_epub3_package(cover=) instead of 2 params
ConversionRequest: 18 flat fields + 8 config objects
Application/config.py re-exports domain types
All tests updated to new API
2026-07-28 13:41:45 +03:00
..
2026-07-27 07:36:36 +00:00
2025-12-15 15:41:41 -08:00
2026-07-16 10:02:01 +03:00
2026-01-10 00:09:04 +03:00
2025-12-15 17:27:08 -08:00
2026-07-28 13:41:45 +03:00
2026-07-15 20:26:31 +03:00
2026-07-15 13:28:21 +00:00
2026-01-09 01:36:14 +03:00
2026-07-27 07:36:36 +00:00
2026-01-09 08:44:33 +08:00
2026-01-10 00:09:04 +03:00
2025-12-21 08:12:48 -08:00
2026-01-09 01:36:14 +03:00
2026-07-16 08:13:37 +00:00
2026-07-15 15:19:01 +00:00
2026-07-14 10:17:20 +00:00
2026-07-15 11:00:18 +00:00
2026-07-15 11:00:18 +00:00
2026-07-15 11:00:18 +00:00
2026-07-28 13:41:45 +03:00
2026-07-28 13:41:45 +03:00
2026-07-28 13:41:45 +03:00
2026-07-28 13:41:45 +03:00
2026-01-09 01:36:14 +03:00
2026-01-09 01:36:14 +03:00
2026-07-22 15:32:18 +03:00
2026-07-18 14:12:01 +03:00
2026-07-26 11:42:43 +03:00
2026-07-16 10:19:01 +03:00
2026-07-19 09:51:50 +00:00
2026-07-19 15:52:35 +03:00
2026-07-28 13:41:45 +03:00
2026-07-27 07:36:36 +00:00
2026-07-16 09:31:26 +00:00
2026-07-19 09:34:17 +00:00
2026-07-19 07:50:02 +00:00
2026-07-19 09:34:17 +00:00
2026-07-19 07:50:02 +00:00
2026-07-18 14:13:17 +03:00
2026-07-22 10:54:39 +00:00
2026-01-09 01:36:14 +03:00
2026-07-08 17:16:33 +00:00
2026-01-09 01:36:14 +03:00
2026-01-09 01:36:14 +03:00
2026-01-09 01:36:14 +03:00
2026-01-09 01:36:14 +03:00
2026-01-09 01:36:14 +03:00
2026-07-26 11:42:27 +03:00
2026-07-26 11:42:27 +03:00
2026-07-16 10:02:01 +03:00
2026-07-15 20:44:19 +03:00
2026-07-16 07:34:58 +00:00
2026-07-24 21:26:21 +03:00
2025-12-21 08:12:48 -08:00
2026-07-15 11:56:06 +00:00
2026-01-10 00:09:04 +03:00
2026-01-09 01:36:14 +03:00
2026-07-27 07:36:36 +00:00
2026-07-14 18:27:22 +00:00
2026-01-09 01:36:14 +03:00
2026-07-26 14:11:55 +03:00
2026-07-15 14:45:38 +00:00
2026-01-09 01:36:14 +03:00
2025-12-21 08:12:48 -08:00
2026-07-19 13:24:52 +00:00
2026-07-19 15:52:35 +03:00
2026-01-09 01:36:14 +03:00
2026-07-27 07:36:36 +00:00
2026-07-27 07:36:36 +00:00
2026-07-14 10:06:51 +00:00
2026-07-12 16:20:42 +03:00
2026-07-16 10:19:01 +03:00
2026-01-10 00:09:04 +03:00
2026-01-09 01:36:14 +03:00
2026-07-14 10:27:48 +00:00
2025-10-10 18:07:18 -07:00
2026-07-15 15:01:17 +00:00
2026-07-19 10:02:14 +00:00
2026-07-15 20:20:18 +03:00
2026-07-05 19:07:57 +00:00
2026-07-26 14:11:55 +03:00
2026-07-14 11:02:34 +00:00
2026-07-14 08:51:40 +08:00