Difference between pages "Package:Kde-meta (KDE SC 4 meta package)" and "Package:Audacious Music Player"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
 
Line 1: Line 1:
{{Ebuild
{{Ebuild
|Summary=KDE - merge this to pull in all split kde-base/* packages
|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=kde-base/kde-meta
|CatPkg=media-sound/audacious
|Maintainer=
|Maintainer=
|Homepage=http://audacious-media-player.org
}}
}}
{{PageNeedsUpdates}}
== Introduction ==


==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.
* The KDE Plasma Desktop 4.x
* KDE Software Compilation


==Prerequisites==
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.
=== Profile Configuration ===
<console>###i##  eselect profile add funtoo/1.0/linux-gnu/mix-ins/kde</console>


* X11 server, policykit, consolekit, udisks, etc.
== 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.  


==Installation==
== Running ==
===emerge ===
Run with:
<console>###i## emerge kde-base/kde-meta</console>
<console>
<br />
$ ##i##audacious
* configuration
</console>
{{file|name=/etc/conf.d/xdm|lang=|desc=xdm configuration for kdm|body=
While audacious is running and playing music,  you may use different parameters to toggle play/pause, skip forward/backward, etc:
DISPLAYMANAGER="kdm"
}}
<console>
<console>
###i## rc-service xdm start
$ ##i### Skip forward:
$ ##i##audacious -f
$ ##i### Toggle play/pause:
$ ##i##audacious -t
</console>
</console>
BInd this commands to your favourite shortcuts to control audacious using your keyboard. Alternatively, activate the "Global Hotkeys" plugin using the settings menu.


==First Steps==
== Troubleshooting ==
* Additional configuration
;Audacious does not play my favourite media format.: Check the use flags you set on media-plugins/audacious-plugins.
* 'Add-in' software
{{EbuildFooter}}
{{EbuildFooter}}

Revision as of 16:37, December 8, 2014

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 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.