View Single Post
Posts: 959 | Thanked: 3,427 times | Joined on Apr 2012
#827
Originally Posted by HtheB View Post
taixzo, I haven't also gotten to get it to work.
I've got some weird errors on when pressing the microphone button. Nothing happens.

Here is the log output:

<snip>
That's odd, either tracker-sparql is returning results in a different format or something else is up. Could you send me the result of executing
Code:
tracker-sparql -q "SELECT ?title ?artist ?url 
WHERE { ?song a nmm:MusicPiece . ?song nie:title ?title . ?song nmm:performer ?aName . ?aName nmm:artistName ?artist . ?song nie:url ?url . }"
in a terminal?