[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/multimedia/amarok/utilities/collectionscanner
From:       Alejandro Daniel Wainzinger <aikawarazuni () gmail ! com>
Date:       2009-06-26 14:29:43
Message-ID: 1246026583.136064.14904.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 987689 by awainzinger:

Disable the charset-detector until Peter can have a look at it, since many people are \
having trouble with utf-8 tags being misinterpreted with a wrong encoding.

 M  +4 -2      CollectionScanner.cpp  


--- trunk/extragear/multimedia/amarok/utilities/collectionscanner/CollectionScanner.cpp \
#987688:987689 @@ -558,7 +558,9 @@
 //                 if( images )
 //                     loadImagesFromTag( *file->ID3v2Tag(), *images );
             }
-
+// HACK: charset-detector disabled, so all tags assumed utf-8
+// TODO: fix charset-detector to detect encoding with higher accuracy
+#if 0
             if( tag )
             {
                 TagLib::String metaData = tag->title() + tag->artist() + \
tag->album() + tag->comment(); @@ -596,7 +598,7 @@
                     }
                 }
             }
-
+#endif
             #undef strip
         }
         else if ( TagLib::Ogg::Vorbis::File *file = \
dynamic_cast<TagLib::Ogg::Vorbis::File *>( fileref.file() ) )


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic