GNOME Bugzilla – Bug 529516
RDF query fails with certain metadata keys
Last modified: 2009-01-02 11:58:24 UTC
tracker_search_query() fails to retrieve matching results for certain metadata keys, returning an empty array. In my tests it failed to work with Audio:Artist, Audio:Title and Audio:Album keys, but worked fine with Audio:Genre and Audio:Duration. I'm using Tracker from HEAD, revision 1288, but fund the same problem in Tracker-0.6.6 tarball. I'll attach a test program that you can use to verify the bug.
Created attachment 109751 [details] Test program to veryfy the bug Compile with: gcc -o test `pkg-config --cflags --libs glib-2.0 tracker` test-tracker-query.c
with revision 1520 looks like this is almost fixed: I did some tests and worked well with for some files, but got a crash of the tracker daemon with some others.
Created attachment 125622 [details] Test program updated to new API Updated to the lastest API and print keys in the correct order.
Seems to work fine. Closing as fixed.