Difference between pages "Widget:LinkedIn" and "Package:Audacious Music Player"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
(Created page with "<noinclude>__NOTOC__ This widget allows you to add [http://www.linkedin.com/static?key=developers_widget_profileinsider LinkedIn profile widget] to your wiki page. Created by...")
 
m (capitalized)
 
Line 1: Line 1:
<noinclude>__NOTOC__
{{Ebuild
This widget allows you to add [http://www.linkedin.com/static?key=developers_widget_profileinsider LinkedIn profile widget] to your wiki page.
|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 ==


Created by [http://www.mediawikiwidgets.org/User:Sergey_Chernyshev Sergey Chernyshev] and updated by [http://www.mediawikiwidgets.org/User:Varnent Gregory Varnum]
Audacious is a lightweight, GTK-based, open source audio player and descendant of XMMS. Using plugins, the player supports many different formats and services.


== Using this widget ==
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.
For information on how to use this widget, see [http://www.mediawikiwidgets.org/LinkedIn_Profile widget description page on MediaWikiWidgets.org].


== Copy to your site ==
== Installing ==
To use this widget on your site, just install [http://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as '''{{FULLPAGENAME}}''' article.
Emerge audacious:
</noinclude><includeonly><script src="http://platform.linkedin.com/in.js" type="text/javascript"></script>
<console>
<script type="IN/MemberProfile" data-id="<!--{$profile|validate:url}-->" data-format="<!--{if isset($popup)}-->hover<!--{else}-->inline<!--{/if}-->" data-text="<!--{$name|escape:'html'}-->" data-related="<!--{if isset($norelated)}-->false<!--{else}-->true<!--{/if}-->"></script></includeonly>
# ##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.