
{"id":7325,"date":"2017-11-26T14:37:59","date_gmt":"2017-11-26T14:37:59","guid":{"rendered":"http:\/\/ubuntuhandbook.org\/?p=7325"},"modified":"2017-11-26T14:37:59","modified_gmt":"2017-11-26T14:37:59","slug":"qmmp-music-player-1-2-0-released-how-to-install-it-in-ubuntu","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2017\/11\/qmmp-music-player-1-2-0-released-how-to-install-it-in-ubuntu\/","title":{"rendered":"Qmmp music player 1.2.0 Released! How to Install it in Ubuntu"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2015\/01\/qmmp-icon-simple.png\" alt=\"Qmmp Audio Player Logo\" width=\"245\" height=\"245\" class=\"alignleft size-full wp-image-4473\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2015\/01\/qmmp-icon-simple.png 245w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2015\/01\/qmmp-icon-simple-150x150.png 150w\" sizes=\"auto, (max-width: 245px) 100vw, 245px\" \/><\/p>\n<p>Qmmp, a Qt-based music player with winamp or xmms like interface, reached the new major 1.2.0 (and 0.11.0 for Qt4) release with many new features, improvements, and some bug-fixes.<\/p>\n<p>Changes in Qmmp 1.2.0 (0.11.0) include:<\/p>\n<ul>\n<li>added archive reader plugin (requires TagLib >= 1.11), file writer plugin, and icecast output plugin<\/li>\n<li>added feature to disable notifications when another application is in the full screen mode<\/li>\n<li>added cover tab to the track details dialog<\/li>\n<li>added &#8216;<code>--volume-status<\/code>&#8216; and &#8216;<code>--mute-status<\/code>&#8216; command-line option<\/li>\n<li>added feature to change user interface from command line<\/li>\n<li>added parent directory name to the title formatting fields<\/li>\n<li>added cache to the lyrics plugin<\/li>\n<li>added feature to clear window title when playback is finished<\/li>\n<li>added &#8216;Raise&#8217; method implementation to the mpris plugin<\/li>\n<li>added mount point list to the file dialog (1.2.0 only)<\/li>\n<li>improved plugin API, cover cache, visualization support<\/li>\n<li>improved aac plugin, sndfile plugin, mpeg,plugin, qsui plugin, audio format determination in the ffmpeg plugin<\/li>\n<li>improved m3u, pls and xspf support<\/li>\n<li>improved DirectSound and WASAPI support<\/li>\n<li>added lame header and gapless support<\/li>\n<li>improved file type determination<\/li>\n<li>added quick search to the playlist and the file system browser<\/li>\n<li>added feature to change toolbar icon size<\/li>\n<li>added record button<\/li>\n<li>added cover image alignment<\/li>\n<li>reduced memory usage<\/li>\n<li>improved settings<\/li>\n<li>fixed memory leaks<\/li>\n<li>fixed FVWM support (0.11.0 only)<\/li>\n<li>translation updates<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/06\/qmmp110-450x331.jpg\" alt=\"Qmmp 1.10.0\" width=\"450\" height=\"331\" class=\"aligncenter size-medium wp-image-5975\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/06\/qmmp110-450x331.jpg 450w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/06\/qmmp110.jpg 548w\" sizes=\"auto, (max-width: 450px) 100vw, 450px\" \/><\/p>\n<h4>How to Install Qmmp 1.2.0 (0.11.0) in Ubuntu:<\/h4>\n<p>Qmmp has an <a href=\"https:\/\/launchpad.net\/~forkotov02\/+archive\/ubuntu\/ppa\" target=\"_blank\">PPA repository<\/a> that offers the latest packages for Ubuntu 12.04, Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.04, Ubuntu 17.10, and their derivatives.<\/p>\n<p><b>1.<\/b> Open terminal via Ctrl+Alt+T or from app launcher, and then run command to add the PPA:<\/p>\n<pre style=\"border:None;\">sudo add-apt-repository ppa:forkotov02\/ppa<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2015\/09\/qmmp-ppa-600x95.jpg\" alt=\"\" width=\"600\" height=\"95\" class=\"aligncenter size-large wp-image-5255\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2015\/09\/qmmp-ppa-600x95.jpg 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2015\/09\/qmmp-ppa-450x71.jpg 450w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2015\/09\/qmmp-ppa.jpg 683w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<p><b>2.<\/b> Then update and install Qmmp and its plugins:<\/p>\n<pre style=\"border:None;\">sudo apt-get update\r\n\r\nsudo apt-get install qmmp qmmp-plugin-pack<\/pre>\n<p>The commands install Qmmp 1.2.0 (Qt5 version) in Ubuntu 16.04 &#038; higher, and Qmmp 0.11.0 (Qt4 version) in Ubuntu 14.04 &#038; Ubuntu 12.04.<\/p>\n<p>For Ubuntu 16.04 and higher users who want to install Qmmp 0.11.0 (Qt4 version), run following commands instead:<\/p>\n<pre style=\"border:none;\">sudo apt-get update \r\n\r\nsudo apt-get install qmmp-qt4 qmmp-plugin-pack-qt4<\/pre>\n<p><b>Uninstall:<\/b><\/p>\n<p>You can manage the PPA repository via <b>Software &#038; Updates<\/b> utility, under Other Software tab.<\/p>\n<p>To remove Qmmp music player, either use your system package manager or run command:<\/p>\n<pre style=\"border:none;\">sudo apt-get remove --autoremove qmmp qmmp-qt4 qmmp-plugin-pack qmmp-plugin-pack-qt4<\/pre>","protected":false},"excerpt":{"rendered":"<p>Qmmp, a Qt-based music player with winamp or xmms like interface, reached the new major 1.2.0 (and 0.11.0 for Qt4) release with many new features, improvements, and some bug-fixes. Changes in Qmmp 1.2.0 (0.11.0) include: added archive reader plugin (requires TagLib >= 1.11), file writer plugin, and icecast output plugin added feature to disable notifications [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9,6],"tags":[534,1505],"class_list":["post-7325","post","type-post","status-publish","format-standard","hentry","category-howtos","category-news","tag-qmmp","tag-qt-music-player"],"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/7325","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/comments?post=7325"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/7325\/revisions"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=7325"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=7325"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=7325"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}