Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
5
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:
05/06/13 15:47:48 (
12 years
ago)
Author:
peter
Message:
mbz: only print non-ref values of the info
use-cases: added note about submitting a new discid
flactrack:
hardcoded the library location for now
sort the supplied %TRACKS by their keys
remove special characters from the output filename using quotemeta
abort with an error message if no MusicBrainz info is found
abort with an error message if the flac decoding is canceled
MusicBrainz.pm: select the proper medium (by DiscID) as the context for querying the tracklist, so multi-disc releases get the proper tracklist
File:
1 edited
trunk/mbz
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
trunk/mbz
r3
r5
41
41
} else {
42
42
for my $key (sort keys %{ $info }) {
43
print "$key=$$info{$key}\n"
;
43
print "$key=$$info{$key}\n"
unless ref $info->{$key}
;
44
44
}
45
45
}
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive