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] Patches for cuesheet support

2010-01-04 Thread Max Kellermann
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 misbehaving and writes to stderr (which a library

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

2010-01-02 Thread Max Kellermann
On 2010/01/02 05:11, Jon Heier snakeb...@jvnv.net wrote: Hi, I tried the latest git version to test out the new cuesheet support. I've attached two patches which fixes some issues I encountered. The first one fixes a segfault which occured when reading an invalid cuesheet. Is it actually

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

2010-01-02 Thread Jon Heier
2010/1/2 Max Kellermann m...@duempel.org: On 2010/01/02 05:11, Jon Heier snakeb...@jvnv.net wrote: Hi, I tried the latest git version to test out the new cuesheet support. I've attached two patches which fixes some issues I encountered. The first one fixes a segfault which occured when

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

2010-01-02 Thread Max Kellermann
On 2010/01/03 00:25, Jon Heier snakeb...@jvnv.net wrote: I have a few cuesheets pointing to flac files which uses FLAC instead of WAVE after the filename (got them fixed now). libcue threw some error messages at me about invalid characters and a syntax error when I tried to load these. What