From 82003c110b344ab2051c56ed9770b711cafe0d3b Mon Sep 17 00:00:00 2001
From: Alexandre <44178713+alexbelgium@users.noreply.github.com>
Date: Tue, 5 Sep 2023 09:28:15 +0200
Subject: [PATCH] Integration in readme
https://github.com/alexbelgium/hassio-addons/issues/963
---
qbittorrent/README.md | 50 ++++++++++++++++++++++++++++++++++++++-----
1 file changed, 45 insertions(+), 5 deletions(-)
diff --git a/qbittorrent/README.md b/qbittorrent/README.md
index 9ca39eb41..2ffa32c77 100644
--- a/qbittorrent/README.md
+++ b/qbittorrent/README.md
@@ -106,8 +106,8 @@ These lines will expose a `sensor.get_torrent_speed` that updates every 60 secon
## Common issues
-### ipv6 issues with openvpn (@happycoo)
-
+
+ ### ipv6 issues with openvpn (@happycoo)
Add this code to your .ovpn config
```bash
@@ -119,8 +119,43 @@ pull-filter ignore "dhcp-option DNS6"
pull-filter ignore "tun-ipv6"
pull-filter ignore "ifconfig-ipv6"
```
+
-### nginx error code (@Nanianmichaels)
+
+ ### Monitored folders (@FaliseDotCom)
+
+- go to config\addons_config\qBittorrent
+- find (or create) the file watched_folders.json
+- paste or adjust to the following:
+
+```json
+{
+ "folder/to/watch": {
+ "add_torrent_params": {
+ "category": "",
+ "content_layout": "Original",
+ "download_limit": -1,
+ "download_path": "[folder/for/INCOMPLETE_downloads]",
+ "operating_mode": "AutoManaged",
+ "ratio_limit": -2,
+ "save_path": "[folder/for/COMPLETED_downloads]",
+ "seeding_time_limit": -2,
+ "skip_checking": false,
+ "stopped": false,
+ "tags": [
+ ],
+ "upload_limit": -1,
+ "use_auto_tmm": false,
+ "use_download_path": true
+ },
+ "recursive": false
+ }
+}
+```
+
+
+
+ ### nginx error code (@Nanianmichaels)
> [cont-init.d] 30-nginx.sh: executing...
> [cont-init.d] 30-nginx.sh: exited 1.
@@ -136,15 +171,20 @@ Wait a couple minutes and restart addon, it could be a temporary unavailability
> [cont-init.d] 00-local_mounts.sh: exited 0.
Try to mount by putting the partition label in the "localdisks" options instead of the hardware name
+
-### Loss of metadata fetching with openvpn after several days (@almico)
+
+ ### Loss of metadata fetching with openvpn after several days (@almico)
Add `ping-restart 60` to your config.ovpn
+
-### Downloads info are empty on small scale window (@aviadlevy)
+
+ ### Downloads info are empty on small scale window (@aviadlevy)
When my window size width is lower than 960 pixels my downloads are empty.
Solution is to reset the Vuetorrent settings.
+
## Support