You are here

Amarok 2.8 "Return To The Origin" released

Amarok 2.8 Screenie

It's the wonderful month of August and the Amarok Team is back with a very strong release. Amarok 2.8 is titled "Return To The Origin" as we are bringing back the polish that many users loved from the original 1.x series! The new Amarok is more fun to use, it's rock solid, and it has exciting new features.

This is also the release that sees the return of the project founder, Mark Kretschmann, and together our reunited team has created the best Amarok version yet. These are some of the highlights:

  • A fancy audio analyzer visualization applet
  • Smooth fade-out when pausing music
  • Many UI improvements and visual tweaks including better support for alternate color themes
  • Significantly enhanced MusicBrainz tagger
  • Power management awareness with a pair of new configuration options
  • Performance optimizations and responsiveness tuning all over Amarok

This release also features the first code contributions by our current Google Summer of Code students: please welcome Anmol Ahuja, Konrad Zemek and Tatjana Gornak. Our release manager Matěj Laitl takes part in GSoC as well.

Many more candidates have applied for GSoC internships, sadly we were not able to accept them all. But our thanks go to Vedant Agarwala who has contributed a lot of patches and continues to improve Amarok.

Outside the GSoC applications we also welcome new contributions by Harsh Gupta, Martin Brodbeck and Alberto Villa. In addition, Nick Adams has done a lot of work updating the Handbook. Thanks a lot, guys!

See full article for download options and a full change log.

List of All Important Changes

Features

  • Tracks from Recently Played List widget can now directly be added to the playlist. (BR 279263, BR 296090)
  • Before 2.8 Beta:
  • Ctrl+C copies the currently playing artist & title to the clipboard. (BR 228872) Patch by fleissig fleissig.
  • Volume fade-out is now also available for pause.
  • The Files browser now has a Refresh button. (BR 213666)
  • The active playlist item is animated with a soft glow effect.
  • Added an audio analyzer visualization applet.
  • Added a function for resetting the GUI layout back to default state. (BR 300753)
  • Pressing enter when searching collections now adds found tracks to the playlist and clears the search bar, this is a very convenient way to populate your playlist.
  • Allow to transcode only certain (different format, playability) tracks when transferring them to a collection; patch by Anmol Ahuja. (BR 312407)
  • On-Screen-Display fades in/out smoothly.
  • Added support for .asx playlists; patch by Tatjana Gornak. (BR 170207)
  • Add Radio GFM radio streams to Cool Stream Script. (BR 317978)
  • Added options to pause playback on system suspend and to inhibit automatic suspend if playing a track (enabled by default); patch by Anmol Ahuja. (BR 259862) (BR 222571)
  • Playlist files are now read asynchronously when possible; patch and great deal of refactoring by Tatjana Gornak. (BR 291934)
  • Added support to filter tracks to scrobble to Last.fm by label. Patch by Vedant Agarwala. (BR 140198)
  • Added transcoding support for Opus codec if ffmpeg is compiled with support for the libopus library, patch by Martin Brodbeck.
  • Added keyboard shortcuts for small 2 s seeks (Ctrl + Left/Right) and long 1 minute seeks (Shift + Left/Right) in addition to standard 10 s seeks. Durations are now configurable in amarokrc, see Amarok Handbook. Patch by Anmol Ahuja. (BR 177258)
  • Added support for files in Opus codec if Amarok is compiled against recent enough TagLib (post 1.8), patch by Martin Brodbeck. (BR 312905)
  • Added Ctrl+H shortcut to randomize playlist, patch by Harsh Gupta. (BR 208061)

