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 754532 - Remove title parsing from local-metadata plugin
Remove title parsing from local-metadata plugin
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: plugins
git master
Other Linux
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2015-09-03 14:35 UTC by Bastien Nocera
Modified: 2015-09-23 13:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tests: local-metadata: Test only against the Lua source (6.11 KB, patch)
2015-09-23 10:48 UTC, Bastien Nocera
committed Details | Review
local-metadata: Remove video title parsing (21.01 KB, patch)
2015-09-23 10:48 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2015-09-03 14:35:06 UTC
And use only the lua version of the file. The local-metadata plugin would then only be used as a wrapper around libmediaart.
Comment 1 Bastien Nocera 2015-09-23 10:48:24 UTC
Created attachment 311935 [details] [review]
tests: local-metadata: Test only against the Lua source

As we now use title parsing written in Lua, don't test against the
local-metadata plugin.
Comment 2 Bastien Nocera 2015-09-23 10:48:30 UTC
Created attachment 311936 [details] [review]
local-metadata: Remove video title parsing

As we prefer the easier to read code in the equivalent Lua plugin.
Comment 3 Bastien Nocera 2015-09-23 13:27:07 UTC
Attachment 311935 [details] pushed as e610cf8 - tests: local-metadata: Test only against the Lua source
Attachment 311936 [details] pushed as a45fd44 - local-metadata: Remove video title parsing