source: flacrip/trunk/getprops @ 36

Last change on this file since 36 was 36, checked in by peter, 9 years ago

getprops:

  • simple bash script to output the BARCODE tag of a FLAC file and then run flac2properties to fetch metadata
  • Property svn:executable set to *
File size: 84 bytes
Line 
1#!/bin/bash
2
3FLAC=$1
4
5metaflac --show-tag BARCODE "$FLAC"
6./flac2properties "$FLAC"
Note: See TracBrowser for help on using the repository browser.