diff --git a/README.md b/README.md index 2225f98..f9a511a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ I have a single, very large playlist that I add any videos I like to. On my NAS - Simple display using `tqdm`. - Limit the size of the downloaded videos. - Parallel downloads. -- Daemon mode. +- Daemon mode for running as a system service. ### Installation @@ -58,11 +58,12 @@ Videos will be saved using this name format: #### Arguments -| Argument | Flag | Help | -|---------------|------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `--no-update` | `-n` | Don\'t update yt-dlp at launch. | -| `--max-size` | | Max allowed size of a video in MB. Default: 1100. | -| `--rm-cache` | `-r` | Delete the yt-dlp cache on start. | +| Argument | Flag | Help | +| ------------- | ---- | ------------------------------------------------------------ | +| `--no-update` | `-n` | Don\'t update yt-dlp at launch. | +| `--max-size` | | Max allowed size of a video in MB. Default: 1100. | +| `--rm-cache` | `-r` | Delete the yt-dlp cache on start. | | `--threads` | | How many download processes to use (threads). Default is how many CPU cores you have. You will want to find a good value that doesn't overload your connection. | -| `--daemon` | `-d` | Run in daemon mode. Disables progress bars sleeps for the amount of time specified in --sleep. | -| `--sleep` | | How many minutes to sleep when in daemon mode. | \ No newline at end of file +| `--daemon` | `-d` | Run in daemon mode. Disables progress bars sleeps for the amount of time specified in --sleep. | +| `--sleep` | | How many minutes to sleep when in daemon mode. | +| `--silent` | `-s` | Don't print any error messages to the console. | \ No newline at end of file