Tuesday, November 28, 2017

How to install Qmmp Music Player 1.2.0 'Winamp Like' on Ubuntu

   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.2.0 changelog:
  • added archive reader plugin (requires TagLib 1.11 or higher);
  • added file writer plugin;
  • added icecast output plugin;
  • added feature to disable notifications when another application is in the full screen mode;
  • added cover tab to the track details dialog;
  • added '--volume-status' command-line option;
  • added '--mute-status' command-line option;
  • added feature to change user interface from command line;
  • added parent directory name to the title formatting fields;
  • added cache to the lyrics plugin;
  • added feature to clear window title when playback is finished;
  • added 'Raise' method implementation to the mpris plugin;
  • added mount point list to the file dialog (1.2.0 only);
  • improved plugin API;
  • improved cover cache;
  • improved visualization support;
  • improved aac plugin;
  • improved audio format determination in the ffmpeg plugin;
  • improved m3u, pls and xspf support;
  • improved DirectSound and WASAPI support;
  • improved sndfile plugin;
  • improved mpeg plugin:
    • added lame header support;
    • added gapless support;
    • improved file type determination;
  • improved qsui plugin:
    • added quick search to the file system browser;
    • added quick search to the playlist;
    • added feature to change toolbar icon size;
    • added record button;
    • added cover image alignment;
    • reduced memory usage
    • improved settings;
  • fixed memory leaks
  • fixed FVWM support (0.11.0 only);
  • added Finnish translation;
  • updated Brazilian Portuguese translation;
  • updated Chezh translation;
  • updated Chinese Simplified translation;
  • updated French translation;
  • updated Galician translation;
  • updated German translation;
  • updated Greek translation;
  • updated Indonesian translation;
  • updated Polish translation;
  • updated Portuguese translation;
  • updated Russian translation;
  • updated Spanish translation;
  • updated Japanese translation;
  • updated Ukrainian translation. 
Installation instructions: 

    We can add this PPA to Ubuntu Operating  Systems and install mmp 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 mmp Music Player

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

$ sudo apt-get autoremove





No comments:

Post a Comment