mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-12 20:41:16 +02:00
adding all important config files
This commit is contained in:
BIN
.config/mpd/database
Normal file
BIN
.config/mpd/database
Normal file
Binary file not shown.
10
.config/mpd/log
Normal file
10
.config/mpd/log
Normal file
@@ -0,0 +1,10 @@
|
||||
Sep 10 10:49 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted
|
||||
Sep 10 10:49 : exception: Failed to open '/home/tiynger/.config/mpd/state': No such file or directory
|
||||
Sep 10 10:49 : exception: inotify_add_watch() has failed: No such file or directory
|
||||
Sep 10 10:49 : exception: Failed to access /home/tiynger/Music: No such file or directory
|
||||
Sep 10 10:50 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted
|
||||
Sep 10 10:50 : exception: inotify_add_watch() has failed: No such file or directory
|
||||
Sep 10 10:50 : client: [0] opened from 127.0.0.1:46428
|
||||
Sep 10 11:18 : exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted
|
||||
Sep 10 11:18 : exception: inotify_add_watch() has failed: No such file or directory
|
||||
Sep 10 11:18 : client: [0] opened from 127.0.0.1:47254
|
26
.config/mpd/mpd.conf
Normal file
26
.config/mpd/mpd.conf
Normal file
@@ -0,0 +1,26 @@
|
||||
db_file "~/.config/mpd/database"
|
||||
log_file "~/.config/mpd/log"
|
||||
music_directory "~/Music"
|
||||
playlist_directory "~/.config/mpd/playlists"
|
||||
pid_file "~/.config/mpd/pid"
|
||||
state_file "~/.config/mpd/state"
|
||||
sticker_file "~/.config/mpd/sticker.sql"
|
||||
|
||||
auto_update "yes"
|
||||
|
||||
bind_to_address "127.0.0.1"
|
||||
restore_paused "yes"
|
||||
max_output_buffer_size "16384"
|
||||
|
||||
audio_output {
|
||||
type "pulse"
|
||||
name "pulse audio"
|
||||
mixer_type "software"
|
||||
}
|
||||
|
||||
audio_output {
|
||||
type "fifo"
|
||||
name "toggle_visualizer"
|
||||
path "/tmp/mpd.fifo"
|
||||
format "44100:16:2"
|
||||
}
|
13
.config/mpd/state
Normal file
13
.config/mpd/state
Normal file
@@ -0,0 +1,13 @@
|
||||
sw_volume: 100
|
||||
audio_device_state:1:pulse audio
|
||||
audio_device_state:1:toggle_visualizer
|
||||
state: stop
|
||||
random: 0
|
||||
repeat: 0
|
||||
single: 0
|
||||
consume: 0
|
||||
crossfade: 0
|
||||
mixrampdb: 0.000000
|
||||
mixrampdelay: -1.000000
|
||||
playlist_begin
|
||||
playlist_end
|
BIN
.config/mpd/sticker.sql
Normal file
BIN
.config/mpd/sticker.sql
Normal file
Binary file not shown.
Reference in New Issue
Block a user