Archives For November 30, 1999

UPDATE 2024: Nightingale is also discontinued! Try Clementine Music Player which is available in Ubuntu Software / App Center.

Here I’m going to tell you that the popular Songbird Music Player project has been discontinued. For those who are looking for an alternative, check out Nightingale which is built upon Songbird.

songbird discontinued

Eric Wittman announced on the Songbird blog, “Unfortunately, the company has found ourselves unable to fund further business operations and as of June 28, 2013 all of Songbird’s operations and associated services will be discontinued.”

Songbird is a music player originally released in early 2006 with the stated mission “to incubate Songbird, the first Web player, to catalyze and champion a diverse, open Media Web”. On June 3, 2010, official Linux support for Songbird was dropped.

While thanking the users, investors, partners, developers of Songbird, Eric Wittman openly recommends the open source desktop media player Nightingale as an alternative.

To access the open source for the Songbird Desktop player, you can go here:

http://getsongbird.com/desktop/index.php?download=source (Domain expired)

Nightingale is an open source media player based on Songbird and focused on Linux. It has a beautiful interface with a wide range of supported audio formats, all with multi-platform support!

Nightingale is available for downloading at: getnightingale.com/all-versions.php

For Ubuntu 13.04, 12.04, 12.10 and Linux Mint 13, 14, 15 users, run below commands in terminal (Ctrl+Alt+T) to install nightingale from PPA:

sudo add-apt-repository ppa:nightingaleteam/nightingale-release

sudo apt-get update

sudo apt-get install nightingale

UPDATE 2024: Nightingale discontinued! Try Clementine Music Player which is available to install in App Center or Ubuntu Software.

In this tutorial I’ll show you how to install the Nightingale Music Player on Ubuntu 13.04, 12.10, 12.04 and Linux Mint 15, 14, 13 via ppa repository.

As such, Nightingale’s engine is based on the Mozilla XULRunner with libraries such as the GStreamer media framework and libtag providing media tagging and playback support, amongst others. Since official support for Linux was dropped by Songbird in April, 2010, Linux-using members of the Songbird community diverged and created the project.

Nightingale smart playlist

Notable features of Nightingale:

  • Plugins compatible with Songbird (with one modification to the addon)
  • Multi-platform compatibility with Windows XP, Vista, 7, Linux and Mac OS X v10.5 (x86, x86-64).
  • Ability to play multiple audio formats, such as MP3, AAC, Ogg Vorbis, FLAC, Apple Lossless and WMA
  • Ability to play Apple FairPlay-encoded audio on Windows and Mac platforms via hooks into QuickTime (authorization takes place in iTunes)
  • Ability to play Windows Media DRM audio on Windows platforms
  • Media files stored on pages viewed in the browser show up as playable files in Nightingale
  • MP3 file download
  • Ability to subscribe to MP3 blogs as playlists
  • Ability to build custom mixes
  • Ability to scan the user’s computer for all audio files and add them to a local library
  • A configurable and collapsible graphical user interface similar to iTunes, and mini-player mode
  • Keyboard shortcuts and media keyboard support
  • Last.fm integration via a plugin, complete with love/hate buttons
  • Microsoft MTP compatible device support
  • Ability to edit and save metadata tags
  • Gapless playback and ReplayGain
  • Watch folders
  • Media import and export (from and to iTunes)

To install it, press Ctrl+Alt+T to open terminal, then follow the below steps:

1.) Copy and paste this command, then run in terminal to add the ppa repository:

sudo add-apt-repository ppa:nightingaleteam/nightingale-release

2.) If you’ve already installed Synaptic Package Manager, open it and click Reload button. Search for and install the nightingale package:

If not, run the below command instead:

sudo apt-get update; sudo apt-get install nightingale

Enjoy!

UPDATE: To uninstall the software, also use Synaptic Package Manager, or run following commands in terminal:

sudo apt-get remove nightingale && sudo apt-get autoremove

The PPA can be removed via Software & Updates utility via Other Software tab.