From dbfd5b2d5792dfadb7522a6f1a4bfa3e0791cd87 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Sun, 9 Jan 2022 20:42:01 -0700 Subject: [PATCH] I did some stuff --- TODO.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/TODO.md b/TODO.md index 31881b6..55b5a61 100644 --- a/TODO.md +++ b/TODO.md @@ -2,6 +2,13 @@ To Do ----- * Status web app as PWA * Move `video/` and `audio/` into new `incomplete/` directory +* Set title for audio CDs on read +* For audio CDs, set completion to null, and have that result in a spinny progress meter + +Done +---- + +* Status web app * Report title in status.json * Output JSON instead of bourne shell for env * New function in common: getenv() { jq -r --arg key="$1" '.[key]' env.json } @@ -10,10 +17,3 @@ To Do * Completion percentage scraping * Handbrake: `Encoding: task 2 of 2, 20.58%` * dvdbackup: `Copying Title, part 2/4: 72% done` -* Set title for audio CDs on read - - -Done ----- - -* Status web app