Bug 381896 - When pressing the previous song button the queue broken
Summary: When pressing the previous song button the queue broken
Status: RESOLVED FIXED
Alias: None
Product: amarok
Classification: Applications
Component: Playback (show other bugs)
Version: 2.8.0
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: 2.9
Assignee: Amarok Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-02 03:15 UTC by KLsz
Modified: 2017-08-12 11:45 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description KLsz 2017-07-02 03:15:15 UTC
Let's say you have queued a number of songs like this:
| Song Name | Queue       |
| 01.mp3    | 1           |
| 02.mp3    |             |
| 03.mp3    | Now Playing |
| 04.mp3    | 2           |
(The queue is 03.mp3 -> 01.mp3 -> 04.mp3)
Then you press 'Next Song' button and it should be like this:
| Song Name | Queue       |
| 01.mp3    | Now Playing |
| 02.mp3    |             |
| 03.mp3    |             |
| 04.mp3    | 1           |
(The queue is (03.mp3 ->) 01.mp3 -> 04.mp3)
Then you press 'Previous Song' button and it is like this:
| Song Name | Queue       |
| 01.mp3    |             |
| 02.mp3    |             |
| 03.mp3    | Now Playing |
| 04.mp3    | 1           |
(The queue is 03.mp3 -> 04.mp3)
The 01.mp3 is missing in the queue.

(Amarok Version 2.8.0 / Build Date: Dec 8 2016 / KDE 4.14.30 / openSUSE Tumbleweed)
Thanks
Comment 1 Myriam Schweingruber 2017-07-04 00:29:19 UTC
I don't think the queue is meant to stick if you change the order, and pressing the previous button definitely does that. 

While I can confirm this behavior, I don't think this is a bug, if you want to stick to a specific order of tracks you need to change the order of tracks in the playlist, not just in the queue. Moving to wishlist as this is the normal behavior of a queue.

Likely related to bug #323732

BTW: reassigning to playback, a queue is not a dynamic playlist.