GNOME Bugzilla – Bug 752748
validate:launcher: Fix documentation
Last modified: 2015-08-16 13:38:10 UTC
Fix some trivial spelling mistakes in documentation and document about --update-media-info.
Created attachment 307946 [details] [review] fix documentation.
I have a requirement, for creating media-info.. --generate-media-info, creates .media-info files if they are not present. --update-media-info, updates the .media-info files if already present. There are cases, where i need to do both --generate-media-info and --update-media-info... say i have 10 media files in a folder and i generated the media info for the first time. Now some code has changed, which will need me to call update media info. And i want to test some more extra media files. So i added them to the media directory.. I was thinking maybe we can add an extra parameter --clean, which can be used only with --generate-media-info, which removes all the .media-info files present and recreates them..
Review of attachment 307946 [details] [review]: OK
Review of attachment 307946 [details] [review]: commit e4d490fd45ca3acdd4749bc44042287dec11bc09 Author: Vineeth TM <vineeth.tm@samsung.com> Date: Thu Jul 23 09:18:46 2015 +0900 validate:launcher: Fix documentation Fix some trivial spelling mistakes in documentation and document about --update-media-info. https://bugzilla.gnome.org/show_bug.cgi?id=752748