Changes

  • The Jamendo service now uses a higher quality MP3 format instead of Ogg Vorbis.
  • Added an option whether adding tracks to playlist should start playing. (BR 322428)
  • Amarok now depends on Qt 4.8.3.
  • Amarok now uses FindFFMpeg.cmake from kdelibs
  • Before 2.8 Beta:
  • Removed LikeBack (a development feature in debug builds). (BR 312498) (BR 252323)
  • Collection Browser: Artist level was renamed to Track Artist and replaced by Album Artist by default. Various Artists item is no longer shown under Track Artist level.
  • Removed the splash screen.
  • Playlist-related actions were harmonized, double-clicking or pressing enter will append tracks to playlist, using any "play media" action or middle-clicking will prepend tracks to queue and immediately start playing. (BR 145468, BR 145490, BR 194549)
  • When a new collection plugin is enabled, its collections appear immediately without a need for restart.
  • Update the MusicBrainz tagger to MusicBrainz web service 2, make it show some more good suggestions for tagging, and add some options to help choosing the best results.
  • Add note about generating .mood files into Moodbar Options; patch by Harsh Gupta with tweaks by Matěj Laitl. (BR 289483)
  • Amarok now depends on Qt 4.8.2.
  • Add prepareToQuit() signal to Amarok.Window script bindings; patch by Anmol Ahuja. (BR 241066)
  • Data CDs are now recognized in Amarok; patch by Anmol Ahuja. (BR 316128)
  • On-Screen-Display now uses the system font instead of hardcoded sans-serif. (BR 248707)
  • Fancy behavior of some context menus showing different actions when Shift key is held has been reverted. All entries are now shown all the time.
  • The dynamic playlist behavior has changed. It will no longer generate "pretty good" playlists that do not fulfill the given biases. Instead it might add no song at all if given impossible-to-fulfill conditions.
  • The "tracks have been hidden in the playlist" warning when filtering the playlist is now displayed inside the playlist. (BR 260352)
  • Update tag widget for Layout edit, filter edit, organize collection and guess tag dialog.
  • When fadeout and/or Replay Gain isn't possible, gray-out related UI elements in order not to fool users.

