Summary: | Problem with "search Playlist" and "Track Progression:Random Tracks" | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | God666 <the_child_of_the_wicked> |
Component: | Playlist | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | arichardson.kde, nhn, teo |
Priority: | NOR | ||
Version: | 2.3-GIT | ||
Target Milestone: | 2.3.0 | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
God666
2010-01-10 22:18:35 UTC
I'm currently working on some playlist stuff that should fix several issues similar to this one, I'll keep your report in mind while testing. Also in the future please file one report per issue rather than condensing multiple issues in one report. This would make it easier for us to triage and work on them independently. I can confirm this bug with amarok 2.2.2 from openSuSE repositories. It seems random playback uses the full playlist and not the filtered one, so you only sometimes get a next song. commit ca11abf622c59ef3d0ec06eca38970e75b95855d Author: Nanno Langstraat <langstr@gmail.com> Date: Tue Mar 16 17:01:37 2010 +0100 Playlist navigators: refactor based on the new 'NonlinearTrackNavigator' and 'AlbumNavigator'. Benefits: - This is the proper fix for BUG 229226 / 222129. - Fixes the bug reported in http://mail.kde.org/pipermail/amarok-devel/2010-March/006649.html - Back/forward in history now works well for all navigators. - History doesn't get deleted when end of playlist is reached. - RandomTrackNavigator: no longer a chance of repeating recent tracks when end of playlist is crossed. - Get rid of huge swathes of (near-)duplicated code. - Uses standard Qt signals, opening the way to getting rid of the redundant (and thereby bug-causing) 'insertedIds' signal and its friends. |