Печенька блять!
This commit is contained in:
30
🍪/MPD/mpd.conf
Normal file
30
🍪/MPD/mpd.conf
Normal file
@@ -0,0 +1,30 @@
|
||||
# ~/.config/mpd/mpd.conf
|
||||
|
||||
music_directory "~/Music"
|
||||
playlist_directory "~/.config/mpd/playlists"
|
||||
db_file "~/.config/mpd/database"
|
||||
log_file "~/.config/mpd/log"
|
||||
pid_file "~/.config/mpd/pid"
|
||||
state_file "~/.config/mpd/state"
|
||||
sticker_file "~/.config/mpd/sticker.sql"
|
||||
bind_to_address "~/.config/mpd/socket"
|
||||
log_level "notice"
|
||||
restore_paused "yes"
|
||||
auto_update "yes"
|
||||
auto_update_depth "3"
|
||||
filesystem_charset "UTF-8"
|
||||
|
||||
#audio_output {
|
||||
# type "alsa"
|
||||
# name "My ALSA Device"
|
||||
#}
|
||||
|
||||
audio_output {
|
||||
type "pulse"
|
||||
name "My Pulse Output"
|
||||
}
|
||||
|
||||
audio_output {
|
||||
type "pipewire"
|
||||
name "PipeWire Sound Server"
|
||||
}
|
||||
22
🍪/MPD/mpdscribble.conf
Normal file
22
🍪/MPD/mpdscribble.conf
Normal file
@@ -0,0 +1,22 @@
|
||||
# ~/.mpdscribble/mpdscribble.conf
|
||||
|
||||
# Proxy URL
|
||||
# proxy = http://the.proxy.server:3128
|
||||
|
||||
pidfile = /home/user/.mpdscribble/pid.file
|
||||
|
||||
daemon_user = user
|
||||
log = syslog
|
||||
verbose = 1
|
||||
journal_interval = 300
|
||||
|
||||
host = /home/user/.config/mpd/socket
|
||||
|
||||
[last.fm]
|
||||
url = https://post.audioscrobbler.com/
|
||||
username = Alex_Popov
|
||||
password =
|
||||
journal = /home/user/.mpdscribble/lastfm.journal
|
||||
|
||||
[file]
|
||||
file = /home/user/.mpdscribble/log
|
||||
Reference in New Issue
Block a user