Hi!
* Eduard Bloch <[EMAIL PROTECTED]> [070105 11:27 CET]:
> * [EMAIL PROTECTED] [Fri, Jan 05 2007, 12:12:45PM]:
>> Package: icedax Version: 1.1.0-1
>>
>>
>> Hello!
>>
>> When I try to read a cd, icedax isn't able to lookup the cd title
>> and tracks from a freedb server.
>>
>>
>> Command:
>>
>> icedax -D /dev/dvd -L 0 cddbp-server=freedb2.freedb.org
>>
>>
>> Part of the result:
[...]
>> < 500 Command syntax error.
>>> quit
>> < 230 mirror1.freedb.org Closing connection. Goodbye.
Here's a patch that will fix the bug:
--- toc.c 2006-12-28 21:47:46.000000000 +0100
+++ toc_new.c 2007-01-06 02:11:06.000000000 +0100
@@ -1274,7 +1274,7 @@
}
writen(sock_fd, hostname, strlen(hostname));
- writen(sock_fd, " icedax ", 10);
+ writen(sock_fd, " icedax ", 8);
writen(sock_fd, VERSION, strlen(VERSION));
writen(sock_fd, "\n", 1);
Regards, Heiko
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]