[SOLVED] musicpd doesn't play musics

Zsolt Udvari udvzsolt at gmail.com
Sat Dec 28 18:40:08 UTC 2013


Sorry, my fault. I forget to add files. I needed only "mpc add /" and
everything is okay.

2013/12/28 David Demelier <demelier.david at gmail.com>:
> 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 at freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>>
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"


More information about the freebsd-questions mailing list