Archives For November 30, 1999

Qmmp Qt-based multimedia player

Qmmp, qt-based audio player with winamp like user interface, released version 1.4.0 last night with lots of changes.

Qmmp 1.4.0 is a big release that features YouTube plugin, sleep mode inhibition plugin, socks5 proxy support, and much more other changes including:

  • add feature to auto-hide empty service menus.
  • add option to disable two passes for equalizer.
  • add fast mute function for most output plugins.
  • add shared CUE parser.
  • added feature to transit between playlists.
  • add SOCKS5 proxy support.
  • added Ogg Opus support in the ReplayGain scanner.
  • improve qsui plugin, ffmpeg plugin, lyrics, cdaudio plugin, m3u support.

How to Install Qmmp 1.4.0 in Ubuntu:

The official Qmmp PPA has made the packages for Ubuntu 20.04, Ubuntu 19.10, Ubuntu 18.04, and Ubuntu 16.04.

1. Open terminal either by pressing Ctrl+Alt+T on keyboard or by searching for ‘terminal’ from app launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:forkotov02/ppa

Input your password (no asterisk feedback while typing) and hit Enter to continue.

2. If an old version exists on your system, upgrade Qmmp using Software Updater:

Or run commands to install or upgrade Qmmp and its plugins:

sudo apt-get update

sudo apt-get install qmmp qmmp-plugin-pack

Uninstall:

You can manage the PPA repository via Software & Updates utility, under Other Software tab.

To remove Qmmp music player, either use your system package manager or run command:

sudo apt-get remove --autoremove qmmp qmmp-*

Qmmp, Qt based music player with winamp or xmms like user interface, released version 1.3.4 (and Qt4 version 0.12.4) a few days ago with stability improvements.

Qmmp 1.3.4 release highlights:

  • improved mp3 file determination;
  • added format name in the ffmpeg plugin;
  • fixed pausing logic;
  • fixed random crash when changing audio settings;
  • fixed crash in the QtMultimedia plugin (1.3.4 only);
  • fixed build warning;
  • fixed duration formatting;
  • fixed ReplayGain support;
  • fixed memory leak;
  • fixed multiple channels support in the equalizer;
  • updated translations.

Install Qmmp 1.3.4 in Ubuntu 16.04, 18.04, and higher

1. Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from app launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:forkotov02/ppa

Input your password (no asterisk feedback while typing) and hit Enter to continue.

2. If a previous version exists, upgrade Qmmp using Software Updater:

Or run commands to install or upgrade Qmmp and its plugins:

sudo apt-get update

sudo apt-get install qmmp qmmp-plugin-pack

For qt4 version, use qmmp-qt4 and qmmp-plugin-pack-qt4 instead in the last command.

Uninstall:

You can manage the PPA repository via Software & Updates utility, under Other Software tab.

To remove Qmmp music player, either use your system package manager or run command:

sudo apt-get remove --autoremove qmmp qmmp-*

Qmmp, Qt based audio player, released version 1.3.3 with improvements and bug fixes. Here’s how to install it in Ubuntu 16.04, Ubuntu 18.04, Ubuntu 18.10, Ubuntu 19.04.

Qmmp 1.3.3 release highlights:

  • added float output support for PulseAudio, ALSA and OSS4
  • added AppStream information
  • added more icon sizes
  • improved channel conversion
  • fixed feature to remove tracks when using quick search in the qsui plugin
  • fixed crash on some corrupted archives
  • fixed logo animation in the qsui plugin
  • fixed freezing in the ffmpeg plugin
  • translation updates.

1. Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from app launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:forkotov02/ppa

Input your password (no asterisk feedback while typing) and hit Enter to continue.

2. If a previous version exists, upgrade Qmmp using Software Updater:

Or run commands to install or upgrade Qmmp and its plugins:

sudo apt-get update

sudo apt-get install qmmp qmmp-plugin-pack

For qt4 version, use qmmp-qt4 and qmmp-plugin-pack-qt4 instead in the last command.

Uninstall:

You can manage the PPA repository via Software & Updates utility, under Other Software tab.

To remove Qmmp music player, either use your system package manager or run command:

sudo apt-get remove --autoremove qmmp qmmp-*

Qmmp, Qt-based multimedia player, 1.3.2 was released last night with new features and various bug-fixes.

