Difference between revisions of "Audacious"
m (→Interfaces) |
Mclaud2000 (talk | contribs) (→Installation: Removed installation instruction for audacious-plugins: It is a dependency of audacious, no need to install explicitly) |
||
Line 8: | Line 8: | ||
# pacman -S audacious | # pacman -S audacious | ||
− | |||
− | |||
− | |||
− | |||
== Configuration == | == Configuration == |
Revision as of 20:42, 2 November 2010
Audacious is a free and advanced audio player based on GTK+2. It's focused on audio quality and supports a wide variety of audio codecs, and is easily extensible through third-party plugins.
Contents
Installation
Template:Package Official is available from official repository. Install it with pacman:
# pacman -S audacious
Configuration
Interfaces
Audacious 2 currently provides two interfaces:
- Winamp classic interface
- GTK interface.
One may switch between two interfaces in audacious.
Adding winamp skins
Adding Winamp skins to audacious is very simple. Just copy your skin file (.zip, .wsz, .tgz, .tar.gz, or .tar.bz2 file) to Template:Filename, and then you can browse and select it from Skinned Interface tab in Preferences.
Playing audio CD
First, install libcdio:
# pacman -S libcdio
Then, audacious can play Audio CDs.
OSS support
When you are using Open Sound System instead of ALSA, make sure that Audacious is set properly. In preferences, audio tab, select OSS Output Plugin as the current output plugin.
Tips and tricks
Audtool
Audacious is shipped with a powerful management tool called Audtool. Audtool could be used to retrieve information or to control the player.
For example, to retrieve current song title or artist, issue the following command:
$ audtool2 current-song $ audtool2 current-song-tuple-data artist
There are also functions to control playback, manipulate the playlist, equalizer and main window. For the whole option list, see:
$ audtool2 --help