Revision 877921

Go back to digest for 2nd November 2008

Other in Multimedia

Nikolaj Hald Nielsen committed changes in /trunk/extragear/multimedia/amarok/src/playlist:

After much debate, I am switching the track grouping to use, for now, name based matching.
This is very much a temporary solution and should be fixed properly after 2.0.0.

The motivation for this change is that mmany scriptable service, tracks loaded from the file browser or track recieveing their metadata from a stream was not grouped together using pointer based matching.

Fixing it The One True Way (tm) now would require some large changes that would likey break other stuff, so in the interest of getting a release out the door, this will be the way it works for 2.0.0.

The logic is quite simple, and it uses both album and artist names ( if available ).

File Changes

Modified 2 files
  • /trunk/extragear/multimedia/amarok/src/playlist
  •   /GroupingProxy.cpp
  •   /GroupingProxy.h
2 files changed in total