diff options
author | 2024-09-01 18:34:08 +0200 | |
---|---|---|
committer | 2024-09-01 18:34:08 +0200 | |
commit | 2295728f7636b83eae6544c669b37feaff97dd6a (patch) | |
tree | 6b21a3921d5438473a4cc8233055059db765ec6d /doc/newsboat.asciidoc | |
parent | 3005828657214ffa2f6886c4ef06f6c07756e23f (diff) | |
download | newsboat-2295728f7636b83eae6544c669b37feaff97dd6a.tar.gz newsboat-2295728f7636b83eae6544c669b37feaff97dd6a.tar.zst newsboat-2295728f7636b83eae6544c669b37feaff97dd6a.zip |
Update list of possible podboat download states
Diffstat (limited to '')
-rw-r--r-- | doc/newsboat.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/newsboat.asciidoc b/doc/newsboat.asciidoc index fe08bd5f..b43ed2b3 100644 --- a/doc/newsboat.asciidoc +++ b/doc/newsboat.asciidoc @@ -1102,7 +1102,7 @@ Identifier:Meaning [[podlist-format-p]]<<podlist-format-p,+p+>>:Downloaded precentage, displays one digit of precision [[podlist-format-k]]<<podlist-format-k,+k+>>:Download speed, displays two digit of precision, always in KB/s (does not include the "KB/s" text) [[podlist-format-K]]<<podlist-format-K,+K+>>:Download speed, displays two digit of precision, human readable (automatically switches between KB/s, MB/s, and GB/s) -[[podlist-format-S]]<<podlist-format-S,+S+>>:Status of download, displays one of the folowing; "queued", "downloading", "ready", "canceled", "deleted", "incomplete", "played", "finished" or "failed" +[[podlist-format-S]]<<podlist-format-S,+S+>>:Status of download, displays one of the folowing; "queued", "downloading", "ready", "canceled", "deleted", "missing", "played", "finished" or "failed" [[podlist-format-u]]<<podlist-format-u,+u+>>:Url of the download [[podlist-format-F]]<<podlist-format-F,+F+>>:Absolute filename of the download from the root directory (e.g. ~/downloads/podcast.mp3 -> /home/name/downloads/podcast.mp3) [[podlist-format-b]]<<podlist-format-b,+b+>>:Basename of the download (e.g. /home/name/downloads/podcast.mp3 -> podcast.mp3) |