diff src/audacious/tuple.c @ 3550:6b0be1d088e6 trunk

- subtune handling is now done in playlist core, using tuple fields subsong-id and subsong-num (requires subtune-able plugins to be updated)
author Giacomo Lozito <james@develia.org>
date Tue, 18 Sep 2007 19:00:07 +0200
parents 7e8c4aadfc32
children 97b10cd95da2
line wrap: on
line diff
--- a/src/audacious/tuple.c	Tue Sep 18 11:58:09 2007 -0500
+++ b/src/audacious/tuple.c	Tue Sep 18 19:00:07 2007 +0200
@@ -47,6 +47,9 @@
     { "performer",      TUPLE_STRING },
     { "copyright",      TUPLE_STRING },
     { "date",           TUPLE_STRING },
+
+    { "subsong-id",     TUPLE_INT },
+    { "subsong-num",    TUPLE_INT },
 };
 
 static mowgli_heap_t *tuple_heap = NULL;