Bugfixes

  • Don't reload Wikipedia applet content if artist/album have not changed. Patch by Frank Meerkoetter. (BR 112044)
  • Jamendo service: Albums are now downloaded directly instead of going via BitTorrent. This is far more reliable and also supports on-the-fly transcoding. (BR 299434)
  • Work-around Solid UDisks2 backend bug that caused USB Mass Storage devices and iPods not being recognized when connected before Amarok was started. Also fixes a bug where blank devices would appear in Play Media dialog. (BR 322980)
  • Definitely fix a bug where storing Last.fm credentials in plain-text isn't offered when KWallet is disabled. (BR 315306)
  • Radio streams from scripted services are now instantly playable. (BR 320718)
  • Recently Played List widget now keeps its own time for tracks instead of relying on the Last Played statistic. (BR 302485)
  • Prevent hitting an assertion failure if just removed track from the Local Collection is edited. (BR 322474)
  • Fixed a regression introduced in 2.8 Beta where tracks in the Local Collection were sometimes forgotten and then found again. (BR 322603)
  • Fixed invalid SQL queries when you have files or folders with an apostrophe in your collection. (BR 322415)
  • Fixed organizing/copying/moving tracks to Local Collection on Windows. (BR 279560, BR 302251)
  • Various usability improvements for the applet toolbar. (BR 197948)
  • Removed broken Apply button in applets' settings dialog. (BR 322015)
  • Fix incorrect colors in Context View toolbar when switching themes. (BR 301305)
  • Many fixes for various bugs with switching desktop color themes at runtime, including OSD, spectrum analyzer, collection browser.
  • Avoid updating the MPRIS2 Metadata between tracks. (BR 321602)
  • Before 2.8 Beta:
  • When you remove whole directories from the Local Collection and have Watch Folders for Changes enabled, the tracks now disappear from Collection Browser. (BR 311078)
  • Fix dynamic playlist bug: When "Automatically scroll playlist to current track" was enabled, Amarok would keep scrolling to the bottom. (BR 284214)
  • Fix a problem where ghost tracks would remain in the Local Collection until the database is wiped. (BR 319084)
  • Added missing CMake check for QtWebKit. (BR 321598)
  • Definitely fix a bug where Local Collection wouldn't update in browser. (BR 262504)
  • Fix crashed caused by race conditions at the end of the track scanning. (BR 319835)
  • Fix crash when disabling the Free Music Charts script. (BR 321329)
  • Albums having same name but different album artist won't be mixed together on the playlist if sorting by album is enabled.
  • Fix crash on startup with KDE 4.11. Patch by Hrvoje Senjan. (BR 320855)
  • Fix tracks not able to be dragged around when playlist is shuffled. (BR 320129)
  • Prevent Last.fm scrobbles not being submitted until restart due to change in liblastfm 1.0.7. (BR 320219)
  • Resume Playback on Start will correctly restore paused state, instead of always starting in playing state. (BR 313330)
  • Optimize removal of tens of thousands of tracks from playlist. (BR 316242)
  • Fix `amarok --queue` which didn't actually queue the tracks. (BR 317385)
  • Fix suboptimal initial MusicBrainz tag dialog size by remembering it. (BR 269454)
  • Fix file-browser becoming empty when a file was moved to trash. (BR 317944)
  • Fix `amarok --play file.mp3` option didn't actually start playback.
  • Reason why a particular track is not playable is now shown in playlist tooltip; patch by Anmol Ahuja. (BR 313649)
  • Pre-apmlifier in equalizer is now only enabled if it is actually supported; patch by Harsh Gupta. (BR 301311)
  • Fix Amarok crashed while doing "Organize Files" (BR 317980)
  • Fix Amarok erroneously merges two albums. (BR 216759, BR 272802)
  • Fix Crash on very long artist names. (BR 276894)
  • Fix Move tracks to rubbish and the current track cover changes to the deleted cover. (BR 306735)
  • Fix theoretical configwidget leak in services. (BR 301352)
  • Fix "Local collection" text label is truncated with large font. (BR 282561)
  • Fix crash by putting a broadcast in the playlist. (BR 313718)
  • Fix Keyboard navigates context menu in collection will move two items. (BR 307794)
  • Fix add track to playlist by double click on arrow in the collection. (BR 279513)
  • Fix VFAT safe names missing a couple of idiosyncrasies. (BR 312574)
  • Clarify message when Last.fm streams are not available. (BR 315771)
  • Fix crash when Dynamic Playlist based on last.fm is aborted. (BR 314243)
  • Fix Group by directory doesn't work in main playlist. (BR 265415)
  • Don't remove common labels when editing the tags of multiple tracks. (BR 316043)
  • Fix vertical positioning of On-Screen-Display. (BR 269788)
  • Fix OSD sometimes misplaces the font and the font's shadow. (BR 257643)
  • Prevent inability to save Last.fm password in corner cases. (BR 315306)
  • Fix "Copy to Collection" window doesn't fit on small screens. (BR 283361)
  • Fix crash when quitting Amarok with Statistics Synchronization open. (BR 315525)
  • Fix items moving around when expanded in collection browser. (BR 305602)
  • Fix Organize collection folder deletion going 'too far'. (BR 314348)
  • Fix %albumartist% placeholder translates to some strange unicode symbol. (BR 314351)
  • Fix bumpy fade-out when first used. (BR 312062)
  • Fix crash when switching/removing organize collection presets. (BR 314344)
  • Fix crash on start if a playlist source is unavailable. (BR 313460)
  • Fix Copy/Move to collection picks up wrong destination path and fails silently. (BR 314460)
  • Cleanup TrackOrganizer. (BR 305291)
  • Fix Editing Playist Layout Editor. (BR 250594)
  • Fix Display glitch for rating in verbose playlist. (BR 300118)
  • Refactoring Ampache service, fix Albums with multiple disks not listed correctly. (BR 249857)
  • Fix playlist sorting by type. (BR 249338)
  • Fix subtle bugs when a long fade-out is initiated near the song end.
  • Don't try to fade-out with phonon backends that don't support it. (vlc)
  • Fix Can't edit & save an existing equalizer preset. (BR 241874)
  • Clean up Equalizer Dialog. (BR 274972)
Undefined

Comments

Thanks

Thanks so much! This truly is the best Amarok release ever. And "Fix bumpy fade-out when first used. (BR 312062)" made my day :D. (since Kubuntu switched to gstreamer I noticed that bug, don't know what Amaro/Kubuntu version that was...)

Glad to hear my fix works

Glad to hear my fix works well for you. :)

tomahawk collection plugin

Congratulations for the new verion of Amarok One question. Can anybody tell me what have happend to the tomahawk collection plugin (part of gsoc from last year). Are there any plans to implement it in one of the next releases?

The efforts are unfortunately

The efforts are unfortunately stuck with some technical disagreements on how to proceed on Tomahawk side IIRC. You may try contacting Lucas Gomez on G+: https://plus.google.com/117767044315418355748/posts

All I have to say is .. meh.

All I have to say is .. meh. Amarok 1.4 was my favorite heavy music app... 2.x killed that dead. I'd rather run Clementine.

Hi Anonymous, have you

Hi Anonymous, have you actually tried running Amarok 2.8?

I have--it's still a shell of

I have--it's still a shell of what it once was, and if Clementine had half-way decent stability, it'd be much more palatable than even Amarok 2.8.

Best music player

