How can I change the cache directory? #15902
Replies: 3 comments
-
|
I have found myself looking for the same thing, and from what I can see it is not possible to configure the individual directories for qbittorrent-nox --profile=/var/libThis is what I did within my systemd service. Still not as good as having the cache in |
Beta Was this translation helpful? Give feedback.
-
|
@bbergeron0 AFAIK, qBittorrent respects the XDG Base Directory Specification. Have you tried setting |
Beta Was this translation helpful? Give feedback.
-
|
As you've discovered, The above config assumes you want to use Using the XDG environment variables works because qBittorrent uses QStandardPaths from the Qt Framework to get the paths for config, state and cache directories and Qt will read the XDG environment variables as per the XDG Base Directory Specification. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to manage qbittorent-nox as a daemon, and I want it to use
/var/cache/qBittorrentinstead of~/.cache/qBittorrent. How would I do that?Beta Was this translation helpful? Give feedback.
All reactions