mirror of
https://github.com/transmission/transmission
synced 2025-01-03 05:25:52 +00:00
parent
8993a400fa
commit
d0507134c8
1 changed files with 3 additions and 1 deletions
|
@ -32,6 +32,8 @@ If you want to swap between the two applications, all you have to do is pass in
|
||||||
<tr><td>Default download folder</td><td><tt>%LOCALAPPDATA%/Downloads</tt></td></tr>
|
<tr><td>Default download folder</td><td><tt>%LOCALAPPDATA%/Downloads</tt></td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
`%LOCALAPPDATA%` will resolve to `C:\Users[username]\AppData\Local` under a user context, and `C:\Windows\ServiceProfiles\LocalService\AppData\Local` under a service context.
|
||||||
|
|
||||||
### Overriding the Defaults
|
### Overriding the Defaults
|
||||||
|
|
||||||
The per-user configuration folder's location can be overridden by setting `TRANSMISSION_HOME` and/or other [[environment variables|Environment-Variables]].
|
The per-user configuration folder's location can be overridden by setting `TRANSMISSION_HOME` and/or other [[environment variables|Environment-Variables]].
|
||||||
|
@ -62,4 +64,4 @@ This subfolder holds bluetack-formatted blocklists. Files ending in ".bin" are g
|
||||||
|
|
||||||
## Legacy Versions of Transmission
|
## Legacy Versions of Transmission
|
||||||
|
|
||||||
Older, [pre-XDG](http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html) [versions](http://trac.transmissionbt.com/ticket/684) of transmission-gtk and transmission-daemon stored their settings in `$HOME/.transmission`. Newer releases try to automatically migrate these files to `$HOME/.config/transmission/`.
|
Older, [pre-XDG](http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html) [versions](http://trac.transmissionbt.com/ticket/684) of transmission-gtk and transmission-daemon stored their settings in `$HOME/.transmission`. Newer releases try to automatically migrate these files to `$HOME/.config/transmission/`.
|
||||||
|
|
Loading…
Reference in a new issue