chore: remove offensive quote from cowsay quotes;
chore: adjust kitty color6 and enable dynamic background opacity; refactor: update mpd httpd output configuration; chore: remove codeium and live-server nvim plugins; feat: add oneshot logo image for rofi; refactor: simplify rofi style with transparent backgrounds; feat: add tmux passthrough setting for nvim compatibility; feat: configure waybar for multi-monitor and adjust update intervals; feat: add wallpaper lock aliases and brainless commit function
This commit is contained in:
23
mpd/mpd.conf
23
mpd/mpd.conf
@@ -274,18 +274,29 @@ input {
|
||||
#
|
||||
# An example of a httpd output (built-in HTTP streaming server):
|
||||
#
|
||||
# audio_output {
|
||||
# type "httpd"
|
||||
# name "Weed's MPD"
|
||||
# encoder "vorbis" # optional, vorbis or lame
|
||||
# path "/tmp/mpdstream"
|
||||
# port "26669"
|
||||
# always_on "yes"
|
||||
# tags "yes"
|
||||
# bind_to_address "0.0.0.0" # optional, IPv4 or IPv6
|
||||
# ## quality "5.0" # do not define if bitrate is defined
|
||||
# # bitrate "128" # do not define if quality is defined
|
||||
# format "44100:16:2"
|
||||
# # max_clients "0" # optional 0=no limit
|
||||
# }
|
||||
audio_output {
|
||||
type "httpd"
|
||||
name "Weed's MPD"
|
||||
name "My HTTP Stream"
|
||||
encoder "vorbis" # optional, vorbis or lame
|
||||
path "/tmp/mpdstream"
|
||||
port "26669"
|
||||
always_on "yes"
|
||||
tags "yes"
|
||||
bind_to_address "0.0.0.0" # optional, IPv4 or IPv6
|
||||
## quality "5.0" # do not define if bitrate is defined
|
||||
# bitrate "128" # do not define if quality is defined
|
||||
format "44100:16:2"
|
||||
bitrate "128" # do not define if quality is defined
|
||||
# format "44100:16:1"
|
||||
# max_clients "0" # optional 0=no limit
|
||||
}
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user