You are not logged in.
this is my ~/.mpdconfig as well as my /etc/mpd.conf
port "6600"
music_directory "/home/vladuz/music"
playlist_directory "/home/vladuz/.mpd/playlists"
db_file "/home/vladuz/.mpd/mpd.db"
log_file "/home/vladuz/.mpd/mpd.log"
error_file "/home/vladuz/.mpd/mpd.error"
audio_output {
type "alsa"
name "Alsa Software Volume"
}
mixer_type "software"
user "vladuz"
then I create my database:
vladuz ~ $ sudo mpd --create-db
added white_blessom/return_to_the_classic.mp3
added hanaoka_satoshi-Collection/10.Track_10.ogg
added hanaoka_satoshi-Collection/04.Track_4.mp3
added hanaoka_satoshi-Collection/01.Track_1.ogg
but mpc ls gives:
vladuz ~ $ mpc ls
error: problems connecting to "6600" on port 6600: Invalid argument
what could be the problem here?
Offline
did you run mpd? /etc/rc.d/mpd start
PROCRASTINATION
is like masturbation...it's good in the beginning, but in the end, you realize
you've just fkd yourself
Offline
but mpc ls gives:
vladuz ~ $ mpc ls error: problems connecting to "6600" on port 6600: Invalid argument
what could be the problem here?
To me, that suggests it's trying to connect to host "6600" on port 6600.
echo $MPD_HOST
echo $MPD_PORT
I am a gated community.
Offline