The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

FSpot::DbTools::Tags

SYNOPSIS

  use FSpot::DbTool;

  my $fsdb = FSpot::DbTool->new();
  $fsdb->load_tool( 'Tags' );

DESCRIPTION

Some useful methods for tagging

METHODS

tag_no_description( %params )

Tag all photos which don't have a description yet.

tag_name is optional. If not define, it will be 'No description'

Usage:

  $fs->tag_no_description(   tag_name => $tag_name );

AUTHOR

Robin Clarke perl@robinclarke.net