Showing posts with label banshee. Show all posts
Showing posts with label banshee. Show all posts

Banshee 1.7.5 Review in Ubuntu Maverick Beta

    Being actively developed, feature-rich, providing access to several useful Internet services and with a pretty decent media library, Banshee has a pretty fair share of users, and it is definitely a powerful music player not to be ignored.


    Although Banshee includes support for both audio and video files, and comes with a video library too, its well-known and popular for its music playing capabilities rather than video playback.

    Banshee 1.7.5 in Ubuntu 10.10 Maverick Beta

    The version I'm going to talk about is 1.7.5 (for some reason I couldn't get 1.7.6 to compile in Ubuntu 10.10 Beta - if you can help, I'd be grateful), released on September 1, 2010, which ships in Ubuntu 10.10 Maverick Beta.

    Banshee improved a lot since the last time I reviewed it, which was over an year ago, back when the version was 1.6 beta. For those who never tried it, here are the main features:

    - music library
    - support for podcasts
    - Internet radio support
    - smart playlists
    - integrated access to Amazon MP3 store
    - Last.fm song submission and Last.fm radio (since the Last.fm radio service became paid a while ago, you will need to have a subscriber account for the radio to work)
    - fast access to Miro guide, a website which allows to search and download videos
    - cover fetching from the Internet
    - system tray support, with a nice mouse-over info report and the ability to control Banshee by right-clicking the tray icon (this includes rating the currently playing song, play next or previous, pause, repeat or shuffle)
    - built using GTK2, so it blends well into the GNOME browser


    Just a mention about the Amazon MP3 store: it looks like by default either the geo IP detection is not working properly or Germany is selected. To change this, go to Edit->Preferences, click the Source Specific tab in the window that appears, select the Amazon MP3 Store entry in the Source list box, and then select the desired country:


    Banshee allows the user to configure several aspects, like gapless playback (to get rid of the short gap on track change), collection organization, services, and enable/disable various extensions. Which are actually quite impressing: Banshee includes Wikipedia extension, Audio CD extension, Internet radio, Podcasts, iPod support, Last.fm, Mini Mode and Notification, these to only list a few. The Mini Mode is quite a delight actually, for those who need just a small window, so it doesn't take up to the whole desktop space:

    Banshee in Mini Mode

    Smart playlists, the 5-star rating system and the tag editor are another pluses for this great player.

    Again, it seems to me that fetching local covers doesn't work properly (or maybe it is not a feature at all?) I tried to open a video file, play it, pause it after a while and then hit the play button ago. At this point instead of continuing the video Banshee started to play the song that was playing before opening the video. In my sole opinion (and this is not only Banshee-specific), having a single button for play/pause is not the best idea. I also bumped into a balloon message reading "Please move your music to /home/embryo/Music" and changing the music directory in the preferences didn't make it go away. I think this is a little inappropriate, since I like my music where it is (and that is not /home/embryo/Music). This has also been reported as a bug on for Maverick here.

    Other than that: I found Banshee's usability far greater than some other audio players. Believe me or not, over 50% of the music players for Linux that I tested didn't have a keyboard shortcut to focus the track search field. Banshee uses Alt+S for this.


    Playing a video

    To conclude, Banshee's state is currently as it has always been in the past two years or so: a very good player, pretty stable now, with a lot of features, which can be a the perfect replacement for other GNOME collection-oriented players, like Rhythmbox.
    Source URL: https://ashesgarrett.blogspot.com/search/label/banshee
    Visit ashes garrett for Daily Updated Hairstyles Collection

Banshee 1.6 Beta 1 Review

    Banshee is one of the popular audio players for GNOME, and maybe the first alternative to Rhythmbox, the default player coming with this desktop environment. Banshee has made some amazing things in the last year, especially since 1.0 came out. Each new release brings something new, it gets more stable and new features are added.


    Banshee allows to organise media files in a collection, it supports plugins, podcasts, radio stations, Last.fm integration, cover art fetching, playlist sorting, tag editor, ratings, notifications and even more.

    Although this is not tagged as a stable release, I decided to take a look at it and see what is new since the 1.4 series. This beta comes with various new features, many bug fixes and improvements. To mention just a few:

    One of the new features in 1.6 is the ability to match several characters to their ASCII equivalent when searching in the playlist. For example, o will also match รถ and vice versa. I think this is a great new feature, because it makes it easier to search and play tracks which have non-English characters in their names.

    Banshee can now import the library from Rhythmbox, so if you want to made the transition from this player to Banshee, you don't have to worry for losing your library. The score column is now automatically updated after playing a song too.

    Banshee has the same clean interface, typical to so many GTK audio players. Everything looks in place, everything is easy to find and intuitive to use. To the left there is the side panel, while the music library and the playlist takes most of the center area. The Last.fm panel is located at the bottom of the main window. Here's how a usual instance of Banshee looks like:

    Banshee 1.6 Beta 1 running in Ubuntu 9.04 Jaunty Jackalope

    As I already mentioned, Banshee comes with Last.fm integration (that means retrieval of recommended artists, top albums by playing artist, song submission, and the profile information - recently loved tracks, recently played tracks and top artists).

    Last.fm integration

    To conclude, I was positively impressed by this Banshee release. And it's only a beta currently, so the final release should be even more impressing! Great work, and a great, powerful audio player which really deserves not to be missing from a top audio players on Linux list.
    Banshee homepage
    Source URL: https://ashesgarrett.blogspot.com/search/label/banshee
    Visit ashes garrett for Daily Updated Hairstyles Collection

How-To: Compile and Install Banshee 1.4.3 in Debian Lenny

    Banshee is a popular audio player written using the GTK toolkit. Currently at version 1.4.3, Banshee is a good alternative to players like Rhythmbox or Exaile for GNOME or Amarok for KDE.

    This release comes with improved MTP (media transfer protocol) support and several bug fixes.

    Here are several easy to follow steps for compiling Banshee on Debian Lenny (since Debian comes with Banshee 1.0):

    Notice that iPod support will not be available!


    1. Install the tools needed for compilation
    Type in a terminal as root:

    apt-get install build-essential

    2. Install the dependencies
    Make sure the sources repositories are enabled in the /etc/apt/sources.list file (you should have a line which starts with deb-src, like deb-src ftp://ftp.ro.debian.org/debian/ lenny main contrib non-free) and then issue the following commands as root:

    apt-get update
    apt-get build-dep banshee

    3. Download the source tarball
    Download the tarball from the official website, here (direct link), then uncompress it:

    tar -xjf banshee-1-1.4.3.tar.bz2

    4. Compile and install Banshee
    Issue the following commands inside the banshee-1-1.4.3 directory:

    ./configure --disable-ipod
    make
    make install

    The last one as root.

    Although I tried to install Banshee as normal user too (using ./configure --prefix), I've got an error when it was still trying to write to /usr so I'm not sure whether it can be installed as normal user this way.

    You can run Banshee by pressing ALT+F2 and typing banshee-1 in the Run dialogue that appears.

    To uninstall it, just issue the command make uninstall as root from inside the banshee-1-1.4.3 directory.

    Source URL: https://ashesgarrett.blogspot.com/search/label/banshee
    Visit ashes garrett for Daily Updated Hairstyles Collection

Blog Archive