Changeset 11 in flacrip for trunk/mbz


Ignore:
Timestamp:
02/26/14 15:13:43 (10 years ago)
Author:
peter
Message:
  • moved the MusicBrainz library into a lib/ directory
  • use FindBin to locate the lib/ directory when using MusicBrainz
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mbz

    r8 r11  
    33 
    44# one use case: for f in ~/cds/*.flac; do mbid=`./mbz --flac $f --get-release-id`; echo $f $mbid; done; 
     5 
     6use FindBin; 
     7use lib "$FindBin::RealBin/lib"; 
    58 
    69use Getopt::Long; 
Note: See TracChangeset for help on using the changeset viewer.