Archives For November 30, 1999

Qmmp Qt-based multimedia player

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

Qmmp

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-*

Sayonara, a Qt music player aims to be intuitive, easy usablility, and organizes even big music collections, reached the 1.0 release a few days ago.

Changes in Sayonara 1.0 include:

  • Choose covers between Google, Discogs and Last.fm servers.
  • Cover view: Reload covers, zoom and sorting
  • Multiple library support for Directories, Library.
  • Move/Copy/Rename operations and show Song info in Directories.
  • Removed date filter support
  • Add “Clear selection” button
  • Ability to choose system icons
  • Fast preference access
  • Lyric server updates
  • Removed MTP device support
  • Moved load/save to playlist tabs instead of plugin
  • Added proxy support
  • Set custom paths for stream recorder.
  • Added preferences options for Streams/Podcast

How to Install Sayonara 1.0 in Ubuntu:

To install the latest Sayonara 0.9.1 in Ubuntu 16.04, Ubuntu 17.04, Ubuntu 17.10, and their derivatives, do:

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

sudo add-apt-repository ppa:lucioc/sayonara

sayonara-player-ppa

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.

Yarock, a Qt music player designed to provide an easy and pretty music collection browser based on cover art, reached 1.3.0 release on Christmas Eve.

Yarock 1.3.0 release highlights:

  • New favorite stream editor with extended option
  • Improve favorites streams management
  • Improve stream search (TuneIn, Dirble)
  • Add bitrate info for radio stream view (TuneIn, Dirble)
  • Add option to enable/disable playing history
  • Better icon color consistency for light or dark system theme
  • Save/restore bottom bar state (expanded/collapsed)
  • Fix favorite stream loss
  • Fix playcount update if history not enabled
  • Fix auto rating calculation
  • Fix cover size management for album edition
  • Fix phonon engine crash condition on stopping player (with gstreamer backend)
  • Fix mpv engine player crash
  • Improve playing item visibility
  • Restore previous playing cover for radio stream
  • Minor code update for deprecated Qt5
  • Minor ui changes & improvments

Yarock Track View

How to Install Yarock 1.3.0 in Ubuntu:

And unofficial PPA contains the new release for Ubuntu 17.04, Ubuntu 17.10, Ubuntu 18.04. Due to requirement of Qt >=5.6, Support for Ubuntu 16.04 ends up with Yarock 1.2.0.

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

sudo add-apt-repository ppa:ubuntuhandbook1/apps

Input your password (no visual feedback while typing) when it prompts and hit Enter.

2. After adding the PPA, upgrade the player from an existing release with Software Updater.

Or run commands one by one in terminal to install it:

sudo apt-get update

sudo apt-get install yarock

Uninstall:

To remove the PPA, launch “Software & Updates” utility and navigate to “Other Software” tab.

To remove Yarock music player, either use synaptic package manager or run command:

sudo apt-get remove --autoremove yarock

Thanks for reading and Merry Christmas!

Qmmp Audio Player Logo

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

Qmmp 1.10.0

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

Yarock 1.2.0 Released! How to Install it via PPA

Last updated: October 8, 2017

Yarock, a Qt music player designed to provide a clean music collection based on album cover art, reached 1.2.0 release a few hours ago.

It has been one year since the last update of Yarock music player. And Yarock 1.2.0 features:

  • Configurable custom cover art size
  • Redesign player tool bar with expanded tool bar mode
  • Replace Echonest with Spotify web service for artist image.
  • Add option to prevent downloading artist image from internet.
  • Change & fix many lyrics provider services
  • Changes: Many minors ui changes and improvments

yarock minimize mode

How to install yarock 1.2.0 in Ubuntu:

There are a few third-party PPAs contain yarock packages for Ubuntu. At the moment, you can install the 1.2.0 release via this PPA in Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.04, Ubuntu 17.10, and derivatives.

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

sudo add-apt-repository ppa:ubuntuhandbook1/apps

Input your password (no visual feedback while typing) when it prompts and hit Enter.

2. Then install the player either via Synaptic Package Manager (after clicking refresh), or by running commands:

sudo apt-get update

sudo apt-get install yarock

Once installed, launch the music player from your application launcher and enjoy!

How to Remove:

To remove the software, use Synaptic Package Manager or run command:

sudo apt-get remove --autoremove yarock

And remove the PPA by launching Software & Updates utility and navigating to Other Software tab.