Date: Sat, 28 Dec 2013 10:52:47 +0100 From: David Demelier <demelier.david@gmail.com> To: freebsd-questions@freebsd.org Subject: Re: musicpd doesn't play musics Message-ID: <52BE9F6F.5020603@gmail.com> In-Reply-To: <CADtCJqp7nnMN6komPWUcqcBd_GYvCve-dsKKwirCxvqE4a88HA@mail.gmail.com> References: <CADtCJqp7nnMN6komPWUcqcBd_GYvCve-dsKKwirCxvqE4a88HA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 27/12/2013 20:06, Zsolt Udvari wrote: > Hello list, > > I've a problem and I hope anybody can help. Problem is simple: musicpd > won't play. It seems it scan all files: > > $ mpc stats > Artists: 6 > Albums: 35 > Songs: 376 > > Play Time: 0 days, 0:00:00 > Uptime: 0 days, 0:04:20 > DB Updated: Fri Dec 27 17:10:09 2013 > DB Play Time: 1 days, 8:44:36 > > > But `mpc play`: > volume: 90% repeat: off random: off single: off consume: off > > It doesn't print current song and `mpc status` prints this line. > > My musicpd.conf (without comments and empty lines): > > music_directory "/home/zsolt/Zene/" > playlist_directory "/home/zsolt/.mpd/playlists/" > db_file "/home/zsolt/.mpd/mpd.db" > log_file "/home/zsolt/.mpd/mpd.log" > pid_file "/home/zsolt/.mpd/mpd.pid" > state_file "/home/zsolt/.mpd/mpdstate" > sticker_file "/var/mpd/.mpd/sticker.sql" > user "zsolt" > bind_to_address "127.0.0.1" > port "6600" > audio_output { > type "oss" > name "My OSS Device" > device "/dev/dsp0.1" # optional > mixer_device "/dev/mixer0" # optional > } > Try to remove the device from audio_output. I personally have : audio_output { type "oss" name "My OSS Device" mixer_device "/dev/mixer" mixer_control "vol" } And it works. Do you have any output at all? mplayer, vlc, or so? Regards > What's wrong? > > Zsolt > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52BE9F6F.5020603>