Archives For music player

Qmmp Qt-based multimedia player

Qmmp, an Qt based and winamp or xmms like audio player, has reached the 1.1.10 (and 0.10.10 for Qt4) release last night.

Changes in Qmmp 1.1.10 & 0.10.10 include:

  • added feature to download playlist from https
  • increased DirectSound buffer size
  • decreased waiting time in the WASAPI plugin
  • improved plugin list in the settings dialog
  • fixed regression in the ‘jump to track’ dialog
  • fixed possible segmentation fault
  • fixed seeking in the ffmpeg plugin
  • fixed null pointer dereference in the mpeg plugin
  • fixed gcc warnings
  • fixed dithering settings
  • fixed 24 bits support in the WASAPI plugin
  • fixed segmentation fault on Ogg FLAC streams
  • fixed XPM skins support
  • fixed Qt 5.9 support in the global hotkey plugin (1.1.10 only)
  • updated translations.

How to Install Qmmp 1.1.10 (or 0.10.10) 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, 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.1.10 (Qt5 version) in Ubuntu 16.04 & higher, and Qmmp 0.10.10 (Qt4 version) in Ubuntu 14.04 & Ubuntu 12.04.

For Ubuntu 16.04 and higher users who want to install Qmmp 0.10.10 (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-plugin-pack

Install Sayonara Music Player 0.9.1 in Ubuntu 16.04

Last updated: September 16, 2016

Sayonara is a small and lightweight Linux music player written in C++ with Qt5 framework. It uses Gstreamer as audio backend.

Although Sayoanra is considered as a lightweight player, it holds a lot of features like:

  • Organize even big music collections.
  • ID3-tag editor
  • Equalizer
  • MP3 converter
  • Podcasts
  • Webstreams
  • Stream recorder
  • Speed adjustment
  • Dynamic playlists
  • Radio broadcasting
  • Audio track bookmarks with optional loop function

Install Sayonara player in Ubuntu:

Sayonara now is at the 0.9.1 release which features cover support in ID3 tag editor, Crossfader support, faster spectrum analyzer, Soma.fm, Last.fm and other improvements, and also lots of bug-fixes.

To install the latest Sayonara 0.9.1 in Ubuntu 16.04, Ubuntu 14.04, Linux Mint 17, 18, do:

1. Open terminal (Ctrl+Alt+T) and add the official Sayonara PPA:

sudo add-apt-repository ppa:lucioc/sayonara

2. Update and install the player via commands:

sudo apt update

sudo apt install sayonara

For those who don’t want to add PPA, grab .deb package from the PPA file archive.

3. (Optional) If you dislike the player, simply remove it via command:

sudo apt remove sayonara && sudo apt autoremove

And the PPA can be removed via Software & Updates utility under Other Software tab.

Qmmp, Qt-based audio player with winamp or xmms like user interface, now is at 0.9.0 release. PPA updated for Ubuntu 15.10, Ubuntu 15.04, Ubuntu 14.04, Ubuntu 12.04 and derivatives.

Qmmp 0.9.0 is a big release with many new features, improvements and some translation updates. It added:

  • audio-channel sequence converter;
  • 9 channels support to equalizer;
  • album artist tag support;
  • asynchronous sorting;
  • sorting by file modification date;
  • sorting by album artist;
  • multiple column support;
  • feature to hide track length;
  • feature to disable plugins without qmmp.pri modification (qmake only)
  • feature to remember playlist scroll position;
  • feature to exclude cue data files;
  • feature to change user agent;
  • feature to change window title;
  • feature to reset fonts;
  • feature to restore default shortcuts;
  • default hotkey for the “Rename List” action;
  • feature to disable fadeout in the gme plugin;
  • Simple User Interface (QSUI) with the following changes:
    • added multiple column support;
    • added sorting by album artist;
    • added sorting by file modification date;
    • added feature to hide song length;
    • added default hotkey for the “Rename List” action;
    • added “Save List” action to the tab menu;
    • added feature to reset fonts;
    • added feature to reset shortcuts;
    • improved status bar;

It also improved playlist changes notification, playlist container, sample rate converter, cmake build scripts, title formatter, ape tags support in the mpeg plugin, fileops plugin, reduced cpu usage, changed default skin (to Glare) and playlist separator.

Install Qmmp 0.9.0 in Ubuntu:

New release has been made into PPA, available for all current Ubuntu releases and derivatives.

1. To add the Qmmp PPA.

Open terminal from the Dash, App Launcher, or via Ctrl+Alt+T shortcut keys. When it opens, run command:

sudo add-apt-repository ppa:forkotov02/ppa

2. After adding the PPA, upgrade Qmmp player through Software Updater. Or refresh system cache and install the software via below commands:

sudo apt-get update

sudo apt-get install qmmp qmmp-plugin-pack

That’s it. Enjoy!