QMMP - QT Based Multimedia Player. QMMP is an audio-player, written with the help of the Qt library. The user interface is look similar to xmms or winamps. QMMP is available on Most OS (GNU/Linux, FreeBSD, Microsoft Windows).
Official Sites:
http://qmmp.ylsoftware.com
Another plugins you can download from here;
http://qmmp.ylsoftware.com/links.php
Official Sites:
http://qmmp.ylsoftware.com
QMMP Installation in Archlinux
QMMP is available on official Arch repo.
$sudo pacman -S qmmp
QMMP User Interface
QMMP Features
QMMP Support these formats : MPEG1 layer 2/3, ADTS AAC, Native FLAC/Ogg FLAC, Musepack, WavePack, tracker modules (mod, s3m, it, xm, etc), CD Audio, WMA, Monkey's Audio (and other formats provided by FFmpeg library), PCM WAVE (and other formats provided by libsndfile library), Midi, SID, Ogg Vorbis, Ogg Opus, Chiptune formats (AY, GBS, GYM, HES, KSS, NSF, NSFE, SAP, SPC, VGM, VGZ, VTX).
QMMP DSP effects : BS2B effect, sample rate conversion, LADSPA effects, extra stereo, crossfade.
Visual effects (projectM visualization, spectrum analyzer)
QMMP Plugins Pack
QMMP Plugins Pack is available in AUR Repository.
https://aur.archlinux.org/packages/qmmp-plugin-pack/
But if you want to to download from official site you must install qt5 first and cmake.
$sudo pacman -S cmake qt5
Download Plugins pack from here:
http://qmmp.ylsoftware.com/plugins.php
Extract it, then. (QMMP library is installed on /usr/lib/qmmp)
$cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
The end must be:
-- Configuring done
-- Generating done
-- Build files have been written to: /home/cidcidcuid/AUR/QMMP/qmmp-plugin-pack-1.2.3
Continue to make
$make
The end must be:
[ 97%] Building CXX object src/Engines/ffvideo/CMakeFiles/ffvideo.dir/videowindow.cpp.o
[ 98%] Building CXX object src/Engines/ffvideo/CMakeFiles/ffvideo.dir/ffvideo_autogen/mocs_compilation.cpp.o
[100%] Linking CXX shared module libffvideo.so
[100%] Built target ffvideo
Install, QMMP library is installed on /usr/lib/qmmp
$sudo make install
The end must be:
[ 89%] Built target ffvideo_autogen
[100%] Built target ffvideo
Install the project...
-- Install configuration: ""
-- Installing: /usr/lib/qmmp/Input/libmpg123.so
-- Installing: /usr/lib/qmmp/Input/libffap.so
-- Installing: /usr/lib/qmmp/Effect/libsrconverter.so
-- Installing: /usr/lib/qmmp/Visual/libgoom.so
-- Installing: /usr/lib/qmmp/General/libhistory.so
-- Installing: /usr/lib/qmmp/Engines/libffvideo.so
Right click on the qmmp, then go to settings, then enable plugins that you want, here's goom for the examples.
Another plugins you can download from here;
http://qmmp.ylsoftware.com/links.php
QMMP Skins
Qmmp skins available here:
http://qmmp.ylsoftware.com/files/skins/
Installation - Download wsz file
Go to settings, then choose appearance, on the skins tab click "add.." to add new skins.
Choose wsz files:
Here's the example of Catubi 3000 skins:
Ok that's about QMMP -Qt Based Multimedia Player in Archilnux.
^_^