Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
11
in flacrip for
trunk/mbz
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
02/26/14 15:13:43 (
11 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
trunk/mbz
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
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.
Download in other formats:
Unified Diff
Zip Archive