Fix bug in parsing the output from freedb.
authorSteve Youngs <steve@steveyoungs.com>
Sun, 19 Jun 2011 07:26:41 +0000 (17:26 +1000)
committerSteve Youngs <steve@steveyoungs.com>
Sun, 19 Jun 2011 07:26:41 +0000 (17:26 +1000)
commita967aa56442a925529339096531992136cc75ac4
treedbd5cc3f5bf438e84730518dcecacd297cfe0ad0
parent12a50dbdcee580ef6da427c35d0ee3c17a70efb9
Fix bug in parsing the output from freedb.

Occasionally track titles are so long that they put them on multiple lines
in the freedb database.  This patch handles that case.

It also adds the option to write a playlist file on the fly.  This is good
for those times when order is important.

* zcdrip.in (_parse_cddb): Handle multi-line track title entries.

* zcdrip.in (args): Add `-p' `--playlist' arguments to write a
playlist file on the fly.

* zcdrip.in (mp3rip,oggrip): Optionally write a playlist file.

Signed-off-by: Steve Youngs <steve@steveyoungs.com>
zcdrip.in