Changeset 44 in flacrip for trunk


Ignore:
Timestamp:
07/02/15 15:50:59 (9 years ago)
Author:
peter
Message:

return the barcode as BARCODE when getting properties from the MusicBrainz server

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/MusicBrainz.pm

    r43 r44  
    110110    $info{LANGUAGE}            = $xpath->findvalue('text-representation/language', $release)->value; 
    111111    $info{SCRIPT}              = $xpath->findvalue('text-representation/script', $release)->value; 
     112    $info{BARCODE}             = $xpath->findvalue('barcode', $release)->value; 
    112113 
    113114    # select the proper medium (important for multidisc releases) 
Note: See TracChangeset for help on using the changeset viewer.