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

2010-01-06 Thread Jeff Frasca
On Wed, 6 Jan 2010, Max Kellermann wrote: No need to sort, MPD has a defined sorting order for songs: http://git.musicpd.org/cgit/master/mpd.git/tree/src/songvec.c#n92 Ok, so I'm running the mpd stable package, I was on 0.15.6, but 0.15.7 has the same (old) songvec_cmp() which compares on

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 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