-
-
Save fzerorubigd/81e54dc203e4ab059245d7b0a70cc272 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # See: /usr/share/doc/mpd/mpdconf.example | |
| user "f0rud" | |
| music_directory "/home/f0rud/musics" | |
| state_file "/home/f0rud/.mpd/mpdstate" | |
| playlist_directory "/home/f0rud/.mpd/playlists" | |
| db_file "/home/f0rud/.mpd/mpd.db" | |
| pid_file "/home/f0rud/.mpd/mpd.pid" | |
| bind_to_address "0.0.0.0" | |
| audio_output { | |
| type "alsa" | |
| name "My ALSA Device" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment