diff src/madplug/decoder.c @ 1485:4e612b01f303

- make use of tuple_formatter_make_title_string(). now madplug can show file name if metadata is not available. - temporal fix for the bug which prevented from playing remote file. - some cleanups.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Mon, 13 Aug 2007 19:57:03 +0900
parents eb0913bf54c3
children d158ce84fda7
line wrap: on
line diff
--- a/src/madplug/decoder.c	Sun Aug 12 21:53:56 2007 +0200
+++ b/src/madplug/decoder.c	Mon Aug 13 19:57:03 2007 +0900
@@ -482,7 +482,7 @@
     /* set mainwin title */
     if (info->title)
         g_free(info->title);
-    info->title = tuple_formatter_process_string(info->tuple, audmad_config.title_override == TRUE ?
+    info->title = tuple_formatter_make_title_string(info->tuple, audmad_config.title_override == TRUE ?
                                        audmad_config.id3_format : get_gentitle_format());
 
     tlen = (gint) mad_timer_count(info->duration, MAD_UNITS_MILLISECONDS),