diff src/madplug/plugin.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 3127da6ae5da
children f6f5603a0954 d158ce84fda7
line wrap: on
line diff
--- a/src/madplug/plugin.c	Sun Aug 12 21:53:56 2007 +0200
+++ b/src/madplug/plugin.c	Mon Aug 13 19:57:03 2007 +0900
@@ -706,7 +706,7 @@
 #ifdef DEBUG
         g_message("get_song_tuple: remote: NULL");
 #endif
-        return NULL;
+//        return NULL;
     } /* info.remote  */
 
     // if !fd, pre-open the file with vfs_fopen() and reuse fd.