Audio-DB

 view release on metacpan or  search on metacpan

DB/Build.pm  view on Meta::CPAN

  $self->_load_db();
  my $stats = $self->get_stats();
  return $stats;
}


# UPDATE DATABASE IS NOT COMPLETELY WORKING YET!!
# Wrapper method for quickly adding new songs to a database.
# This needs to check within the DB itself for artists
# and albums, as well as within the current set.
sub update_database {
  my ($self,@p) = @_;
  my ($dirs,$files,$columns,$tmp,$shout,@others) =
    rearrange([
	       [qw(DIR DIRS TOP_DIRS)],
	       FILES,
	       COLUMNS,
	       TMP,
	       [qw(VERBOSE YELL SCREAM)],
	      ],@p);
  

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.276 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )