Instalei o mpd e o ncmpcpp,configurei o mpd seguindo a wiki do arch,ok,rodando normal,mas no ncmpcpp também segui a wiki,o programa inicia mas não aparece as musicas,não acha as musicas,não tenho ideia de como criar playlist,e não encontrei nada na net explicando os procedimentos,alguém conseguiu fazer esse bendito programa funcionar?como?onde errei?
segue meu /home/overlock/.config/mpd/mpd.conf
- Código: Selecionar todos
################################################################################
music_directory "/media/hd/Mp3/"
#
playlist_directory "/home/overlock/.mpd/playlists"
#
db_file "/home/overlock/.mpd/db"
#
log_file "/home/overlock/.mpd/mpd.log"
#
pid_file "/home/overlock/.mpd/pid"
#
state_file "/home/overlock/.mpd/mpdstate"
###############################################################################
user "overlock"
#
#group "overlock"
#
bind_to_address "/home/overlock/.config/mpd/socket"
#
bind_to_address "localhost"
#
port "6600"
#
#log_level "default"
#
#gapless_mp3_playback "yes"
#
#restore_paused "no"
#
#save_absolute_paths_in_playlists "yes"
#
#auto_update "yes"
mixer_type "software"
replaygain "track"
gapless_mp3_playback "yes"
#auto_update_depth "3"
audio_output {
type "fifo"
name "my_fifo"
path "/tmp/mpd.fifo"
format "44100:16:1"
}
###############################################################################
#follow_outside_symlinks "yes"
#follow_inside_symlinks "yes"
###############################################################################
#zeroconf_enabled "yes"
#zeroconf_name "Music Player"
###############################################################################
# Permissions #################################################################
#
# If this setting is set, MPD will require password authorization. The password
# setting can be specified multiple times for different password profiles.
#
#password "[email protected],add,control,admin"
#
# This setting specifies the permissions a user has who has not yet logged in.
#
default_permissions "read,add,control,admin"
#
###############################################################################
# Database #######################################################################
#
database {
plugin "proxy"
host "other.mpd.host"
port "6600"
}
# Input #######################################################################
#
#input {
# plugin "curl"
# proxy "proxy.isp.com:8080"
# proxy_user "user"
# proxy_password "password"
#}
###############################################################################
# Audio Output ################################################################
#
# MPD supports various audio output types, as well as playing through multiple
# audio outputs at the same time, through multiple audio_output settings
# blocks. Setting this block is optional, though the server will only attempt
# autodetection for one sound card.
#
# An example of an ALSA output:
#
audio_output {
type "alsa"
name "ALSA sound card"
## device "hw:0,0" # optional
## mixer_type "hardware" # optional
## mixer_device "default" # optional
## mixer_control "PCM" # optional
## mixer_index "0" # optional
}
#
# An example of an OSS output:
#
#audio_output {
# type "oss"
# name "My OSS Device"
## device "/dev/dsp" # optional
## mixer_type "hardware" # optional
## mixer_device "/dev/mixer" # optional
## mixer_control "PCM" # optional
#}
#
# An example of a shout output (for streaming to Icecast):
#
#audio_output {
# type "shout"
# encoder "vorbis" # optional
# name "My Shout Stream"
# host "localhost"
# port "8000"
# mount "/mpd.ogg"
# password "hackme"
# quality "5.0"
# bitrate "128"
# format "44100:16:1"
## protocol "icecast2" # optional
## user "source" # optional
## description "My Stream Description" # optional
## url "http://example.com" # optional
## genre "jazz" # optional
## public "no" # optional
## timeout "2" # optional
## mixer_type "software" # optional
#}
#
# An example of a recorder output:
#
#audio_output {
# type "recorder"
# name "My recorder"
# encoder "vorbis" # optional, vorbis or lame
# path "/var/lib/mpd/recorder/mpd.ogg"
## quality "5.0" # do not define if bitrate is defined
# bitrate "128" # do not define if quality is defined
# format "44100:16:1"
#}
#
# An example of a httpd output (built-in HTTP streaming server):
#
#audio_output {
# type "httpd"
# name "My HTTP Stream"
# encoder "vorbis" # optional, vorbis or lame
# port "8000"
# bind_to_address "0.0.0.0" # optional, IPv4 or IPv6
## quality "5.0" # do not define if bitrate is defined
# bitrate "128" # do not define if quality is defined
# format "44100:16:1"
# max_clients "0" # optional 0=no limit
#}
#
# An example of a pulseaudio output (streaming to a remote pulseaudio server)
#
audio_output {
type "pulse"
name "My Pulse Output"
## server "remote_server" # optional
## sink "remote_server_sink" # optional
#}
#
# An example of a winmm output (Windows multimedia API).
#
#audio_output {
# type "winmm"
# name "My WinMM output"
## device "Digital Audio (S/PDIF) (High Definition Audio Device)" # optional
# or
## device "0" # optional
## mixer_type "hardware" # optional
#}
#
# An example of an openal output.
#
#audio_output {
# type "openal"
# name "My OpenAL output"
## device "Digital Audio (S/PDIF) (High Definition Audio Device)" # optional
#}
#
# An example of an sndio output.
#
#audio_output {
# type "sndio"
# name "sndio output"
# mixer_type "software"
#}
#
# An example of an OS X output:
#
#audio_output {
# type "osx"
# name "My OS X Device"
## device "Built-in Output" # optional
## channel_map "-1,-1,0,1" # optional
#}
#
## Example "pipe" output:
#
#audio_output {
# type "pipe"
# name "my pipe"
# command "aplay -f cd 2>/dev/null"
## Or if you're want to use AudioCompress
# command "AudioCompress -m | aplay -f cd 2>/dev/null"
## Or to send raw PCM stream through PCM:
# command "nc example.org 8765"
# format "44100:16:2"
#}
#
## An example of a null output (for no audio output):
#
#audio_output {
# type "null"
# name "My Null Output"
# mixer_type "none" # optional
#}
#
###############################################################################
##replaygain "album"
#replaygain_preamp "0"
#replaygain_missing_preamp "0"
#replaygain_limit "yes"
#volume_normalization "no"
###############################################################################
#filesystem_charset "UTF-8"
###############################################################################
meu /home/tux/.ncmpcpp/config
- Código: Selecionar todos
ncmpcpp_directory = ~/.ncmpcpp/
mpd_host = localhost
mpd_port = 6600
mpd_music_dir = /media/hd/Mp3
mpd_connection_timeout = "5"
mpd_crossfade_time = "5"
external_editor = "nano"
visualizer_fifo_path = "/tmp/mpd.fifo"
visualizer_output_name = "my_fifo"
visualizer_sync_interval = "30"
visualizer_in_stereo = "yes"
visualizer_type = "spectrum"
visualizer_look = "+|"
# Playlist
#default_place_to_search_in = "/media/hd/Mp3"