batter, i3, mpd

This commit is contained in:
2022-01-30 16:22:33 +05:00
parent fbb674b81b
commit bb290e1ea0
8 changed files with 537 additions and 1 deletions

30
config/mpd/mpd.conf Normal file
View File

@ -0,0 +1,30 @@
# Recommended location for database
db_file "~/.local/share/mpd/database"
# Logs to systemd journal
log_file "syslog"
bind_to_address "0.0.0.0"
# The music directory is by default the XDG directory, uncomment to amend and choose a different directory
music_directory "~/Music"
# Uncomment to refresh the database whenever files in the music_directory are changed
auto_update "yes"
# Uncomment to enable the functionalities
playlist_directory "~/.config/mpd/playlists"
pid_file "~/.cache/mpd/pid"
state_file "~/.config/mpd/state"
sticker_file "~/.config/mpd/sticker.sql"
audio_output {
type "fifo"
name "Visualizer feed"
path "/tmp/mpd.fifo"
format "44100:16:2"
}
audio_output {
type "pulse"
name "pulse audio"
}

View File

@ -0,0 +1,10 @@
04 Imagine Dragons - Believer.mp3
Powfu - im used to it.mp3
Alec Benjamin - The Way You Felt.mp3
NF - STORY.mp3
GAYLE - abcdefu.mp3
01 Alec Benjamin - Let Me Down Slowly.mp3
01 Alec Benjamin - If We Have Each Other (1).mp3
03 Lukas Graham - Mama Said.mp3
Jeremy Zucker - not ur friend.mp3
04 Lil Revive - Tell the Reaper I m Sorry.mp3

29
config/mpd/state Normal file
View File

@ -0,0 +1,29 @@
sw_volume: 42
audio_device_state:1:Visualizer feed
audio_device_state:1:pulse audio
state: stop
random: 0
repeat: 0
single: 0
consume: 0
crossfade: 0
mixrampdb: 0.000000
mixrampdelay: -1.000000
playlist_begin
0:Aadhavee ey - Toy Ft. Ishante.mp3
1:01 Neffex - Cold.mp3
2:01 Bülow - Sweet Little Lies.mp3
3:GAYLE - abcdefu.mp3
4:07 Tame Impala - The Less I Know The Better.mp3
5:02 The Midnight - Gloria.mp3
6:Alan Walker - Don t You Hold Me Down.mp3
7:Jake Scott - Favorite T-Shirt (Acoustic) (Acoustic).mp3
8:I'm a Peaky Blinder CD 1 TRACK 1 (320).mp3
9:01 Lukas Graham - Love Someone.mp3
10:01 Lukas Graham - 7 Years.mp3
11:02 Alec Benjamin - Water Fountain.mp3
12:06 Alec Benjamin - Boy In The Bubble.mp3
13:10 Alec Benjamin - If I Killed Someone For You.mp3
14:01 Imagine Dragons - Natural.mp3
15:NF - STORY.mp3
playlist_end

BIN
config/mpd/sticker.sql Normal file

Binary file not shown.