Closed GoogleCodeExporter closed 9 years ago
I checked the code and i changed line 104
from flacdata = os.popen("%smetaflac --list --block-number 2 %s" %
to flacdata = os.popen("%smetaflac --list --block-type=VORBIS_COMMENT %s" %
and all tags are written correctly now.
Thanks a lot for the script, is really helpfull.
Original comment by bernard....@gmail.com
on 24 Jun 2014 at 9:33
You are very welcome! Thank you for the bug report as well, it makes the
entire project better :)
This looks like the same problem as issue 14, so merging the two.
Original comment by i...@ziva-vatra.com
on 19 Jul 2014 at 11:18
Original issue reported on code.google.com by
bernard....@gmail.com
on 24 Jun 2014 at 9:17