Help for this page
use FFRIndexed; my $idx = FFRIndexed->new( create_if_needed => 1 ); ... my $files = $idx->query( { mime_type => 'audio/mpeg', artist => 'Jam +iroquai' }); printf "%s - %s - %s\n", $_->album, $_->title, $_->uri for @$files;