Sunday, November 5, 2017

How to install Qmmp Music Player 1.1.12 'Winamp Like' on Ubuntu 17.04, 18.04

   qmmp is a free and open-source audio player written in C++ with the help of the Qt library. It officially supports the operating systems Linux, FreeBSD and Microsoft Windows. It is the only audio player not featuring a database that uses the Qt library. The default user interface of qmmp is inspired by Winamp.


Qmmp 1.1.12 changelog:
  • fixed IPC regression.
  • added AAC mime types to the qmmp.desktop;
  • added album artist support in the cue parsers;
  • using game name as album tag in the gme plugin;
  • fixed seeking in the mpris plugin;
  • fixed issue with untracked property in the mpris plugin;
  • fixed possible segmentation fault;
  • fixed cmake warnings;
  • fixed cmake 3.10 support;
  • fixed file size calculation in the ffmpeg plugin;
  • fixed possible segmentation fault in the ffmpeg plugin;
  • fixed saving of the equalizer 'auto' mode option;
  • fixed control socket permissions;
  • fixed rusxmms support;
  • updated Spanish translation;
  • updated Portuguese translation;
  • updated Greek translation. 

Installation instructions: 

    We can add this PPA to Ubuntu Operating  Systems and install Qmmp Music Player with few easy commands
   Open terminal and insert command line...
 

$ sudo add-apt-repository ppa:forkotov02/ppa

$ sudo apt-get update

$ sudo apt-get install qmmp qmmp-plugin-pack

Option, uninstall Qmmp Music Player

$ sudo apt-get remove qmmp qmmp-plugin-*

$ sudo apt-get autoremove

No comments:

Post a Comment