Archives For November 30, 1999

Rhythmbox Music Player

Rhythmbox is the default music player for Ubuntu Unity and Gnome. It has reached version 3.1 while Ubuntu 14.04/14.10 still provides Rhythmbox 3.0.x.

Rhythmbox 3.1 comes with assorted bug fixes, GTK 3.14+ compatible, and now it includes an AppData file. It’s worth upgrading the player if you have upgraded to Gnome 3.14 or ever encountered below bugs:

  • “Edit > Preferences > General > Visibile Columns > BPM” missing mnemonic
  • UPNP servers do not get removed after they become unavailable
  • SendTo plugin does not work with music files containing apostrophe
  • Rhythmbox incorrectly reads the year tag of m4a files
  • support libsecret 0.18 (SecretUnstable to Secret API change)
  • rhythmbox crashes upon “Jump to Playing Song”
  • Song properties dialog “Basic” tab, “Comment” keyboard mnemonic is same as “Composer”
  • Notification disappears when I pause my music
  • New Radio Paradise URLs
  • The latest rhythmbox needs atleast libglib 2.34
  • Wording used for importing music in import screen is not clear
  • rhythmbox crashes with SIGSEGV due to double free in rb_podcast_parse_channel_free
  • rhythmbox / audioscrobbler fails if built from separate build dir
  • Inequal sizing and alignment in rhythmbox UI.
  • grilo: Do not free GrlRegistry
  • rhythmbox-client –stop
  • Rhythmbox 3.0.2 crashes if attempting to load pls stream before any other type
  • AAC tags are improperly parsed for the “year” field
  • daap source compilation failure with ubuntu 14.04
  • Rating stars are not vertically aligned in GtkTreeView listing
  • Rhythmbox crash when adding songs to a playlist
  • Right-clicking on song causes Segmentation fault
  • song-info ui files need update
  • rhythmbox.appdata.xml.in is in wrong location

How to Upgrade Rhythmbox:

Thanks to fossfreedom, the 3.1 release has been made into PPA, available for Ubuntu 14.10, Ubuntu 14.04 and derivatives.

To add the PPA, press Ctrl+Alt+T on keyboard to open terminal. When it opens, run the command below:

sudo add-apt-repository -y ppa:fossfreedom/rhythmbox

After that, launch Software Updater (or Synaptic Package Manager) and you’ll see Rhythmbox available for upgrade after checking for updates.

 

Cover art browser plugin v2.0 for the pre-installed Rhythmbox music player was finally announced by the developer, available for Ubuntu 14.04 and later.

For the uninitiated, the CoverArt Browser plugin for Rhythmbox allows you to find, play and queue both albums & individual tracks through various views:

  • Tile-View – a grid like view completely customisable – you can have a iTunes like layout, xnoise or any other media player grid layout.
  • Flow-View – swipe through your albums using different types of flows
  • Artist-View – list all album-artists graphically and find their albums
  • Music Library View – deep integration with standard rhythmbox – move to the Track-based layout and back to the other views in the same way via a toolbar menu (“…”)
  • Play Queue View – new to this release, further deeper integration – move to the Play Queue to see what you have manually queued.

Taken together, you no longer need the side-pane – press F9 to hide and enjoy the increased screen-space to view and play your albums.

Single click has improved in this release – play – pause – add albums with one click. For detailed changes, see the link at the end of post.

Install Cover Art Plugin 2.0 in Ubuntu 14.04:

Press Ctrl+Alt+T on keyboard to open the terminal. When it opens, run the commands below one by one:

sudo add-apt-repository ppa:fossfreedom/rhythmbox-plugins

sudo apt-get update

sudo apt-get install rhythmbox-plugin-coverart-browser

The above will add the developer’s PPA, and install the cover art browser as well as CoverArt search providers from it.

Once installed, re-open the Rhythmbox player and enable the two plugins from Tools -> Plugins …

Enjoy!

via: xpressubuntu

Install Rhythmbox Plugins in Ubuntu 14.04

Last updated: July 1, 2014

This quick tutorial is going to show you how to install a list of plugins for Ubuntu’s default music player Rhythmbox in Ubuntu 14.04 LTS.

