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:
@ -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"),
|
||||
|
Reference in New Issue
Block a user