Changeset 22 in mp3-find
- Timestamp:
- 04/07/06 00:54:37 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/mp3find
r3 r22 14 14 'sort|s=s' => \my $SORT_TAG, 15 15 'printf=s' => \my $FORMAT, 16 '2' => \my $USE_ID3V2, 16 17 ); 17 18 … … 27 28 printf => $FORMAT, 28 29 db_file => catfile($ENV{HOME}, 'mp3.db'), 30 use_id3v2 => $USE_ID3V2, 29 31 ); 30 32 … … 69 71 substring. This has the same effect as putting a C<^> and C<$> 70 72 around each pattern. 73 74 =item C<-2> 75 76 Lets you give ID3v2 frame ids as search fields. For instance, to 77 find everything which has been tagged as having an "Original artist" 78 (i.e., It's probably a cover song): 79 80 mp3find ~/music -tope . 71 81 72 82 =item C<-sort>
Note: See TracChangeset
for help on using the changeset viewer.