amarok doesn't see all the audio files on my Sansa E260 (includes a patch)

Aran Cox arancox at gmail.com
Fri Oct 9 18:57:30 UTC 2009


I've been using my Sansa E260 with Amarok and I noticed that when I 
"Read Device" not all the songs show up in the collection.  It seems
that oggs are identified as "audio/x-vorbis+ogg" so I added that to
the list and now all but a handful of songs show up in the
collection.  I haven't pinnned down exactly which ones are not getting
added but when I do I'll try to figure out why.



 
-------------- next part --------------
diff --git a/src/collection/umscollection/handler/UmsHandler.cpp b/src/collection/umscollection/handler/UmsHandler.cpp
index a6e0ed2..827e23b 100644
--- a/src/collection/umscollection/handler/UmsHandler.cpp
+++ b/src/collection/umscollection/handler/UmsHandler.cpp
@@ -141,7 +141,7 @@ UmsHandler::init()
 */
     m_mimetypes << "audio/mpeg" << "audio/x-wav" << "video/x-ms-asf" << "audio/flac"
             << "audio/x-ms-wma" << "application/x-ogg" << "audio/x-aac" << "audio/mp4a-latm"
-            << "video/mp4" << "audio/ac3";
+            << "video/mp4" << "audio/ac3" << "audio/x-vorbis+ogg";
 
 
     m_timer.setSingleShot( true );


More information about the Amarok mailing list