Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] webmail now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as Plain Text by alxrt ( 13 years ago )
root@back:/etc# cat mpd.conf |egrep -v "^#"


music_directory         "/store/downloads/completed/music"
playlist_directory              "/var/lib/mpd/playlists"
db_file                         "/var/lib/mpd/mpd.db"
log_file                        "/var/log/mpd/mpd.log"
pid_file                        "/var/lib/mpd/mpd.pid"
state_file                      "/var/lib/mpd/mpdstate"
sticker_file                    "/var/lib/mpd/sticker.sql"


user                            "tolya"
bind_to_address         "192.168.1.2"
port                            "6600"
log_level                       "verbose"
auto_update     "yes"
auto_update_depth "100"


follow_outside_symlinks "yes"
follow_inside_symlinks          "yes"




default_permissions             "read,add,control,admin"



input {
        plugin "curl"
}


audio_output {
        type            "alsa"
        name            "My ALSA Device"
        device          "hw:0,0"        # optional
        format          "44100:16:2"    # optional
        mixer_type      "hardware"      # optional
        mixer_device    "default"       # optional
        mixer_control   "Master"        # optional
        mixer_index     "0"             # optional
}








filesystem_charset              "UTF-8"
id3v1_encoding                  "cp1251"

 

Revise this Paste

Your Name: Code Language: