summaryrefslogtreecommitdiff
path: root/doc/faq.html
blob: f0ec5b78c0f8f766a4cf82a658a2aeed0d6e53b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!--#include virtual="/include/head.html" -->
<HEAD>
<TITLE>FAQ for Jack</TITLE>
<LINK REV=MADE href=mailto:zarne@users.sf.net>
</HEAD>
<BODY BGCOLOR=#072387 TEXT=#d0d840 LINK=#f0a840 VLINK=a06820>
<CENTER>
    <A href=index.html><IMG src="main.gif" height=32></A>
    <A href=download.html><IMG src="download.gif" height=32></A>
    <A href=screen.html><IMG src="screen.gif" height=32></A>
    <A href=requirements.html><IMG src="requirements.gif" height=32></A>
    <A href=install.html><IMG src="install.gif" height=32></A>
    <A href=usage.html><IMG src="usage.gif" height=32></A>
    <A href=links.html><IMG src="links.gif" height=32></A>
</CENTER>

<TABLE width=100%><TR><TD valign=bottom>
<H3><U>Frequently Asked Questions</U></H3>
<TD valign=bottom>
<IMG SRC="jack-logo.jpg" align=right alt="Jack" height=50 width=101></TR>
</TABLE>

<UL>
<LI>    <B>Q:</B>  I'm compiling python 1.5.2 from source. What modules/options do I
    need to use?
<P>
<B>A:</B>  Use the '--with-threads' flag to configure, and make sure you include
    the termios module (which is disabled by default) by uncommenting
    the line:<BR><TT>

    #termios termios.c       # Steen Lumholt's termios module
</TT><BR>
    in Modules/Setup. Jack 2.x doesn't need the threads any more, but they
are still good to have. Only leave them out if they cause trouble. In general, I recommend activating as many modules as possible so you don't have to
recompile every time a newly installed programm needs another non-default module.
<SMALL>(from Jason Lunz)</SMALL>
<P>
<LI><B>Q:</B> I can't / don't want to install python-1.5.2. Isn't there a
             way to have jack work with an older version of python?
<P>
    <B>A:</B> There are bugs in the python-1.5.1 modules that prevent jack
             from working flawlessly. From memory, the urllib contained a bug
             which prevented freedb queries from working from behind a proxy.
             The wave module did something stupid, too (it is needed for
             ripping from an image.) If you need neither, try it out and tell
             me what works. Otherwise you may try to replace these modules
             by the ones from the python-1.5.2 version. Again, please tell me
             your experiences.
<P>
<LI><B>Q:</B> Jack is encoding with a different bitrate than specified in .jackrc. Why?
<P>
<B>A:</B>    The bitrate is cached in jack.progress. So if you encode track n with bitrate x1, delete the MP3 and call jack without specifying a bitrate, bitrate x1 is used, regardless what the default in your .jackrc is. Specify the wanted bitrate with -b.
<P>
<LI><B>Q:</B> I want to use a flat local cddb directory. Jack wants me to use subfolders like rock, blues, ... . Can you help?
<P>
<B>A:</B>    As long as nobody complains, use this workaround (sh style):<BR>
cd [your_cddb_dir]<BR>
for i in  blues classical country data folk \<BR>
jazz misc newage reggae rock  soundtrack ; do<BR>
    ln -s . "$i"<BR>
done
<P>
</UL>
Wanna go <A href=index.html>home</A>?

<HR>
<HRULE>
<A NAME="BOTTOM"></A>
<ADDRESS><SMALL>
&#169; Arne Zellentin,
<A HREF="mailto:zarne@users.sf.net">zarne@users.sf.net</A>
</SMALL></ADDRESS>
<SMALL>(changed: 19-Jul-99)</SMALL>
</body>
</html>