Skip to content

Commit

Permalink
Integration in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Sep 5, 2023
1 parent a41e509 commit 82003c1
Showing 1 changed file with 45 additions and 5 deletions.
50 changes: 45 additions & 5 deletions qbittorrent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<details>
<summary>### ipv6 issues with openvpn (@happycoo)</summary>
Add this code to your .ovpn config

```bash
Expand All @@ -119,8 +119,43 @@ pull-filter ignore "dhcp-option DNS6"
pull-filter ignore "tun-ipv6"
pull-filter ignore "ifconfig-ipv6"
```
</details>

<details>
<summary>### Monitored folders (@FaliseDotCom)</summary>

- 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
}
}
```
</details>

### nginx error code (@Nanianmichaels)
<details>
<summary>### nginx error code (@Nanianmichaels)</summary>

> [cont-init.d] 30-nginx.sh: executing...
> [cont-init.d] 30-nginx.sh: exited 1.
Expand All @@ -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
</details>

### Loss of metadata fetching with openvpn after several days (@almico)
<details>
<summary>### Loss of metadata fetching with openvpn after several days (@almico)</summary>

Add `ping-restart 60` to your config.ovpn
</details>

### Downloads info are empty on small scale window (@aviadlevy)
<details>
<summary>### Downloads info are empty on small scale window (@aviadlevy)</summary>

When my window size width is lower than 960 pixels my downloads are empty.
Solution is to reset the Vuetorrent settings.
</details>

## Support

Expand Down

0 comments on commit 82003c1

Please sign in to comment.