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

NAME

Music::Beets:Info - Import data from Beets database into a perl data structure

SYNOPSIS

    use Music::Beets::Info qw(beet_info);
    my $info = beet_info($filename);

DESCRIPTION

Given a valid filename known to Beets, returns all available info for a song. This will be data from musicbrainz or discogs, fetched at import time.

EXPORTS

None by default.

FUNCTIONS

beet_info()

Arguments: $filename
Return value: \%info

REPORTING BUGS

Report bugs and/or feature requests on rt.cpan.org, the repository issue tracker or directly to m@japh.se

AUTHOR

  Magnus Woldrich
  CPAN ID: WOLDRICH
  m@japh.se
  L<~/|http://japh.se>
  L<git|http://github.com/trapd00r>

CONTRIBUTORS

None required yet.

COPYRIGHT

Copyright 2021- THIS MODULEs "AUTHOR" and "CONTRIBUTORS" as listed above.

LICENSE

This library is free software; you may redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

~/