Robin Bowes wrote:

> I wrote the following "script" (it's not very complicated!) to check the
> version of flac used to encode  a flac file and only process it if
> v1.1.4 was not used.

Update:

I've been running this script since posting it - it's still going!

One issue I've found is that the flac command barfs if the flac file
contains id3v2 tags (yes, I know they shouldn't!).

To fix this, I do this:

cd /path/to/artist/album
find . -iname "*.flac" -exec id3v2 --delete-all {} \;

This requires the id3v2 utility.

R.

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/ripping

Reply via email to