rhythmbox r6139 - in trunk: . metadata



Author: jmatthew
Date: Wed Jan 28 06:35:27 2009
New Revision: 6139
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=6139&view=rev

Log:
2009-01-28  Jonathan Matthew  <jonathan d14n org>

	* metadata/rb-metadata-gst.c:
	Ignore application/msword (mostly for thumbs.db) and
	application/octet-stream (for .DS_Store).


Modified:
   trunk/ChangeLog
   trunk/metadata/rb-metadata-gst.c

Modified: trunk/metadata/rb-metadata-gst.c
==============================================================================
--- trunk/metadata/rb-metadata-gst.c	(original)
+++ trunk/metadata/rb-metadata-gst.c	Wed Jan 28 06:35:27 2009
@@ -64,7 +64,9 @@
 	"application/x-bzip",
 	"application/x-gzip",
 	"application/pdf",
-	"application/x-rar"
+	"application/x-rar",
+	"application/msword",
+	"application/octet-stream"
 };
 
 /*



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]