# HG changeset patch # User William Pitcock # Date 1193599693 18000 # Node ID 76a19617d6854afd7efd89db41034ae61c8af6b6 # Parent c266c29a36c5ebb36669fc2f263bcb31bd8fe181 bugfixed the way shoutcast is formatted ;p diff -r c266c29a36c5 -r 76a19617d685 src/madplug/input.c --- a/src/madplug/input.c Sun Oct 28 14:02:12 2007 -0500 +++ b/src/madplug/input.c Sun Oct 28 14:28:13 2007 -0500 @@ -483,7 +483,7 @@ } if (metadata) - tmp = aud_tuple_formatter_process_string(info->tuple, "${?title:${title}}${?stream: (${stream})"); + tmp = aud_tuple_formatter_process_string(info->tuple, "${?title:${title}}${?stream: (${stream})}"); else { gchar *realfn = g_filename_from_uri(info->filename, NULL, NULL); gchar *tmp2 = g_path_get_basename(realfn ? realfn : info->filename); // info->filename is uri. --yaz