source: flacrip/trunk/submiturl

Last change on this file was 6, checked in by peter, 11 years ago

added a small schell script to generate the URL to submit a new DiscID to MusicBrainz

  • Property svn:executable set to *
File size: 168 bytes
Line 
1#!/bin/bash
2# see also https://github.com/metabrainz/libdiscid/blob/master/src/disc.c#L358
3
4FLACFILE=$1
5
6metaflac --export-cuesheet-to - $FLACFILE | ./cuesheet2tocdata
Note: See TracBrowser for help on using the repository browser.