diff src/audacious/tuple.c @ 4009:ba6258a39662

icon, codec and quality info added to file info box. Added new tuple field FIELD_MIMETYPE used for icon resolving
author Eugene Zagidullin <e.asphyx@gmail.com>
date Sun, 25 Nov 2007 02:07:20 +0300
parents d087573f54fd
children 450581e58761
line wrap: on
line diff
--- a/src/audacious/tuple.c	Sat Nov 24 17:25:51 2007 +0100
+++ b/src/audacious/tuple.c	Sun Nov 25 02:07:20 2007 +0300
@@ -51,6 +51,7 @@
 
     { "subsong-id",     TUPLE_INT },
     { "subsong-num",    TUPLE_INT },
+    { "mime-type",      TUPLE_STRING },
 };
 
 static mowgli_heap_t *tuple_heap = NULL;