Difference between revisions of "Audacious"
m (updated a bit) |
m (Remove gap.) |
||
(8 intermediate revisions by 4 users not shown) | |||
Line 4: | Line 4: | ||
[[ko:Audacious]] | [[ko:Audacious]] | ||
[[ru:Audacious]] | [[ru:Audacious]] | ||
+ | [[zh-CN:Audacious]] | ||
[[zh-TW:Audacious]] | [[zh-TW:Audacious]] | ||
− | |||
'''Audacious''' is a free and advanced audio player based on GTK+. It's focused on audio quality and supports a wide variety of audio codecs, and is easily extensible through third-party plugins. | '''Audacious''' is a free and advanced audio player based on GTK+. It's focused on audio quality and supports a wide variety of audio codecs, and is easily extensible through third-party plugins. | ||
== Installation == | == Installation == | ||
− | {{Pkg| | + | {{Pkg|audacious}} is available from [[official repositories]]. Install it with [[pacman]]. |
− | If you | + | If you want audio CD support, install {{Pkg|libcdio}}. |
== Configuration == | == Configuration == | ||
Line 25: | Line 25: | ||
==== Adding winamp skins ==== | ==== 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 either {{ic|~/.local/share/audacious/Skins}} (affect your user only) or {{ic|/usr/share/audacious/Skins}} (affects every user), and then you can browse and select it from | + | Adding Winamp skins to Audacious is very simple. Just copy your skin file (.zip, .wsz, .tgz, .tar.gz, or .tar.bz2 file) to either {{ic|~/.local/share/audacious/Skins}} (affect your user only) or {{ic|/usr/share/audacious/Skins}} (affects every user), and then you can browse and select it from ''Skinned Interface'' tab in ''Preferences''. |
== Tips and tricks == | == Tips and tricks == | ||
Line 43: | Line 43: | ||
Try to install {{Pkg|mpg123}}. | Try to install {{Pkg|mpg123}}. | ||
− | == | + | == See also == |
− | * [http://audacious-media-player.org/ | + | * [http://audacious-media-player.org/ Audacious official site] |
Revision as of 11:52, 1 October 2013
zh-CN:Audacious zh-TW:Audacious Audacious is a free and advanced audio player based on GTK+. It's focused on audio quality and supports a wide variety of audio codecs, and is easily extensible through third-party plugins.
Contents
Installation
audacious is available from official repositories. Install it with pacman. If you want audio CD support, install libcdio.
Configuration
Interfaces
Audacious 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 either ~/.local/share/audacious/Skins
(affect your user only) or /usr/share/audacious/Skins
(affects every user), and then you can browse and select it from Skinned Interface tab in Preferences.
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:
$ audtool current-song $ audtool 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:
$ audtool --help
MP3 problems
Try to install mpg123.