File: README_CDDB

package info (click to toggle)
ascd 0.13.2-6
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 1,240 kB
  • sloc: ansic: 14,305; sh: 182; makefile: 21
file content (24 lines) | stat: -rw-r--r-- 807 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
AScd CDDB patch
N. Rutman 10/2/2001
nathan@gordian.com


AScd 0.13.2
http://worldserver.oleane.com/rsn/ascd-download.html

The modification to ascd/faktory.c fixes a segfault bug.  The other mods
finish and enable the CDDB support in libworkman, so libworkman will now
lookup unknown CD's in CDDB, store them in the local database, and AScd
will show that info.  (Compiling libworkman with -DDEBUG will print the
CDDB query and response.)

To use CDDB support, add a ~/.workmanrc file with something like:
cddbprotocol cddbp
cddbmailadress nathan@nowhere.com
cddbserver freedb.freedb.org

Full CDDB options in ~/.workmanrc are:
cddbprotocol [cddbp|http]
cddbserver [server(:port)]	default port is 888 for cddbp, 80 for http
cddbpathtocgi [cgipath] 	default is /~cddb/cddb.cgi
cddbproxy [proxyserver(:port)]