From 95871dc69aa2775c27a3a6733e77c9c2097d4f12 Mon Sep 17 00:00:00 2001 From: Emily <90838511+Emily3403@users.noreply.github.com> Date: Fri, 17 Jun 2022 21:25:50 -0700 Subject: [PATCH] isisdl: add page (#8134) --- pages/common/isisdl.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/isisdl.md diff --git a/pages/common/isisdl.md b/pages/common/isisdl.md new file mode 100644 index 0000000000..2d76179b5c --- /dev/null +++ b/pages/common/isisdl.md @@ -0,0 +1,28 @@ +# isisdl + +> A downloading utility for ISIS of TU-Berlin. Download all your files and videos from ISIS. +> More information: . + +- Start the synchronization process: + +`isisdl` + +- Limit the download rate to 20 MiB/s and download with 5 threads: + +`isisdl --download-rate {{20}} --max-num-threads {{5}}` + +- Run the initialization configuration wizard: + +`isisdl --init` + +- Run the additional configuration wizard: + +`isisdl --config` + +- Initiate a full synchronization of the database and compute the checksum of every file: + +`isisdl --sync` + +- Start ffmpeg to compress downloaded videos: + +`isisdl --compress`