summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-06-26 00:28:40 +0200
committerJoe <bousset.rudy@gmail.com>2022-06-26 00:28:40 +0200
commit5cc828e58d72208838cca99ea4670f5102880c86 (patch)
tree41a62fd4ce5ce33dd78d686ef4267a3024d4381f
parentUpdate (diff)
downloaddotfiles-bsd-5cc828e58d72208838cca99ea4670f5102880c86.tar.gz
dotfiles-bsd-5cc828e58d72208838cca99ea4670f5102880c86.tar.bz2
dotfiles-bsd-5cc828e58d72208838cca99ea4670f5102880c86.tar.xz
dotfiles-bsd-5cc828e58d72208838cca99ea4670f5102880c86.tar.zst
dotfiles-bsd-5cc828e58d72208838cca99ea4670f5102880c86.zip
Update
-rw-r--r--.config/mpd/mpd.conf8
-rw-r--r--.config/transmission-daemon/settings.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf
index ee95a9e..b932e1b 100644
--- a/.config/mpd/mpd.conf
+++ b/.config/mpd/mpd.conf
@@ -80,8 +80,8 @@ group "jozan"
# systemd socket activiation is in use.
#
# For network
-bind_to_address "any"
-# bind_to_address "localhost"
+#bind_to_address "any"
+#bind_to_address "localhost"
# bind_to_address "192.168.1.79"
#
# And for Unix Socket
@@ -276,9 +276,9 @@ audio_output {
# name "My HTTP Stream"
# encoder "vorbis" # optional, vorbis or lame
# port "8000"
-# bind_to_address "0.0.0.0" # optional, IPv4 or IPv6
+# bind_to_address "127.0.0.1" # optional, IPv4 or IPv6
## quality "5.0" # do not define if bitrate is defined
-# bitrate "128" # do not define if quality is defined
+# bitrate "320" # do not define if quality is defined
# format "44100:16:1"
# max_clients "0" # optional 0=no limit
#}
diff --git a/.config/transmission-daemon/settings.json b/.config/transmission-daemon/settings.json
index 51cc6e9..357ef31 100644
--- a/.config/transmission-daemon/settings.json
+++ b/.config/transmission-daemon/settings.json
@@ -56,7 +56,7 @@
"script-torrent-done-filename": "/home/jozan/.local/bin/tsm-done.sh",
"seed-queue-enabled": false,
"seed-queue-size": 10,
- "speed-limit-down": 299,
+ "speed-limit-down": 10,
"speed-limit-down-enabled": false,
"speed-limit-up": 5,
"speed-limit-up-enabled": false,