tuffy / python-audio-tools

A collection of audio handling programs which work from the command line.
http://audiotools.sourceforge.net
GNU General Public License v2.0
249 stars 58 forks source link

flac: fix reading of some cdrdao embedded TOC files #55

Closed ghost closed 8 years ago

ghost commented 8 years ago

this is fixed by reading them the same way trackverify does when it takes it from an external TOC file. otherwise, i encounter a situation in which the embedded version does not work while the external one does even though they are identical. perhaps this is because my TOC has metadata information (CDTEXT)?

tuffy commented 8 years ago

I've merged in your fix and added a small conditional check for a different style of TOC file embedding which apparently turns up sometimes also.