On Tue, 12 Apr 2011 09:33:10 +0800, yinxb wrote:
Hi
Hi there


  I encounters a confusing problem that the *.rm/rmvb video files
can not be trackered by the following SQL
Not SQL, SPARQL :)

 "SELECT nie:url(nie:isStoredAs(?video)) WHERE{?video a nmm:Video}";
You don't need the isStoredAs here, all you need is
SELECT nie:url(?file) WHERE {?file a nmm:Video}


  I analysed the /usr/share/mime/packages/freedesktop.org.xml
that the mime type [<mime-type type="application/vnd.rn-realmedia">]is
defined.
Tracker has to be configured with --enable-gstreamer-helix I guess, or
else gstreamer has to have some plugins installed to "understand" this
format.

Can you please run /usr/libexec/tracker-extract -f on your video file and
paste the output somewhere?


  Also,I found only video/* mime type is trackered in
tracker-extract-gstreamer.c,is that right?
It is right


So,does the qttracker only tracker video files which obtain mime type
[video/*]?
Uuuuh, serious spaghetti mixing here :) qttracker is a library to access Tracker from Qt applications. It is now deprecated in favor of libqtsparql.

The video files will get their metadata extracted if gstreamer can get any metadata. If it can't (because it has no module installed for a specific
format), then no metadata will be extracted.


  Can anyone give me some suggestion?
Please check if you have gstreamer modules for that format, and also paste the output of tracker-extract somewhere as suggested above. You can also
try the gstreamer-helix ./configure option.

Cheers

Adrien




---------------------------------------------------------------------------------------------------
Confidentiality Notice: The information contained in this e-mail and
any accompanying attachment(s)
is intended only for the use of the intended recipient and may be
confidential and/or privileged of
Neusoft Corporation, its subsidiaries and/or its affiliates. If any
reader of this communication is
not the intended recipient, unauthorized use, forwarding, printing,
storing, disclosure or copying
is strictly prohibited, and may be unlawful.If you have received this
communication in error,please
immediately notify the sender by return e-mail, and delete the
original message and all copies from
your system. Thank you.

---------------------------------------------------------------------------------------------------
_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

Reply via email to