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 740756 - tracker: Correctly set "title-from-filename"
tracker: Correctly set "title-from-filename"
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: plugins
unspecified
Other All
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2014-11-26 14:51 UTC by Bastien Nocera
Modified: 2014-11-27 13:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tracker: Correctly set "title-from-filename" (2.10 KB, patch)
2014-11-26 14:51 UTC, Bastien Nocera
none Details | Review
tracker: Correctly set "title-from-filename" (3.18 KB, patch)
2014-11-27 13:32 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2014-11-26 14:51:15 UTC
.
Comment 1 Bastien Nocera 2014-11-26 14:51:28 UTC
Created attachment 291552 [details] [review]
tracker: Correctly set "title-from-filename"

Tracker usually provides us with a title that's derived from the
filename. Replicate its process to create a title from a filename
to check if the title is actually set from the filename.

This allows the local-metadata plugin to parse it to remove gunk, and
other plugins to override its throwaway title.
Comment 2 Bastien Nocera 2014-11-27 13:32:31 UTC
Created attachment 291643 [details] [review]
tracker: Correctly set "title-from-filename"

Tracker usually provides us with a title that's derived from the
filename. Replicate its process to create a title from a filename
to check if the title is actually set from the filename.

This allows the local-metadata plugin to parse it to remove gunk, and
other plugins to override its throwaway title.
Comment 3 Bastien Nocera 2014-11-27 13:33:54 UTC
Attachment 291643 [details] pushed as ff9afc6 - tracker: Correctly set "title-from-filename"