![]() |
![]()
| ![]() |
![]()
NAMEMP3::Find::Filesystem - File::Find-based backend to MP3::Find SYNOPSISuse MP3::Find::Filesystem; my $finder = MP3::Find::Filesystem->new; my @mp3s = $finder->find_mp3s( dir => '/home/peter/music', query => { artist => 'ilyaimy', album => 'myxomatosis', }, ignore_case => 1, ); REQUIRESFile::Find, MP3::Info, Scalar::Util MP3::Tag is also needed if you want to search using ID3v2 tags. DESCRIPTIONThis module implements the "search" method from MP3::Find::Base using a File::Find based search of the local filesystem. Special Options
SEE ALSOMP3::Find, MP3::Find::DB AUTHORPeter Eichman <peichman@cpan.org> COPYRIGHT AND LICENSECopyright (c) 2006 by Peter Eichman. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|