Thank you so much for the gift that is Amarok. It is truly awesome and is easily the best music player ever. Even 2.7 was perfect for me already so I realy like all the speedups and optimisations that new version bring. Keep up the excellent work!

Perfect!!!

Thanks to all developers for this awesome release!! Now I can say that Amarok is complete, with new features of 2.x series and missing features of 1.x series. It is PERFECT!!! Let's rock with amarok!!!

Welcome back to the origin!!

I really looking forward a more polish version, starting from 2.0 I couldn't stand the UI

collections in smb shares?

does amarokcollectionscanner work wirh music stored on smb shares that are mounted writeable for the currenr user? last versions just crashed while indexing or the collection had to be rebuilt every time...

Bug report

Please make a bug report for this, so that we can fix the issue.

Beautiful additions and fixes

Thanks to the whole team for the new version of this application! I love it and use it every day. I have to say though, i don't like the "speed"/look of the analyzer, i get nervous when i look at it... Loved to see it back but in it's current state it looks a bit too hectic to me. Other than this it works like a charm, without any problems! Greetings

Optional

You can completely disable the analyzer, or choose between three different styles by right-clicking on it.

Congratulation!

Congratulation to the entire Amarok team, and thank you very much for your hard works. Amarok is my music player of choice and it's great to see it keeps getting better and better.

Also, I really like the new

Also, I really like the new visualization applet.

artist order

Is there any way to order my collection, like in the older versions, under the level artist (maintaining the item "Various Artists") instead of using the level Album Artist?

YES PLEASE!!!!

The last upgrade messed up my whole classical music collection, where the album artist is almost never the same as the artist.

any solution?

Is there a simple solution to this problem? Until now my only choises are to change the tags of all my 11700 tracks or change player (but, if possible, I wouldn't because amarok is in my opinion one of the best music player)

Yes there is, just change the

Yes there is, just change the first level to Artist in the Collection Browser: click on the Wrench and set the First level to Track artist instead.

New features only with Gstreamer Backend ?

Is it true that the new fadeout feature and the new visualizer plugin only work with the gstreamer backend? If that is true shouldn't be there a notice or something in the player itself depsite the release notes ?

audio analyzer visualization applet

Will the audio analyzer visualization applet recieve some love so we could change colours and install other styles (or maybe add more by default). I'm using Oxygen cold style and the blue analyzer doesn't fit very well :/ Btw amazing version!

Yes,

I assume that we will gradually extend the feature. Currently it's brand new, so there are only three presets available. You can switch them by right-clicking on the analyzer applet. Analyzer programming is also an ideal way for new contributors to get into the project, if they are interested in OpenGL coding *hint hint* :)

Please, find a way to let

Please, find a way to let Amarok works on OSX!!!

Amarok does in fact work on

Amarok does in fact work on OSX. But we need a maintainer for the OSX port who is willing to do testing and for creating the package.

I tried to install it via

I tried to install it via macport, but the version 2.6 and the 2.8 do not compile.

Please create a bug report

Please create a bug report for that, and paste the error message from the compiler. Also if you'd like to do regular testing for us, we could try to keep the Mac version in better shape.

I will post a report. I can

I will post a report. I can to help you, but in the past I had problems related to phonon, and I'm not able to manage kde or other deps, only think I can do is install Macport and then try to install Amarok via source code.

Hi, here the bug report:

Hi, here the bug report: https://bugs.kde.org/show_bug.cgi?id=324075

Hi, still the same problem as

Hi, still the same problem as six months ago, by playing mp3 radio stream, Amarok still eating more and more and more RAM, after a few hours of listening I have hundreds of MB busy only for Amarok, so to play the radio unusable. I stick with my 3 years old Rhythmbox that can handle this.

Close to perfection!

Amarok is the best music player I have ever encountered - the only thing I really do miss is the ability to do crossfading between tracks. This feature I have been waiting for for years... but as I understood this is something that underlying software Amarok makes use of does not support (phonon?). But even so, Amarok has proven to be the best tool for listening to and administrating my music collection for years now. THANK YOU

Thank you very much :)

Glad that you enjoy the new Amarok! About cross-fading: We're certainly going to add it as soon as all issues with Phonon are solved. We're working very closely with the Phonon developers, so we'll see what we can do about it.

Any progress on OSX?

Any progress on OSX?

Amarok is the best music

Amarok is the best music player i have ever used,thank u guys. i like the audio analyzer visualization applet but it eats 10% of the cpu usage (intel core i3)