Revision 1235751

Go back to digest for 12th June 2011

Bug Fixes in Multimedia

Giorgos Kylafas committed changes in /trunk/KDE/kdemultimedia/juk/playlist.cpp:

juk: keep the order of tracks when loading a plain playlist.

Plain Playlists are saved by explicitly writting the filenames of the
tracks they contain (in contrast, SearchPlaylists store only their
search pattern and FolderPlaylists only their folder). The filenames are
written to the disk in the order they appear in the playlist.

So, when loading such Playlists, disable sorting before adding the
tracks, so that they appear in the order they were saved.

File Changes

Modified 1 files
  • /trunk/KDE/kdemultimedia/juk/playlist.cpp
1 files changed in total