The plugins currently include:

  • rhythmbox-plugin-artdisplay – display art covers as per v2.96 rhythmbox
  • rhythmbox-plugin-countdown-playlist – Countdown Playlist
  • rhythmbox-plugin-close-on-hide – really exit rhythmbox when click close button
  • rhythmbox-plugin-coverart-browser – Browse your cover-art albums in Rhythmbox
  • rhythmbox-plugin-desktopart – show cover art on desktop
  • rhythmbox-plugin-equalizer – rhythmbox sound equalizer
  • rhythmbox-plugin-fileorganizer – Intelligently move files to folders according to track tags
  • rhythmbox-plugin-fullscreen – This python plugin gives you a stylish full screen window
  • rhythmbox-plugin-hide – rhythmbox_hide
  • rhythmbox-plugin-jumptowindow – JumpToWindow
  • rhythmbox-plugin-llyrics – rhythmbox alternative lyrics plugin
  • rhythmbox-plugin-looper – Loop part of the song in Rhythmbox.
  • rhythmbox-plugin-opencontainingfolder – open containing folder
  • rhythmbox-plugin-parametriceq – parametric equalizer with up to 64 Bands
  • rhythmbox-plugin-playlist-import-export
  • rhythmbox-plugin-randomalbumplayer – Random Album Player
  • rhythmbox-plugin-rating-filters – Rating filters for the library browser.
  • rhythmbox-plugin-remembertherhythm – Remember the rhythm

All these plugins are developed by fossfreedom and available in his PPA. As some plugins were developed for old Rhythmbox 2.9x, it may or may not work on Ubuntu 14.04 with Rhythmbox 3.0.2.

Press Ctrl+Alt+T on keyboad to open the terminal. When it opens, run the command below to add the plugins PPA:

sudo add-apt-repository ppa:fossfreedom/rhythmbox-plugins

After that, you can install each plugin after checking for updates. Or install all of them by:

sudo apt-get update; sudo apt-get install rhythmbox-plugin-complete

Once installed, open Rhythmbox and go to Tools -> Plugins. Enable plugins you want from the list.

Want to really exit Rhythmbox when clicking on the close button? Thanks to fossfreedom, he has written an external plugin that does just this – clicking the close button (window ‘x’ button) really does mean quit.

In the default way of working, Ubuntu has a specific patch to ensure that when music is playing, clicking the close button minimizes the application.

The reason for this is that some people like music to be playing, but they don’t actually want to see the application visibly on the desktop. Control of Rhythmbox then passes to the Sound Indicator.

However, for those that do not like this behavior, you cannot by default quit the application via the close button if something is playing. You have to either, stop what is playing and then quit. Alternatively, use the Menu – File – Quit method.

Install the Plugin:

Press Ctrl+Alt+T on keyboard to open the terminal. When it opens, follow the steps below:

1. Install git:

sudo apt-get install git

2. Navigate to Rhythmbox plugins directory:

cd ~/.local/share/rhythmbox/plugins

Create the directory if not exist and run the previous command again:

mkdir ~/.local/share/rhythmbox/plugins

3. Get the plugin:

git clone https://github.com/fossfreedom/close-on-hide

4. For Ubuntu 13.10 and earlier with Rhythmbox 2.99 or earlier, edit the plugin file via:

gedit ~/.local/share/rhythmbox/plugins/close-on-hide/close-on-hide.plugin

Change Loader=python3 to Loader=python and save the file.

5. Now open Rhythmbox, go to Tools -> Plugins and enable the line which says “Close on Hide”.

Enjoy!

via:xpress-ubuntu

Rhythmbox 3.0 was released in early september, but due to the software freeze and probably the lack of manpower, this newer version did not make it into Ubuntu 13.10 Saucy.

Some PPAs has updated the packages for Ubuntu 13.10 Saucy and Ubuntu 13.04 Raring. So you can upgrade it on your system via below steps.

NOTE 1: The PPAs below are both for personal use. They may or may not work. Use it at your own risk!

NOTE 2: Because the plugins in v3.0 now use Python 3.0, your rhythmbox plugins are probably not work after upgraded.

For Ubuntu 13.10 Saucy:

A rebuild of the Debian sid rhythmbox v3.0 package has been created and updated to fossfreedom PPA. It works great!

Before installing it, press Ctrl+Alt+T on your keyboard to open terminal. Remove the default installation:

sudo apt-get purge rhythmbox rhythmbox-plugins

Then run below commands one by one:

sudo add-apt-repository ppa:fossfreedom/rhythmbox
sudo apt-get update
sudo apt-get install rhythmbox

For Ubuntu 13.04 Raring:

After removed the default installation, run below commands to install Rhythmbox v3.0 from Jacob’s PPA:

sudo add-apt-repository ppa:jacob/media

sudo apt-get update

sudo apt-get install rhythmbox