After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 633108 - FLAC extractor doesn't work properly
FLAC extractor doesn't work properly
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: Extractor
0.9.x
Other Linux
: Normal minor
: ---
Assigned To: tracker-extractor
Jamie McCracken
Depends on:
Blocks:
 
 
Reported: 2010-10-25 15:20 UTC by Aleksander Morgado
Modified: 2011-04-27 15:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Aleksander Morgado 2010-10-25 15:20:54 UTC
At least, with the following file (16MB):

http://www.lanedo.com/~aleksander/gnome-tracker/chinese-test-files/audio-flac/%e5%b0%8f%e5%b0%8f%e7%be%8a%e5%84%bf%e8%a6%81%e5%9b%9e%e5%ae%b6.flac

The result is just:
---- [1]  a nmm:MusicPiece , nfo:Audio ;
	 nfo:sampleRate 44100 ;
	 nfo:channels 2 ;
	 nfo:averageBitrate 16 ;
	 nfo:duration 197 .

So no Artist/Album info, for example, even if the file has it.
Comment 1 Carlos Garnacho 2011-04-27 15:33:51 UTC
I've just pushed a fix to master,

commit e9add3172d4965029fe90dd8a33c6b108fc53e01
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Wed Apr 27 17:29:57 2011 +0200

    tracker-extract: Don't skip the last metadata iterator element in flac files.
    
    Fixes GB#633108 - FLAC extractor doesn't work properly, reported by
    Aleksander Morgado.