From 416cde4c9f33df3896505422b23858ac7c9cecb1 Mon Sep 17 00:00:00 2001 From: C4 Patino Date: Sat, 13 Jun 2026 13:24:34 -0500 Subject: [PATCH] feat: add qbittorrent configuration directory --- .stowrc | 1 + qbittorrent/categories.json | 34 ++++++++++++++++++++++++++++++++++ xstow.ini | 1 + 3 files changed, 36 insertions(+) create mode 100644 qbittorrent/categories.json diff --git a/.stowrc b/.stowrc index 55cea7a..7b34aa1 100644 --- a/.stowrc +++ b/.stowrc @@ -1,6 +1,7 @@ --ignore='^httpd$' --ignore='^slurm$' --ignore='^tsdproxy$' +--ignore='^qbittorrent$' --ignore='^vimix$' --ignore='^policy\.hujson$' --ignore='^xstow\.ini$' diff --git a/qbittorrent/categories.json b/qbittorrent/categories.json new file mode 100644 index 0000000..99c9605 --- /dev/null +++ b/qbittorrent/categories.json @@ -0,0 +1,34 @@ +{ + "autobrr": { + "download_path": null, + "inactive_seeding_time_limit": -2, + "ratio_limit": -2, + "save_path": "/var/lib/qBittorrent/qBittorrent/downloads/autobrr", + "seeding_time_limit": -2, + "share_limit_action": "Default" + }, + "lidarr": { + "download_path": null, + "inactive_seeding_time_limit": -2, + "ratio_limit": -2, + "save_path": "", + "seeding_time_limit": -2, + "share_limit_action": "Default" + }, + "radarr": { + "download_path": null, + "inactive_seeding_time_limit": -2, + "ratio_limit": -2, + "save_path": "", + "seeding_time_limit": -2, + "share_limit_action": "Default" + }, + "sonarr": { + "download_path": null, + "inactive_seeding_time_limit": -2, + "ratio_limit": -2, + "save_path": "", + "seeding_time_limit": -2, + "share_limit_action": "Default" + } +} diff --git a/xstow.ini b/xstow.ini index 2968237..29fd946 100644 --- a/xstow.ini +++ b/xstow.ini @@ -1,6 +1,7 @@ [matches] ignore = ^httpd$ ignore = ^slurm$ +ignore = ^qbittorrent$ ignore = ^tsdproxy$ ignore = ^vimix$ ignore = ^\.stowrc$