Help for this page

Select Code to Download


  1. or download this
      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;