Re: [Musicpd-dev-team] Other features for mpc

2010-01-05 Thread Jeffrey Middleton
I'm not too sure about the globbing question at first glance. However, refining ambiguous completion seems a prime candidate for placing inside mpc. If you filter afterwards with a script, you're wasting time querying for information you then waste time throwing away, while mpc could easily just

Re: [Musicpd-dev-team] S24_3LE output?

2010-01-05 Thread Grant
Can mpd be made to output S24_3LE? No, not without a patch. What format does mpd output? - Grant Demian mentioned that mpd outputs in a 32-bit format. I'm wondering if 16-bit audio converted to 32-bit by mpd, and then converted to S24_3LE by ALSA would end up adding noise? I brought this

Re: [Musicpd-dev-team] Other features for mpc

2010-01-05 Thread Max Kellermann
On 2010/01/05 17:46, Jeff Frasca phaed...@u.washington.edu wrote: When done in the completer code, it requires two extra fork()/exec()s of the sed and sort code. The sed and sort code are more general than we would write, but they are also already debugged, and not that much more

Re: [Musicpd-dev-team] Patches for cuesheet support

2010-01-05 Thread Jon Heier
2010/1/4 Max Kellermann m...@duempel.org: On 2010/01/03 15:05, Jon Heier snakeb...@jvnv.net wrote: When I issue mpc load filename.cue, I get this from mpd (running with --no-daemon --stdout --stderr -v) without the first patch: None of these are MPD error messages, so I guess libcue is

Re: [Musicpd-dev-team] Other features for mpc

2010-01-05 Thread Jeffrey Middleton
On Tue, Jan 5, 2010 at 11:57 AM, Max Kellermann m...@duempel.org wrote: On 2010/01/05 17:46, Jeff Frasca phaed...@u.washington.edu wrote: When done in the completer code, it requires two extra fork()/exec()s of the sed and sort code. The sed and sort code are more general than we would

Re: [Musicpd-dev-team] Other features for mpc

2010-01-05 Thread Jeff Frasca
On Tue, 5 Jan 2010, Max Kellermann wrote: On 2010/01/05 17:46, Jeff Frasca phaed...@u.washington.edu wrote: When done in the completer code, it requires two extra fork()/exec()s of the sed and sort code. The sed and sort code are more general than we would write, but they are also already

Re: [Musicpd-dev-team] Other features for mpc

2010-01-05 Thread Max Kellermann
On 2010/01/05 19:51, Jeff Frasca phaed...@u.washington.edu wrote: However, that change merely cuts down the traffic over the socket for subsequent tab mashes. Any tab mash in the top-level directory is just as expensive as before. That's already a big improvement. It also doesn't get me

Re: [Musicpd-dev-team] Other features for mpc

2010-01-05 Thread Jeff Frasca
On Tue, 5 Jan 2010, Max Kellermann wrote: src/command.c:943: error: initialization discards qualifiers from pointer target type Compile with --enable-werror, please. The code should be warning clean. Fixed. Same spot. Configuring with --enable-werror from now on. The tab command should