- Timestamp:
- 02/26/14 15:13:43 (11 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
- 1 moved
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 -
trunk/mbz
r8 r11 3 3 4 4 # one use case: for f in ~/cds/*.flac; do mbid=`./mbz --flac $f --get-release-id`; echo $f $mbid; done; 5 6 use FindBin; 7 use lib "$FindBin::RealBin/lib"; 5 8 6 9 use Getopt::Long;
Note: See TracChangeset
for help on using the changeset viewer.