Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Releases: ColinDuquesnoy/MellowPlayer

1.3.0

16 Apr 17:36
Compare
Choose a tag to compare

New features:

  • Add support for Ubuntu/Unity (available through ppa:colin-duquesnoy/stable)
    • disable tray icon
    • fix double global menu
    • add support for unity quicklists
  • Add support for Gnome Settings Daemon (multimedia keys)
  • Project stucture cleanup (all code has been moved into the src folder)
  • Use the "Restore Window" action to show the current service name and the song info
    (or the service status, e.g. "Grooveshark - Loading" or "Grooveshark - Stopped")

Fixed bugs:

  • Select service dialog: don't reload page if service has not changed but user
    choose OK.
  • Prevent the "Stopped" notification from being shown when switching service
  • Use restoreWindow instead of show to make sure the main window is active
    before showing any preference dialog.

1.2.1

28 Mar 14:19
Compare
Choose a tag to compare

This is a bug fix release which fix the soundclound integration due to a recent change to their player interface. In addtition to the fix, we are now able to retrieve the current song art and use it for notifications and kmediaplayer.

1.2.0

21 Mar 13:45
Compare
Choose a tag to compare

New features

  • Soundcloud integration
  • New streaming service icons

Fixed bugs

  • Fix cookies management: use one cookie jar per service (#3)
  • Fix grooveshark retro images not appearing in kmediaplayer

1.1.1

12 Mar 07:16
Compare
Choose a tag to compare

Use grooveshark retro instead of the new grooveshark website. The new website does not work well with QtWebkit (freeze on large collection, completely unusable).

We will reintroduce the official grooveshark as soon as QtWebEngine starts supporting flash.

1.1.0

08 Feb 17:34
Compare
Choose a tag to compare

Major changes:

  • improvements to the notification system
  • improvements for using MellowPlayer on other desktops (Gnome Shell, XFCE)
  • some bug fixes

See the complete list of changes here

1.0.0

01 Feb 14:58
Compare
Choose a tag to compare

This is the final 1.0 version.

Here are the list of changes since the last beta:

  • add support for Grooveshark Mobile
  • add support for Mixcloud
  • implement "Add to favorite"
  • polish mpris interface (buttons are now disabled/enabled depending on the context)
  • flash plugin detection + warning if you attempt to use a service that require flash but flash cannot be found

1.0.0-beta

26 Jan 16:52
Compare
Choose a tag to compare
1.0.0-beta Pre-release
Pre-release

This is the first public beta release of MellowPlayer.

There is a Windows installer and a Mac OSX package.

On linux, you should compile from source::

qmake
make
sudo make install

If you're on KDE Sc or Plasma 5:

qmake-qt5 CONFIG+=kde_support
make
sudo make install

(you'll need KGlobalAccel and KNotifications)

This will install the following files:

  • /usr/bin/MellowPlayer
  • /usr/share/applications/mellowplayer.desktop
  • /usr/share/pixmaps/mellowplayer.png