Qmmp 1.3.2 (and 0.12.2 for qt4) features:

  • added feature to play track on double click in the history plugin;
  • enabled mpg123 decoder for Windows;
  • using album cover from file by default;
  • fixed lyrics plugin;
  • fixed API documentation;
  • fixed issue with read-only mode for FLAC files;
  • fixed issue with missing properties for some CUE tracks;
  • fixed shortcuts displaying in context menus under Qt 5.10 or higher (1.3.2 only);
  • fixed Qt 5.13 support (1.3.2 only);
  • fixed crash under Wayland session (1.3.2 only);
  • fixed freezing on some corrupted files in the ffmpeg plugin;
  • fixed crash on some streams in the ffmpeg plugin;
  • fixed file type determination by content in the mpeg plugin.

How to Install Qmmp 1.3.2 in Ubuntu:

Qmmp 1.3.2 (and 0.12.2 for qt4) are available to install via its official PPA, for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 18.10, Ubuntu 19.04, Linux Mint 18.x and 19.x.

1. Open terminal via Ctrl+Alt+T or from app launcher, and then run command to add the PPA:

sudo add-apt-repository ppa:forkotov02/ppa

Input your password (no asterisks feedback while typing) and hit Enter to continue.

2. If a previous version exists, upgrade Qmmp using Software Updater:

Or run commands to install or upgrade Qmmp and its plugins:

sudo apt-get update

sudo apt-get install qmmp qmmp-plugin-pack

For qt4 version, use qmmp-qt4 and qmmp-plugin-pack-qt4 instead in the last command.

Uninstall:

You can manage the PPA repository via Software & Updates utility, under Other Software tab.

To remove Qmmp music player, either use your system package manager or run command:

sudo apt-get remove --autoremove qmmp qmmp-*

Continue Reading…

Qmmp, Qt-based multimedia player, released version 1.3.0 with many new features, improvements, and bug-fixes.

Qmmp 1.3.0 release highlights:

  • Add history plugin.
  • Add mono to stereo converter
  • Add mpg123-based decoder
  • Add PulseAudio volume control
  • Add cover edition feature
  • Add playlist reading/writing optimization
  • Add TAK support
  • Add feature to send listened tracks to ListenBrainz
  • Improvements to skinned plugin, qsui plugin, http plugin, stream browser.
  • Removed mpris1 support, and various other changes.

How to Install Qmmp 1.3.0 in Ubuntu:

Qmmp 1.3.0 is available to install via its official PPA, for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 18.10, Linux Mint 18.x and 19.x.

1. Open terminal via Ctrl+Alt+T or from app launcher, and then run command to add the PPA:

sudo add-apt-repository ppa:forkotov02/ppa

Input your password (no asterisks feedback while typing) and hit Enter to continue.

2. If a previous version exists, upgrade Qmmp using Software Updater:

Or run commands to install or upgrade Qmmp and its plugins:

sudo apt-get update

sudo apt-get install qmmp qmmp-plugin-pack

For qt4 version, use qmmp-qt4 and qmmp-plugin-pack-qt4 instead in the last command.

Uninstall:

You can manage the PPA repository via Software & Updates utility, under Other Software tab.

To remove Qmmp music player, either use your system package manager or run command:

sudo apt-get remove --autoremove qmmp qmmp-*

Qmmp, Winamp look like music player, released version 1.2.5 last night with some bugs fixed. Here’s how to install it in Ubuntu 18.04, Ubuntu 16.04, Ubuntu 18.10.

Qmmp 1.2.5 release highlights:

  • added icon for ‘exit’ option in the tray icon menu;
  • fixed drag-and-drop issue under Qt 5.12 (1.2.5 only);
  • fixed issue with 8-bit audio in the ffmpeg plugin;
  • fixed latest mplayer output parsing;
  • fixed ‘--quit‘ command line option processing;
  • fixed issue with empty audio parameters.

How to Install Qmmp 1.2.5 in Ubuntu:

The PPA repository has made the new releases packages for Ubuntu 16.04, Ubuntu 18.10, and Ubuntu 18.04.

1. Open terminal via Ctrl+Alt+T or from app launcher, and then run command to add the PPA:

sudo add-apt-repository ppa:forkotov02/ppa

Input your password (no asterisks feedback while typing) and hit Enter to continue.

2. If a previous version exists, upgrade Qmmp using Software Updater:

Or run commands to install or upgrade Qmmp and its plugins:

sudo apt-get update

sudo apt-get install qmmp qmmp-plugin-pack

For qt4 version, use qmmp-qt4 and qmmp-plugin-pack-qt4 instead in the last command.

Uninstall:

You can manage the PPA repository via Software & Updates utility, under Other Software tab.

