Changeset 22 in mp3-find


Ignore:
Timestamp:
04/07/06 00:54:37 (18 years ago)
Author:
peter
Message:
  • added a "-2" switch to turn on the "use_id3v2" option in mp3find
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/mp3find

    r3 r22  
    1414    'sort|s=s'      => \my $SORT_TAG, 
    1515    'printf=s'      => \my $FORMAT, 
     16    '2'             => \my $USE_ID3V2, 
    1617); 
    1718 
     
    2728    printf      => $FORMAT, 
    2829    db_file     => catfile($ENV{HOME}, 'mp3.db'), 
     30    use_id3v2   => $USE_ID3V2, 
    2931); 
    3032 
     
    6971substring. This has the same effect as putting a C<^> and C<$> 
    7072around each pattern. 
     73 
     74=item C<-2> 
     75 
     76Lets you give ID3v2 frame ids as search fields. For instance, to 
     77find everything which has been tagged as having an "Original artist" 
     78(i.e., It's probably a cover song): 
     79 
     80    mp3find ~/music -tope . 
    7181 
    7282=item C<-sort> 
Note: See TracChangeset for help on using the changeset viewer.