Softpedia
 

NEWS CATEGORIES:



NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
TRENDING TODAY
Home > News > Linux > Open Source Software

October 2nd, 2009, 09:39 GMT · By Doru Barbu

Amarok 2.2 Has a Completely New Look and Feel

SHARE:

Adjust text size:

Amarok 2.2 Splash Screen
Enlarge picture
Lydia Pintscher announced yesterday the release of the much-anticipated Amarok 2.2 music player for the K Desktop Environment. Dubbed "Sunjammer," this version has a completely cleaned-up user interface, Playlist manager enhancements and fixes, a better Context View layout, faster music folder scanning and improved import capabilities, and even Dynamic Playlists that can better predict the music that you would want to hear.

"Many weeks have passed since our last version, and so many changes and improvements have found their way into version 2.2. Over all, the team is quite proud of all the improvements and was lucky to be able to plan and coordinate those in two developer sprints, one in Berlin and one during the Gran Canaria Desktop Summit, made possible by your support for Amarok and KDE. To put this into perspective: In the last three and a half months we closed 654 bugs, made close to 2200 commits to the code, of which more than a hundred were made in the first 24 hours after the release of version 2.1.1. The code statistics show that we changed a total of 1935 files, wrote 101693 new lines, and removed 73774 obsolete lines of code." - Lydia Pintscher says in the official release announcement.

The user interface has seen important improvements, with the Browser Pane moved on the left side of the window and with "bread crumbs"-styled navigation helpers on top. By using Qt4's widget functionality, almost every visual element of the window, including the Browser Pane, the Context View and the Playlist, is dockable and can be placed in any position or layout. They can even be stacked or, if you have no use for them, completely removed.

Review image
Amarok 2.2

The Playlist is the core element of any music player, and for Amarok 2.2 it has been completely overhauled. Many new features have been added, like custom item sorting and shuffling, and the integrated layout editor allows you to configure the Playlist's aspect so that it only displays the information that you want to see. You can even do on-the-spot audio tag modifications or set song ratings. Furthermore, bookmark support has been added, allowing you to create shortcuts that point to a specific place in a podcast or audiobook, or even to your favorite part of a song. The added bookmark manager takes care of the grouping, editing, and deletion of these shortcuts.

Review image
Amarok 2.2 Bookmark Manager

The Context View has an improved layout too, with automatic applet resizing and custom placement options. A new photo applet has been added, which displays images of the now-playing artist, and a video-oriented one tries to find contextual clips. Wikipedia information retrieval has been extended, adding the possibility to pick a custom-language page, and support for differentiated artist, album or track information.

Review image
Amarok 2.2 Context View settings

The Collection Browser and its underlying functions have been optimized, increasing the scanning speed and improving the import of older, Amarok 1.4, music databases. Also, an external MySQL server can now be used. Many people complained about the lack of audio CD support in the previous Amarok version, so 2.2 automatically displays the Collection Browser when such CDs are inserted, allowing you to directly listen to the music or copy it to your computer. The same behavior is encountered when connecting digital media players and other devices that use the generic USB storage protocol.

Review image
Amarok 2.2 external MySQL database

Last but not least, the Dynamic Playlists function in Amarok 2.2 is now smarter, being able to generate song suggestions by basing itself on your listening habits and on information collected from the Last.fm and Echonest online services.

Development-wise, the makers of Amarok want to focus on improving the 2.2 series rather than adding major new features to it. In light of this decision, they plan to release a new version of Amarok approximately every six weeks, delivering bug fixes and a limited amount of new features.

Download Amarok 2.2 right now from Softpedia.


11,415 hits · 9 comments
Link to this article · Print article · Send to friend

MUST-READ RELATED ARTICLES:


Ubuntu 9.10 Beta Is Available for Download

Astaro Security Gateway 7.500 Adds New Levels of Functionality to Gateways

How to Fix Windows 7 Sharing in VirtualBox

Calculate Linux Desktop 9.9 Has KDE 4.3.1

Softpedia Linux Weekly, Issue 64

READER COMMENTS:


Comment #1 by: Lydia on 02 Oct 2009, 12:17 UTC reply to this comment

Thanks so much for this detailed review :)


Comment #2 by: troy mclure on 04 Oct 2009, 17:13 UTC reply to this comment

almost every visual element of the window, including the Browser Pane, the Context View and the Playlist, is dockable and can be placed in any position or layout. They can even be stacked or, if you have no use for them, completely removed.


FINALLY!!

My music player the way I want it to look. That's how its supposed to be with KDE.


Comment #3 by: jado92mx on 05 Oct 2009, 00:33 UTC reply to this comment

I would sell an organ for havin' something like amarok 2 in gnome/gtk! T_T

See Ya!

JaD!


Comment #4 by: anon on 05 Oct 2009, 01:12 UTC reply to this comment

I hope this release won't corrupt all my music again...

Comment #4.1 by: bugman on 05 Oct 2009, 13:08 GMT

I agree, almost every single release destroys your previous database! The number of times I've had to something like:

$ sqlite3 collection.db .dump > collection-1.4.0.dump
$ sqlite3 new-1.4.0.db < collection-1.4.0.dump

to get at least part of my collection back is retarded!?! The Amarok developers do not care - well, have never cared - about backwards compatibility with the old database. Please consider your users - stop the corruption of the ratings, lyrics, covers, etc. Write a fault tolerant parser of all the old databases that is compatible from amarok 1.4.0 to 2.2.0!


Comment #5 by: MacLone on 05 Oct 2009, 18:08 UTC reply to this comment

The all new Amarok wow! without an Equalizator ...again... it is worthless. I really don't know why this guys hate so much the idea of building an EQ. Is a technical problem? no, songbird builded one at last and is "THAT MUCH" the difference in audio quality. Keep the ggod work amarok...but for now i have migrated to songbird.


Comment #6 by: Eugene Samson on 12 Oct 2009, 05:05 UTC reply to this comment

I would like to know how I can install files on linux, I am using suse linux and I am knew to it. How can I install tar files, rpm etc....Please I need your guidance

Comment #6.1 by: Doru Barbu on 12 Oct 2009, 06:34 GMT

Tar files usually aren't "setup" programs in the way that you would expect to. They are the source files for the program, not the program itself (think of them as a "recipe" which needs to be followed to build the program). To actually obtain executables from them you need to compile them, and there are plenty of guides around the internet to do that.
Rpm files are different, since they are binary packages, and you should be able to install them by double-clicking on them. However, since you don't have experience with Linux in general and Suse Linux in particular, you don't know how to see which files are compatible with your system.
The best way to install program is to use the repository that is accessible from Yast, the Suse control center. Through it you can search for programs, then select them for install. Yast will automatically download the needed files and perform the necessary operations automatically.


Comment #7 by: aap on 13 Oct 2009, 00:35 UTC reply to this comment

Too late. Switched to mpd + mpd-dynamic + Sonata, not going back.

Copyright © 2001-2013 Softpedia. Contact/Tip us at

WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM