.\" xcfa_man .\" Copyright (C) 2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015 Claude Bulin .\" .\" xcfa! is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation; either version 2, or .\" (at your option) any later version. .\" .\" xcfa! is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU .\" General Public License for more details. .\" .\" You should have received a copy of the GNU General Public License .\" along with program; see the file COPYING. If not, write to the .\" Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, .\" MA 02111-1307, USA. .\" .TH xcfa 1 "Fri, 16 Jan 2015" 5.0.0 "Manual: Xcfa" .SH NAME \fBxcfa\fP \- GTK+ Implementation of the GNU shell command. .SH SYNOPSIS \fBxcfa\fP [\fIOPTION\fR]... [\fIFILE\fR]... .TP \fB-h, \-\-help\fR Displays this help section and exits. .TP \fB\-\-version\fR Displays the version of the program and exits. .TP \fB\-\-verbose\fR Activate verbose mode .TP .SH DESCRIPTION \fBInterface\fP contains console tools (cdparanoia, lame, oggenc, ...). .br \fBAllows\fP extraction of audio from DVD to .wav format. .br \fBAllows\fP extracting audio from CD to formats such as: wav, mp3, flac, ogg, m4a, mpc, ape. .br \fBAllows\fP encoding audio to: wav, mp3, flac, ogg, m4a mpc, ape. .br \fBAllows\fP encoding the .wma format to: wav, mp3, flac, ogg, m4a mpc, ape. .br \fBAllows\fP cutting of files. .br \fBAllows\fP management of common file-types before converting. .br \fBAllows\fP management of bitrates, frequencies, and channels. .br \fBAllows\fP creation of CD covers. \.br \fBDeveloped\fP with \fBGtk2\fP and \fBGlade\fP and runs under the X window system on the GNU platform. .SH USAGE After the first launch, go to the Options tab and modify the settings to your liking. .SH ADDING THE GPG KEY .br \fBWith sudo:\fP .br $ wget http://download.tuxfamily.org/xcfaudio/download/xcfaudio.key.asc \-O \- | sudo apt-key add \- .br .br \fBWithout sudo:\fP .br $ su root .br [Enter the password for root.] .br # wget http://download.tuxfamily.org/xcfaudio/download/xcfaudio.key.asc \-O \- | apt-key add \- .br \fBAnother solution with root:\fP .br # gpg \-\-keyserver subkeys.pgp.net \-\-recv 00B21603DD5C7A79 .br # gpg \-\-export \-\-armor 00B21603DD5C7A79 | sudo apt-key add \- .br .SH SOURCES.LIST Add the following lines to your [ /etc/apt/sources.list ] file for automatic updates: \fB## Xcfa for i386 and amd64 \fP .br deb http://download.tuxfamily.org/xcfaudio/xcfa dev contrib .br deb-src http://download.tuxfamily.org/xcfaudio/xcfa dev contrib .SH COMPLEMENTARY PACKAGE INSTALLATION: See the \fBRecovery and Complementary package installation\fP guide: .br http://www.xcfa.tuxfamily.org/index.php?static2/xcfa .br .SH CHANGELOG Read the ChangeLog file and view the source code. .SH AUTHOR XCFA is developed by Claude Bulin (xcfa@tuxfamily.org)