Changeset 8 in flacrip for trunk/mbz


Ignore:
Timestamp:
08/23/13 10:45:51 (11 years ago)
Author:
peter
Message:
  • use the VorbisComment style tag names in the info hash returned by MusicBrainz::get_musicbrainz_info()
  • use the MusicBrainz name credit join phrase to build the string where there are multiple artists
  • include the artist sort names in the returned info, as TRACKnn.ARTISTSORT keys, and ALBUMARTIST
  • added an applymeta script that applies the metadata listed in a file to a set of MP3 files
  • when loooking up a release, MusicBrainz::get_musicbrainz_info() prints the number of releases and some other debugging info to STDERR
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mbz

    r5 r8  
    3838 
    3939if ($GET_RELEASE_ID) { 
    40     print "$$info{RELEASE_MBID}\n"; 
     40    print "$$info{MUSICBRAINZ_ALBUMID}\n"; 
    4141} else { 
    4242    for my $key (sort keys %{ $info }) { 
Note: See TracChangeset for help on using the changeset viewer.