Changeset 12 in flacrip for trunk/flactrack


Ignore:
Timestamp:
05/15/14 20:37:05 (10 years ago)
Author:
peter
Message:
  • flactrack aborts if its call to get_musicbrainz_info() returns undef
  • added a select_release() function to MusicBrainz.pm that has the user interactively select the release; causes get_musicbrainz_info() to return undef if the user decides to cancel
  • removed a bunch of old, commented out code from MusicBrainz.pm
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/flactrack

    r11 r12  
    4141 
    4242    $info = get_musicbrainz_info($discid); 
     43    exit unless $info; 
    4344 
    4445    # if we have metadata, change the directory name to ARTIST.DATE.ALBUM, so it will sort nicely 
Note: See TracChangeset for help on using the changeset viewer.