Changeset 5 in flacrip for trunk/mbz


Ignore:
Timestamp:
05/06/13 15:47:48 (11 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

Legend:

Unmodified
Added
Removed
  • trunk/mbz

    r3 r5  
    4141} else { 
    4242    for my $key (sort keys %{ $info }) { 
    43         print "$key=$$info{$key}\n"; 
     43        print "$key=$$info{$key}\n" unless ref $info->{$key}; 
    4444    } 
    4545} 
Note: See TracChangeset for help on using the changeset viewer.