diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-26 16:33:45 +0100 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-26 16:33:45 +0100 | 
| commit | 42c8c1657de27ca7b35981c89f6edb8f31fbfe1a (patch) | |
| tree | 2130f4da0b432616c13c1a75da97c81039085c1c /config/common | |
| parent | 3b659f14503defce477efa12c3af2c8796b1d8eb (diff) | |
checkpoint
Diffstat (limited to 'config/common')
| -rw-r--r-- | config/common/mpd/mpd.conf | 4 | ||||
| -rw-r--r-- | config/common/mpv/input.conf | 2 | 
2 files changed, 3 insertions, 3 deletions
diff --git a/config/common/mpd/mpd.conf b/config/common/mpd/mpd.conf index 095b345..f9e7f9e 100644 --- a/config/common/mpd/mpd.conf +++ b/config/common/mpd/mpd.conf @@ -5,8 +5,8 @@ pid_file             "~/.config/mpd/pid"  state_file           "~/.local/state/mpd/state"  auto_update          "yes"  restore_paused       "yes" -bind_to_address		 "127.0.0.1" -port                 "6600" +# bind_to_address		 "/run/user/1000/mpd/socket" +# port                 "6600"  audio_output {  	type "pulse"  	name "pulse audio" diff --git a/config/common/mpv/input.conf b/config/common/mpv/input.conf index b7932fa..5615d5f 100644 --- a/config/common/mpv/input.conf +++ b/config/common/mpv/input.conf @@ -193,7 +193,7 @@ LEFT seek -2 exact  UP seek 2 keyframes  DOWN seek -2 keyframes -ctrl-l cycle-values loop-file "inf" "no"    # toggle infinite looping +ctrl+l cycle-values loop-file "inf" "no"    # toggle infinite looping  # Speed  ] add speed 0.5  | 
