First part of Media Metadata Gramplet for the MediaView bottom bar! The only reason that I am committing this now is because I am confused and baffled at the results that I am getting from this gramplet. Please see email to the development list for more information. It is working, but it looks weird...

svn: r16752
This commit is contained in:
Rob G. Healey
2011-03-04 04:45:25 +00:00
parent f9179e8186
commit ba2302030b
4 changed files with 412 additions and 0 deletions

View File

@ -77,6 +77,19 @@ register(GRAMPLET,
gramplet_title=_("Preview"),
)
register(GRAMPLET,
id="Media Metadata Gramplet",
name=_("Media Metadata Gramplet"),
description = _("Gramplet showing metadata of a media object"),
version="1.0.0",
gramps_target_version="3.3",
status = STABLE,
fname="MediaMetadata.py",
height=200,
gramplet = 'MediaMetadata',
gramplet_title=_("Metadata"),
)
register(GRAMPLET,
id="Person Residence Gramplet",
name=_("Person Residence Gramplet"),