Commit Graph

19 Commits

Author SHA1 Message Date
8c9fac80db [docs] add initial TODO.md with actionable backlog and prioritization 2025-08-08 20:57:01 +02:00
ff9de91dcf [chore] remove completed tasks from TODO.md 2025-08-08 19:53:17 +02:00
cd076c5a91 [feat] enhance CLI flags with --quiet and --no-interaction; update logging to respect verbosity and quiet modes; refactor log macros and add related tests 2025-08-08 19:33:47 +02:00
c27af0b89a [refactor] modularize code by moving logic to polyscribe crate; cleanup imports and remove redundant functions 2025-08-08 16:52:18 +02:00
bc8bbdc381 [feat] add GPU backend support with runtime selection; refactor transcription logic; update CLI and tests 2025-08-08 16:19:02 +02:00
7a6a313107 [feat] add tests for video file support in is_audio_file; update TODOs to reflect completion 2025-08-08 14:10:11 +02:00
933d01d7ec [feat] add auxiliary CLI commands for shell completions and man page generation; refactor logging with verbosity levels and macros; update tests and TODOs 2025-08-08 14:02:36 +02:00
1cad6d593d [feat] improve model selection prompt with two-stage filtering and formatted output; add corresponding tests 2025-08-08 13:21:51 +02:00
53a7471b99 [feat] add --set-speaker-names CLI flag; implement prompt-based speaker name assignment with tests 2025-08-08 13:06:24 +02:00
1d23be8066 [feat] add --merge-and-separate CLI flag; implement combined mode logic and tests 2025-08-08 12:57:12 +02:00
66954150b2 [feat] enhance integration test to verify nested output directory creation and update TODO items 2025-08-08 12:24:48 +02:00
9ebe46b7fc [feat] add models_dir_path helper and implement dynamic models directory resolution 2025-08-08 12:12:42 +02:00
29b6a2493b [test] add unit and integration tests for core functions and CLI behavior 2025-08-08 10:29:18 +02:00
3495d69da9 [refactor] rename project to "PolyScribe" and update references accordingly 2025-08-08 10:10:12 +02:00
02c15ba27a [feat] ensure cleanup of .last_model file between and after runs 2025-08-08 09:21:04 +02:00
f991a47b5b [refactor] remove feature flags and simplify native whisper integration 2025-08-08 09:07:09 +02:00
a6009693ef [refactor] extract model downloading functionality into a separate models module 2025-08-08 08:45:19 +02:00
f5f55a0ec4 [chore] update TODO list with new tasks and adjustments 2025-08-08 08:13:23 +02:00
978778fa1c [chore] add TODO list for project enhancements 2025-08-08 07:08:21 +02:00