Changeset 17 in flacrip for trunk/cd2flac


Ignore:
Timestamp:
10/02/14 09:19:15 (10 years ago)
Author:
peter
Message:

changed MBZ_DISCID to MUSICBRAINZ_DISCID, to match the standard MusicBrainz-Vorbis tag mappings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cd2flac

    r1 r17  
    173173# copy to permanent location 
    174174copy($flac_file, $archive_flac); 
    175 system 'metaflac', '--set-tag', "MBZ_DISCID=$discid", $archive_flac; 
     175system 'metaflac', '--set-tag', "MUSICBRAINZ_DISCID=$discid", $archive_flac; 
    176176print "Rip saved as $archive_flac\n"; 
    177177system 'eject', $CD_DEVICE; 
Note: See TracChangeset for help on using the changeset viewer.