mirror of
				https://github.com/StuffAnThings/qbit_manage.git
				synced 2025-11-04 03:58:31 +08:00 
			
		
		
		
	chore(docs): Sync docs to wiki [skip-cd]
							parent
							
								
									d8906b2e8a
								
							
						
					
					
						commit
						2c9d144eea
					
				
					 2 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -18,7 +18,9 @@
 | 
			
		|||
|        `-sl` or `--share-limits`        |         QBT_SHARE_LIMITS        |      share_limits     | Control how torrent share limits are set depending on the priority of your grouping. Each torrent will be matched with the share limit group with the highest priority that meets the group filter criteria. Each torrent can only be matched with one share limit group.                                                                                                                                                                                  |       False       |
 | 
			
		||||
|        `-sc` or `--skip-cleanup`        |         QBT_SKIP_CLEANUP        |      skip_cleanup     | Use this to skip emptying the Recycle Bin folder (`/root_dir/.RecycleBin`) and Orphaned directory. (`/root_dir/orphaned_data`)                                                                                                                                                                                                                                                                                                                             |       False       |
 | 
			
		||||
|           `-dr` or `--dry-run`          |           QBT_DRY_RUN           |         dry_run       | If you would like to see what is gonna happen but not actually move/delete or tag/categorize anything.                                                                                                                                                                                                                                                                                                                                                     |       False       |
 | 
			
		||||
|     `-ll` or `--log-level LOGLEVEL`     |          QBT_LOG_LEVEL          |           N/A         | Change the output log level.                                                                                                                                                                                                                                                                                                                                                                                                                               |        INFO       |
 | 
			
		||||
|     `-ll` or `--log-level`     |          QBT_LOG_LEVEL          |           N/A         | Change the output log level.                                                                                                                                                                                                                                                                                                                                                                                                                               |        INFO       |
 | 
			
		||||
|     `-ls` or `--log-size`     |          QBT_LOG_SIZE          |           N/A         | Maximum log size per file (in MB)                                                                                                                                                                                                                                                                                                                                                                                                                               |        10       |
 | 
			
		||||
|     `-lc` or `--log-count`     |          QBT_LOG_COUNT          |           N/A         | Maximum number of logs to keep                                                                                                                                                                                                                                                                                                                                                                                                                               |        5       |
 | 
			
		||||
|                `--debug`                |            QBT_DEBUG            |           N/A         | Adds debug logs                                                                                                                                                                                                                                                                                                                                                                                                                                            |       False       |
 | 
			
		||||
|                `--trace`                |            QBT_TRACE            |           N/A         | Adds trace logs                                                                                                                                                                                                                                                                                                                                                                                                                                            |       False       |
 | 
			
		||||
|           `-d` or `--divider`           |           QBT_DIVIDER           |           N/A         | Character that divides the sections (Default: '=')                                                                                                                                                                                                                                                                                                                                                                                                         |         =         |
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -58,6 +58,7 @@ This section defines any settings defined in the configuration.
 | 
			
		|||
| `share_limits_filter_completed` | When running `--share-limits` function, it will filter for completed torrents only. | True | <center>❌</center> |
 | 
			
		||||
| `tag_nohardlinks_filter_completed` | When running `--tag-nohardlinks` function, , it will filter for completed torrents only. | True | <center>❌</center> |
 | 
			
		||||
| `cat_update_all` | When running `--cat-update` function, it will check and update all torrents categories, otherwise it will only update uncategorized torrents. | True | <center>❌</center> |
 | 
			
		||||
| `disable_qbt_default_share_limits` | When running `--share-limits` function, it allows QBM to handle share limits by disabling qBittorrents default Share limits. | True | <center>❌</center> |
 | 
			
		||||
## **directory:**
 | 
			
		||||
 | 
			
		||||
---
 | 
			
		||||
| 
						 | 
				
			
			@ -198,6 +199,7 @@ This is handy when you have automatically generated files that certain OSs decid
 | 
			
		|||
| :------------------- | :------------------------------------------------------------------------------------------------------------------------------------------ | :------------- | :----------------- |
 | 
			
		||||
| `empty_after_x_days` | Will delete Orphaned data contents if the files have been in the Orphaned data for more than x days. (Uses date modified to track the time) | None           | <center>❌</center> |
 | 
			
		||||
| `exclude_patterns`   | List of [patterns](https://commandbox.ortusbooks.com/usage/parameters/globbing-patterns) to exclude certain files from orphaned             | None           | <center>❌</center> |
 | 
			
		||||
| `max_orphaned_files_to_delete`   | This will help reduce the number of accidental large amount orphaned deletions in a single run. Set your desired threshold for the maximum number of orphaned files qbm will delete in a single run. (-1 to disable safeguards)             | 50           | <center>❌</center> |
 | 
			
		||||
> Note: The more time you place for the `empty_after_x_days:` variable the better, allowing you more time to catch any mistakes by the script. If the variable is set to `0` it will delete contents immediately after every script run. If the variable is not set it will never delete the contents of the Orphaned Data.
 | 
			
		||||
 | 
			
		||||
## **apprise:**
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue