Difference between pages "Template:SupportBlurb" and "Package:Audacious Music Player"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
m (capitalized)
 
Line 1: Line 1:
[[Support Funtoo]] and help us grow! '''Donate $15 per month and get a free SSD-based [[Funtoo Hosting|Funtoo Virtual Container]]. 22 spots left.
{{Ebuild
|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
|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 instead 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 15:08, March 22, 2015

Audacious Music Player

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

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 instead 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:

root # emerge -a media-sound/audacious

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:

user $ audacious

While Audacious is running and playing music, you may use different parameters to toggle play/pause, skip forward/backward, etc:

user $ # Skip forward:
user $ audacious -f
user $ # Toggle play/pause:
user $ audacious -t

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.