Re: [Musicpd-dev-team] [git pull] copyright header updates

2009-03-14 Thread Max Kellermann
On 2009/03/13 19:06, Avuton Olrich avu...@gmail.com wrote:
 To those that were CCd: Please read the following, this may affect you.
 
 Max, Please pull from my tree.

Good work, yet another cleanup which has been waiting for somebody to
just do it :-)

Max

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team


[Musicpd-dev-team] MPD User's Manual

2009-03-14 Thread Max Kellermann
Hi,

I have started writing a User's manual, see doc/user.xml.

The goal is to have a manual for users who install MPD, which contains
all the information which is currently distributed in the manpage,
INSTALL, README, and the wiki.  It should even contain information on
how to run MPD in gdb, how to run oprofile and so on.  The manpage
should be reduced to the bare minimum (remove plugin specific config,
..).

Please help!  Send patches!  I know nobody likes to write
documentation, but I can't do everything myself.

We should also start a developer's manual, with information for new
MPD developers: architecture (input/decoder/conversion/output,
playlist, ...), code style, repository location, 

Max

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team


[Musicpd-dev-team] Mpd doesn't play ogg files

2009-03-14 Thread Damian
Hello,

When I try to play an ogg file, mpd says it is playing it, but there
is no sound.

I'm running a gentoo system, and mpd has been built with the following
use flags:
Use flags:   (aac) (alsa) (-ao) (-audiofile) (-avahi)
(flac) (-icecast) (iconv) (ipv6) (-jack) (-libsamplerate) (-mikmod)
(mp3) (-musepack) (ogg) (-oss) (-pulseaudio) (unicode) (vorbis)

As you can see ogg and vorbis are enabled. This is quite frustrating :(

Any ideas?

Best regards,
Damian.

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team


Re: [Musicpd-dev-team] Mpd doesn't play ogg files

2009-03-14 Thread Max Kellermann
On 2009/03/14 22:01, Damian damian.o...@gmail.com wrote:
 I'm running a gentoo system, and mpd has been built with the following
 use flags:
 Use flags:   (aac) (alsa) (-ao) (-audiofile) (-avahi)
 (flac) (-icecast) (iconv) (ipv6) (-jack) (-libsamplerate) (-mikmod)
 (mp3) (-musepack) (ogg) (-oss) (-pulseaudio) (unicode) (vorbis)
 
 As you can see ogg and vorbis are enabled. This is quite frustrating :(

See if it's really enabled in mpd --version.  I don't trust USE
flags.  Which version are you using, anyway?

Max

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team


Re: [Musicpd-dev-team] Mpd doesn't play ogg files

2009-03-14 Thread Avuton Olrich
On Sat, Mar 14, 2009 at 2:11 PM, Damian damian.o...@gmail.com wrote:
 Hi Max,

 Thanks for your response.

 See if it's really enabled in mpd --version.  I don't trust USE
 flags.  Which version are you using, anyway?
 Here is the output of the command:
    mpd (MPD: Music Player Daemon) 0.13.2

Nearly prehistoric. Try a later version.

    Copyright (C) 2003-2007 Warren Dukes warren.du...@gmail.com
    This is free software; see the source for copying conditions.  There is NO
    warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

    Supported formats:
    mp3 mp2 ogg oga ogg flac m4a mp4

    Supported outputs:
    alsa

 I really don't know what to do.

Start with updating as I recommend above, then if that doesn't work
try starting it with /usr/bin/mpd --no-daemon --verbose --stdout to
figure out what the issue is.
-- 
avuton
--
|  (\_/)  This is Bunny. Copy and paste Bunny
| (='.'=) into your signature to help him gain
| ()_() world domination.

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team


Re: [Musicpd-dev-team] Mpd doesn't play ogg files

2009-03-14 Thread Damian
On Sat, Mar 14, 2009 at 10:40 PM, Avuton Olrich avu...@gmail.com wrote:
 On Sat, Mar 14, 2009 at 2:11 PM, Damian damian.o...@gmail.com wrote:
 Hi Max,

 Thanks for your response.

 See if it's really enabled in mpd --version.  I don't trust USE
 flags.  Which version are you using, anyway?
 Here is the output of the command:
    mpd (MPD: Music Player Daemon) 0.13.2

 Nearly prehistoric. Try a later version.
Ok. I have this version because it is the latest stable one. I'll try
upgrading and I'll tell you.

Thanks,
Damian

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team