You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now watch it work. It's fun for a while. After having finished, you have
the follwing files on your HD: track_01.mp3, track_02.mp3, ..., track_nn.mp3
<I> plus </I>jack.toc, jack.freedb, jack.progress. The last three are used to
store the state jack is in so it can resume work when interrupted.
<LI>Jack will create a directory called jack-xxxxxxxx for you, there it
stores all the file for the CD whose id is xxxxxxxx. After a freedb query this
directory is renamed to something human readable, like "Artist - Title".
<LI>When jack is interrupted, call it again using the same commandline as before to resume work, in this case:
<PRE>$ jack</PRE>
<LI>The WAV files have been deleted. If you want jack to keep them, try
<PRE>$ jack -k</PRE>
<LI>Now let's try a freedb query:
<PRE>$ jack -q</PRE>
when succesful the files are now renamed to something more readable and have been ID3 tagged accordingly. jack.freedb contains the queried freedb entry, the original file has been backed up to jack.freedb.bak.
<LI>The query failed? Ok, contribute! edit the freedb template:
<PRE>$ vi jack.freedb</PRE>
Note: the DTITLE should be set to
<PRE>Artist / Name Of Album</PRE>
or
<PRE>Various Artist / Name Of Compilation</PRE>
when adding a compilation, use
<PRE>Artist - Title Of Track</PRE>
for the track titles. Do not delete any lines from the template. Do not change the numbers. Yes the TTITLEs start at 0 and end one track too early. Read the freedb documentation.
<LI>now activate the entries:
<PRE>$ jack -R</PRE>
now the files have been renamed and tagged. Check the names two or three times.
Typo made? No problem, you can alway undo the file renaming with
<PRE> $ jack -u</PRE>
Note that the ID3 tags are not undone. Fix the freedb file and again, use
<PRE>$ jack -R</PRE>
to activate your changes.
When you are sure the freedb file is suitable for submission, submit it (via
eMail as freedb does not support http submissions as of now. Sendmail must be
working on your machine!):
<PRE>$ jack -m</PRE>
</UL>
Those were the basics. Now some more advanced examples: