Difference between revisions of "Addon:Media Verify Tool"

From Gramps
Jump to: navigation, search
(Generate)
(Generate)
Line 17: Line 17:
 
{{-}}
 
{{-}}
 
=== Generate ===
 
=== Generate ===
 
+
[[File:Results-from-generate-media-verify-tool.png|left]]
 
Clicking the {{man button|Generate}} button will generate MD5 checksums for all media objects.  You should run this after you have added or changed any media files.  Media objects without MD5 checksums will be listed as part of the media verification.
 
Clicking the {{man button|Generate}} button will generate MD5 checksums for all media objects.  You should run this after you have added or changed any media files.  Media objects without MD5 checksums will be listed as part of the media verification.
 +
{{-}}
  
 
=== Verify ===
 
=== Verify ===

Revision as of 02:01, 25 July 2015

Gramps-notes.png

Please use carefully on data that is backed up, and help make it better by reporting any comments or problems to the author, or issues to the bug tracker
Unless otherwise stated on this page, you can download this addon by following these instructions.
Please note that some Addons have prerequisites that need to be installed before they can be used.
This Addon/Plugin system is controlled by the Plugin Manager.

The idea of the Media Verify Tool is to verify a one-to-one relationship between media objects and files in the media directory. The main purpose of the tool is to locate files that have been moved and fix the paths.

Purpose

This tool uses MD5 checksums to verify the integrity of files under the media directory. It also allows users to use a file manager of their choice to manage media objects.

Preparation

This tool assumes that you store all your media files under a media directory. You can specify this directory by setting the Base path for relative media paths in the General tab, under the Edit->Preferences menu option.

Usage

MediaVerifyTool.png

You access the tool from the Tools > Utilities > Media Verify... menu.

Selecting the Close button will exit the tool.

Generate

Results-from-generate-media-verify-tool.png

Clicking the Generate button will generate MD5 checksums for all media objects. You should run this after you have added or changed any media files. Media objects without MD5 checksums will be listed as part of the media verification.

Verify

Clicking the Verify button will perform various checks against your media objects in Gramps and media files under your media directory.

Moved/Renamed Files

MediaVerifyTool1.png

Files that have moved or renamed are listed in the Moved/Renamed Files tab. Where there are multiple files with the same checksum under the media directory, the first one listed with the same name as the original will be displayed.

Double clicking on a row will edit the associated media object.

Missing Files

MediaVerifyTool2.png

Media objects are listed in the Missing Files tab, when there is no file found with a matching checksum.

Double clicking on a row will edit the associated media object.

Duplicate Files

MediaVerifyTool3.png

Files with duplicate checksums are listed in the Duplicate Files tab.

Double clicking on a row will display the image in the default viewer.

Extra Files Files

MediaVerifyTool4.png

Files that are under the media directory, but not yet in Gramps are listed in the Extra Files tab.

Double clicking on a row will display the image in the default viewer.

No md5 Generated

MediaVerifyTool5.png

Media objects with no checksum are listed in the No md5 Generated tab.

Double clicking on a row will edit the associated media object.

Export

Clicking the Export button will export the report as a text file.

Fix

Clicking the Fix button will fix the paths in the media objects to match the new paths listed in the Moved/Renamed Files section.

Possible future enhancements

This tool could be enhanced to perform other tasks, such as:

  1. Merging media objects with duplicate files.
  2. Updating the checksum for modified files.
  3. Removing unused duplicate files.
  4. Creating media objects for unused files.