From c666fdeaff07111b691b60c0c809505b740286e0 Mon Sep 17 00:00:00 2001 From: rmcrackan Date: Tue, 6 Dec 2022 15:02:26 -0500 Subject: [PATCH] document CLI set-status --- Documentation/Advanced.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Documentation/Advanced.md b/Documentation/Advanced.md index 7f3f5ca4..28ca18ac 100644 --- a/Documentation/Advanced.md +++ b/Documentation/Advanced.md @@ -71,4 +71,15 @@ export library to file libationcli export -p "C:\foo\bar\my.csv" -c libationcli export -p "C:\foo\bar\my.xlsx" --xlsx libationcli export -p "C:\foo\bar\my.xlsx" -x + +Set download statuses throughout library based on whether each book's audio file can be found. +Must include at least one flag: --downloaded , --not-downloaded. +Downloaded: If the audio file can be found, set download status to 'Downloaded'. +Not Downloaded: If the audio file cannot be found, set download status to 'Not Downloaded' +UI: Visible Books \> Set 'Downloaded' status automatically. Visible books. Prompts before saving changes +CLI: Full library. No prompt + + libationcli set-status -d + libationcli set-status -n + libationcli set-status -d -n ```