mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
transmission: fix comments in configfiles, thanks to ilya
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e4b5caaca0
commit
dbab7c8606
@ -1,6 +1,9 @@
|
||||
# Setup Transmission BitTorrent daemon
|
||||
# transmission.conf
|
||||
|
||||
# start transmission at boot ( yes / no )
|
||||
# This configuration file allows you to setup 'Transmission' a
|
||||
# BitTorrent daemon
|
||||
|
||||
# Start transmission at boot ( yes / no )
|
||||
TRANSMISSION_START="no"
|
||||
|
||||
# Allow RPC access to a comma-delimited whitelist of IP addresses.
|
||||
@ -8,19 +11,21 @@
|
||||
# "127.0.0.1" Example: "127.0.0.*,192.168.1.*"
|
||||
TRANSMISSION_IP="127.0.0.1,192.168.0.*"
|
||||
|
||||
# use authentification for the web frontend ( yes / no )
|
||||
# Use authentication for the web frontend ( yes / no )
|
||||
TRANSMISSION_AUTH="yes"
|
||||
|
||||
# username for logging to the webfrontend
|
||||
# Username for logging to the webfrontend
|
||||
TRANSMISSION_USER="openelec"
|
||||
|
||||
# password for logging to the webfrontend
|
||||
TRANSMISSION_PWD="openelec"
|
||||
|
||||
# incoming dir for not completed files (relative to downloaddir /
|
||||
# "none" for disabling incoming dir)
|
||||
# Incoming directory for non completed files
|
||||
# Relative to 'Downloads' directory
|
||||
# Set to "none" to disable
|
||||
TRANSMISSION_INCDIR="incoming"
|
||||
|
||||
# watch dir for .torrent files (relative to downloaddir /
|
||||
# "none" for disabling watch dir)
|
||||
# Watch directory for .torrent files
|
||||
# Relative to 'Downloads' directory
|
||||
# Set to "none" to disable watch folder
|
||||
TRANSMISSION_WATCHDIR="watch"
|
||||
|
Loading…
x
Reference in New Issue
Block a user