From owner-freebsd-questions@FreeBSD.ORG Fri Dec 27 19:06:08 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 114F67F6 for ; Fri, 27 Dec 2013 19:06:08 +0000 (UTC) Received: from mail-pa0-x229.google.com (mail-pa0-x229.google.com [IPv6:2607:f8b0:400e:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E16711757 for ; Fri, 27 Dec 2013 19:06:07 +0000 (UTC) Received: by mail-pa0-f41.google.com with SMTP id lf10so9633187pab.0 for ; Fri, 27 Dec 2013 11:06:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=H23M20T1CGf1tFe/mCvxsKBAaue9MykoRTu18OJnqsQ=; b=FjSFIw3xTt1Vpx3doaOo0Z7OvjYUx2TVl4haIf5fY7XYjxETelgPwJVp2hq6EzKhxD bIAUJY2xgtrHnbrvRpVZg08w047fcJCJBFIyDJGi2PLcjXSnXGZT3HOd96vynF9T/xFR +VS3Ilc8SwXyb31ANgooC0EDZ6EHNY6iPLkvDd5xmeNyZjyASpZ7uQIGmAe49AgNOlSl sGOxiilx7GD33JW/240RVahymqp+VAYzabz0d2GUM0iRlrHdGuTTwjGWM+/JnvirfBXX 1jHvtB0+Hv1fkZc5ZCo2WTqhS1fUu4uDCqnVRlNuJj4BYO0R7eqSmhM5M2PL1arxQrOc etOw== MIME-Version: 1.0 X-Received: by 10.66.188.203 with SMTP id gc11mr52106147pac.63.1388171166380; Fri, 27 Dec 2013 11:06:06 -0800 (PST) Received: by 10.70.86.69 with HTTP; Fri, 27 Dec 2013 11:06:06 -0800 (PST) Date: Fri, 27 Dec 2013 20:06:06 +0100 Message-ID: Subject: musicpd doesn't play musics From: Zsolt Udvari To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Dec 2013 19:06:08 -0000 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 } What's wrong? Zsolt