Changeset 11 in flacrip for trunk/flactrack
- Timestamp:
- 02/26/14 15:13:43 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/flactrack
r10 r11 7 7 # TODO: separate sox filter for each track! 8 8 9 use FindBin; 10 use lib "$FindBin::RealBin/lib"; 11 9 12 use Getopt::Long qw{:config no_ignore_case}; 10 13 use File::Spec::Functions qw{catfile splitpath}; 11 14 use File::Path; 12 15 use Audio::FLAC::Header; 13 #TODO: put the MusicBrainz lib in a more common location14 use lib qw{/home/peter/projects/flacrip};15 16 use MusicBrainz; 16 17
Note: See TracChangeset
for help on using the changeset viewer.