Swappped out MetadataViewer Gramplet in MediaView bottombar for Exif from Nick Hall.

svn: r16915
This commit is contained in:
Rob G. Healey
2011-03-25 04:00:45 +00:00
parent caec97cb7f
commit e551c1c94b
5 changed files with 82 additions and 570 deletions

View File

@ -78,16 +78,18 @@ register(GRAMPLET,
)
register(GRAMPLET,
id="Metadata Viewer Gramplet",
name=_("Metadata Viewer Gramplet"),
description = _("Gramplet showing metadata of a media object"),
version="1.0.1",
gramps_target_version="3.4",
status = STABLE,
fname="MetadataViewer.py",
height=200,
gramplet = 'MetadataViewer',
gramplet_title=_("Metadata"),
id = "Exif Viewer Gramplet",
name = _("Exif Viewer Gramplet"),
description = _("Gramplet showing exif tags for a media object"),
version = "1.0.0",
gramps_target_version = "3.4.0",
status = STABLE,
fname = "Exif.py",
height = 200,
gramplet = 'Exif',
gramplet_title = _("Exif"),
Authors = ["Rob G. Healey"],
authors_email = ["robhealey1@gmail.com"],
)
register(GRAMPLET,