From ff9de91dcfbc32387a8b04d826b45fdf547c78d6 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Fri, 8 Aug 2025 19:53:17 +0200 Subject: [PATCH] [chore] remove completed tasks from TODO.md --- TODO.md | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 TODO.md diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 625fe05..0000000 --- a/TODO.md +++ /dev/null @@ -1,22 +0,0 @@ -- [x] update the project to no more use features -- [x] update last_model to be only used during one run -- [x] rename project to "PolyScribe" -- [x] add tests -- [x] update local models using hashes (--update-models) -- [x] create folder models/ if not present -> use /usr/share/polyscribe/models/ for release version, use ./models/ for development version -- [x] create missing folders for output files -- [x] for merging (command line flag) -> if not present, treat each file as separate output (--merge | -m) -- [x] for merge + separate output -> if present, treat each file as separate output and also output a merged version (--merge-and-separate) -- [x] set speaker-names per input-file -> prompt user for each file if flag is set (--set-speaker-names) -- [x] fix cli output for model display -- [x] refactor into proper cli app -- [x] add support for video files -> use ffmpeg to extract audio -- [x] detect gpus and use them -- [x] refactor project -- [x] add error handling -- [x] add verbose flag (--verbose | -v) + add logging -- add documentation -- refactor project -- package into executable -- add CI -- add package build for arch linux