To remove Qmmp music player, either use your system package manager or run command:

sudo apt-get remove --autoremove qmmp qmmp-*

Qmmp 1.2.4, qt-based audio player with winamp or xmms look like user interface, and Qmmp 0.11.3 for Qt4 were released earlier today.

The new releases added equalizer optimization, improved PCM WAVE support, updated translation list, and fixed following bugs:

  • fixed segmentation fault
  • fixed tag reading in the archive plugin
  • fixed seeking in the archive plugin
  • fixed issue with multiscreen configuration

How to Install Qmmp 1.2.4 in Ubuntu 18.04/16.04:

The PPA repository has made the new releases packages for Ubuntu 16.04, Ubuntu 18.10, and Ubuntu 18.04.

1. Open terminal via Ctrl+Alt+T or from app launcher, and then run command to add the PPA:

sudo add-apt-repository ppa:forkotov02/ppa

Input your password (no asterisks feedback while typing) and hit Enter to continue.

2. If a previous version exists, upgrade Qmmp using Software Updater:

Or run commands to install or upgrade Qmmp and its plugins:

sudo apt-get update

sudo apt-get install qmmp qmmp-plugin-pack

For qt4 version, use qmmp-qt4 and qmmp-plugin-pack-qt4 instead in the last command.

Uninstall:

You can manage the PPA repository via Software & Updates utility, under Other Software tab.

To remove Qmmp music player, either use your system package manager or run command:

sudo apt-get remove --autoremove qmmp qmmp-*

Qmmp 1.2.2 Released with Memory Leaks Fixed

Last updated: June 2, 2018

Qmmp, a Qt audio player with winamp or xmms like interface, has reached the 1.2.2 release a few days ago.

Qmmp 1.2.2 is the Qt5 release that:

  • fixed build with Qt 5.11;
  • fixed memory leaks.

A little different to previous releases, there’s no update for Qt4 release (Qmmp 0.11 series) along with Qmmp 1.2.2.

How to Install Qmmp 1.2.2 in Ubuntu 18.04/16.04:

The software has an PPA repository that offers the Qmmp 1.2.2 packages for Ubuntu 16.04, Ubuntu 17.10, and Ubuntu 18.04.

1. Open terminal via Ctrl+Alt+T or from app launcher, and then run command to add the PPA:

sudo add-apt-repository ppa:forkotov02/ppa

Input your password (no visual feedback while typing) and hit Enter to continue.

2. If a previous version exists, upgrade Qmmp using Software Updater:

Or run commands to install or upgrade Qmmp and its plugins:

sudo apt-get update

sudo apt-get install qmmp qmmp-plugin-pack

Uninstall:

You can manage the PPA repository via Software & Updates utility, under Other Software tab.

To remove Qmmp music player, either use your system package manager or run command:

sudo apt-get remove --autoremove qmmp qmmp-plugin-pack

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 when another application is in the full screen mode
  • added cover tab to the track details dialog
  • added ‘--volume-status‘ and ‘--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, cover cache, visualization support
  • improved aac plugin, sndfile plugin, mpeg,plugin, qsui plugin, audio format determination in the ffmpeg plugin
  • improved m3u, pls and xspf support
  • improved DirectSound and WASAPI support
  • added lame header and gapless support
  • improved file type determination
  • added quick search to the playlist and the file system browser
  • 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)
  • translation updates

How to Install Qmmp 1.2.0 (0.11.0) in Ubuntu:

Qmmp has an PPA repository that offers the latest packages for Ubuntu 12.04, Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.04, Ubuntu 17.10, and their derivatives.

1. Open terminal via Ctrl+Alt+T or from app launcher, and then run command to add the PPA:

sudo add-apt-repository ppa:forkotov02/ppa

2. Then update and install Qmmp and its plugins:

sudo apt-get update

sudo apt-get install qmmp qmmp-plugin-pack

The commands install Qmmp 1.2.0 (Qt5 version) in Ubuntu 16.04 & higher, and Qmmp 0.11.0 (Qt4 version) in Ubuntu 14.04 & Ubuntu 12.04.

For Ubuntu 16.04 and higher users who want to install Qmmp 0.11.0 (Qt4 version), run following commands instead:

sudo apt-get update 

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

Uninstall:

You can manage the PPA repository via Software & Updates utility, under Other Software tab.

To remove Qmmp music player, either use your system package manager or run command:

sudo apt-get remove --autoremove qmmp qmmp-qt4 qmmp-plugin-pack qmmp-plugin-pack-qt4