Difference between pages "Package:Audacious Music Player" and "Translations:Install/Profiles/17/en"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
(Importing a new version from external source)
 
Line 1: Line 1:
{{Ebuild
To add a mix-in:
|Summary=Audacious is a lightweight GTK-based music player which supports many formats. It does not use the library concept but rather playlists for managing your music.
|CatPkg=media-sound/audacious
|Maintainer=
|Homepage=http://audacious-media-player.org
}}
== Introduction ==
 
Audacious is a lightweight, GTK-based, open source audio player and descendant of XMMS.  Using plugins, the player supports many different formats and services.
 
In contrast to most other music players, audacious does not support the concept of a music library but is centered around playlists (like the classic Winamp). Additionally, Winamp Classic Skins are supported. Since audacious supports GTK-2, GTK-3 (and Qt as of version 3.6), it is usable for different desktop environments or window manager setups.
 
== Installing ==
Emerge audacious:
<console>
# ##i##emerge -a media-sound/audacious
</console>
This will pull in the ebuild "media-plugins/audacious-plugins", which contains the necessary plugins to play different kinds of media files.
 
== Running ==
Run with:
<console>
$ ##i##audacious
</console>
While audacious is running and playing music,  you may use different parameters to toggle play/pause, skip forward/backward, etc:
<console>
$ ##i### Skip forward:
$ ##i##audacious -f
$ ##i### Toggle play/pause:
$ ##i##audacious -t
</console>
BInd this commands to your favourite shortcuts to control audacious using your keyboard. Alternatively, activate the "Global Hotkeys" plugin using the settings menu.
 
== Troubleshooting ==
;Audacious does not play my favourite media format.: Check the use flags you set on media-plugins/audacious-plugins.
{{EbuildFooter}}

Latest revision as of 04:31, July 14, 2015

To add a mix-in: