changeset 1356:e6cf73d27ea4 trunk

[svn] - hookup tuple->formatter
author nenolod
date Wed, 28 Jun 2006 19:24:02 -0700
parents 2a69c94320e6
children 0675e21d50ea
files ChangeLog audacious/playlist.c
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jun 28 19:06:06 2006 -0700
+++ b/ChangeLog	Wed Jun 28 19:24:02 2006 -0700
@@ -1,3 +1,13 @@
+2006-06-29 02:06:06 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [1622]
+  - add tuple->formatter to tuplespace
+  
+
+  Changes:        Modified:
+  +1 -0           trunk/audacious/titlestring.h  
+  +1 -0           trunk/libaudacious/titlestring.h  
+
+
 2006-06-29 01:53:47 +0000  William Pitcock <nenolod@nenolod.net>
   revision [1620]
   - tuple builder for PSF files
--- a/audacious/playlist.c	Wed Jun 28 19:06:06 2006 -0700
+++ b/audacious/playlist.c	Wed Jun 28 19:24:02 2006 -0700
@@ -197,7 +197,7 @@
         return FALSE;
 
     /* entry is still around */
-    entry->title = xmms_get_titlestring(xmms_get_gentitle_format(), tuple);
+    entry->title = xmms_get_titlestring(tuple->formatter != NULL ? tuple->formatter : xmms_get_gentitle_format(), tuple);
     entry->length = tuple->length;
     entry->tuple = tuple;