skidelo wrote:I was having this issue as well, except my problem tag was different.
It was the METADATA_BLOCK_PICTURE tag in my case. Also, some problems I ran into:
1) Make sure you have flac installed. (sudo apt-get install flac)
2) Put the .flac in quotes ('.flac')
Note: The find function is automatically recursive.
So my fix was:
- Code: Select all
find . -name '*.flac' -exec metaflac --remove-tag=METADATA_BLOCK_PICTURE '{}' \;
I love you.... this worked. Been super pissed for about a week now trying to figure this out. Sticky this or something specially if its a known issue for flac transcoding.