sebt3
homebrew player (P. & C.)
Since I cannot find a suitable thread for that, here is Audacious 3.2.4.
That's the lastest version available for zaxxon.
Here is the configuration : (in bold : added since last release)
To enable prev/next track to be mapped on L/R create these file in .../pandora/appdata/audacious/
enjoy
get it on the repo as usual.
That's the lastest version available for zaxxon.
Here is the configuration : (in bold : added since last release)
Configuration:
Output Plugins
--------------
Open Sound System (oss4): no
Advanced Linux Sound Arch. (alsa): yes
PulseAudio (pulse): no
Jack Audio Connection Kit (jack): no
Simple DirectMedia Layer (sdlout): yes
FileWriter: yes
-> FileWriter MP3 output part: yes
-> FileWriter Vorbis output part: yes
-> FileWriter FLAC output part: yes
Null Audio output (null): yes
Open Sound System v3 (deprecated): yes
Input Plugins
-------------
MPEG-1 Layer I/II/III (mpg123): yes
MPEG-2/4 AAC (aac): yes
FFaudio (ffaudio): no
Module decoder (modplug): yes
MIDI modular plugin (amidi-plug): yes
-> ALSA backend: yes
-> FluidSynth backend: yes
CD Digital Audio (cdaudio_ng): no
sndfile extensions: yes
Tone Generator: yes
Ogg Vorbis (vorbis): yes
Free Lossless Audio Codec (flacng): yes
Commodore 64 audio (SID): yes (old style API)
-> libSIDPlay1 support: yes
-> libSIDPlay2 support: yes
-> distortion patched libSIDPlay2: no
Game music (spc, nsf & gbs): yes
PlayStation (psf/psf2) audio: yes
Nintendo DS audio (xsf): yes
AdLib synthesizer (adplug): yes
WavPack 4.31+ (wavpack): yes
Metronom: yes
General
-------
Alarm: yes
Album Art: yes
MPRIS 2 Server: no
Search Tool: yes
Song Change: yes
Status Icon: yes
Audacious OSD: yes
-> X Composite support: yes
libnotify OSD: yes
Global Hotkey Plugin: yes
Gnome Shortcuts Plugin: yes
AudioScrobbler Client: yes
Upload to MTP device: yes
LyricWiki viewer: yes
Effect
------
Channel Mixer: yes
Crystalizer: yes
Dynamic Range Compressor: yes
Echo/Surround: yes
Extra Stereo: yes
LADSPA Host: yes
SndStretch: yes
Voice Removal: yes
Bauer stereophonic-to-binaural (bs2b): yes
Sample Rate Converter (resample): yes
Visualization
-------------
Blur Scope: yes
Cairo Spectrum Analyzer: yes
Transport
---------
neon-based http/https: yes
libmms-based mms: yes
GIO transport (experimental): no
SMB transport (experimental): yes
Container
---------
Audacious playlist format (audpl): yes
Winamp PLS playlist format (pls): yes
M3U playlist format (m3u): yes
XML Sharable Playlist Format (xspf): yes
CUE playlist format (cue): yes
Interfaces
----------
GTK (gtkui): yes
Winamp Classic (skins): yes
Output Plugins
--------------
Open Sound System (oss4): no
Advanced Linux Sound Arch. (alsa): yes
PulseAudio (pulse): no
Jack Audio Connection Kit (jack): no
Simple DirectMedia Layer (sdlout): yes
FileWriter: yes
-> FileWriter MP3 output part: yes
-> FileWriter Vorbis output part: yes
-> FileWriter FLAC output part: yes
Null Audio output (null): yes
Open Sound System v3 (deprecated): yes
Input Plugins
-------------
MPEG-1 Layer I/II/III (mpg123): yes
MPEG-2/4 AAC (aac): yes
FFaudio (ffaudio): no
Module decoder (modplug): yes
MIDI modular plugin (amidi-plug): yes
-> ALSA backend: yes
-> FluidSynth backend: yes
CD Digital Audio (cdaudio_ng): no
sndfile extensions: yes
Tone Generator: yes
Ogg Vorbis (vorbis): yes
Free Lossless Audio Codec (flacng): yes
Commodore 64 audio (SID): yes (old style API)
-> libSIDPlay1 support: yes
-> libSIDPlay2 support: yes
-> distortion patched libSIDPlay2: no
Game music (spc, nsf & gbs): yes
PlayStation (psf/psf2) audio: yes
Nintendo DS audio (xsf): yes
AdLib synthesizer (adplug): yes
WavPack 4.31+ (wavpack): yes
Metronom: yes
General
-------
Alarm: yes
Album Art: yes
MPRIS 2 Server: no
Search Tool: yes
Song Change: yes
Status Icon: yes
Audacious OSD: yes
-> X Composite support: yes
libnotify OSD: yes
Global Hotkey Plugin: yes
Gnome Shortcuts Plugin: yes
AudioScrobbler Client: yes
Upload to MTP device: yes
LyricWiki viewer: yes
Effect
------
Channel Mixer: yes
Crystalizer: yes
Dynamic Range Compressor: yes
Echo/Surround: yes
Extra Stereo: yes
LADSPA Host: yes
SndStretch: yes
Voice Removal: yes
Bauer stereophonic-to-binaural (bs2b): yes
Sample Rate Converter (resample): yes
Visualization
-------------
Blur Scope: yes
Cairo Spectrum Analyzer: yes
Transport
---------
neon-based http/https: yes
libmms-based mms: yes
GIO transport (experimental): no
SMB transport (experimental): yes
Container
---------
Audacious playlist format (audpl): yes
Winamp PLS playlist format (pls): yes
M3U playlist format (m3u): yes
XML Sharable Playlist Format (xspf): yes
CUE playlist format (cue): yes
Interfaces
----------
GTK (gtkui): yes
Winamp Classic (skins): yes
To enable prev/next track to be mapped on L/R create these file in .../pandora/appdata/audacious/
PND_post_script.sh :
#!/bin/sh xmodmap - <<ENDL
keycode 62 = Shift_R NoSymbol Shift_R
keycode 105 = Control_R NoSymbol Control_R
ENDL
PND_pre_script.sh :
#!/bin/sh xmodmap - <<ENDL
keycode 62 = XF86AudioPrev NoSymbol XF86AudioPrev
keycode 105 = XF86AudioNext NoSymbol XF86AudioNext
ENDL
But warning, that mean L-trig and R-trig wont work as shift/control while audacious is running.
And you'll need to enable the hotkey plugins in the audacious configuration
#!/bin/sh xmodmap - <<ENDL
keycode 62 = Shift_R NoSymbol Shift_R
keycode 105 = Control_R NoSymbol Control_R
ENDL
PND_pre_script.sh :
#!/bin/sh xmodmap - <<ENDL
keycode 62 = XF86AudioPrev NoSymbol XF86AudioPrev
keycode 105 = XF86AudioNext NoSymbol XF86AudioNext
ENDL
But warning, that mean L-trig and R-trig wont work as shift/control while audacious is running.
And you'll need to enable the hotkey plugins in the audacious configuration
enjoy
get it on the repo as usual.
Last edited by a moderator: