Re: [Musicpd-dev-team] [PATCH] Container support for the gme decoder.

2010-10-11 Thread Max Kellermann
On 2010/10/10 05:11, Tony Miller mcfiredr...@gmail.com wrote: +static char * +get_container_name(const char *path_fs) +{ + const char *subtune_suffix = uri_get_suffix(path_fs); + char *path_container=g_strdup(path_fs); + GPatternSpec *path_with_subtune=g_pattern_spec_new( +

[Musicpd-dev-team] [PATCH] Container support for the gme decoder.

2010-10-09 Thread Tony Miller
This patch implements subsong support for gme. I tried to make the behavior similar to the container support for sidplay. Commit is available in my repo: git://github.com/mcfiredrill/mpd.git --- src/decoder/gme_decoder_plugin.c | 118 +++--- 1 files changed, 109