Pressing previous button sets duration to 0
Bug #1500457 reported by
Alfonso Sanchez-Beato
on 2015-09-28
This bug affects 2 people
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | Ubuntu Music App |
Low
|
Unassigned | ||
Bug Description
Pressing "previous" button sets duration to 0 secs. This has been noticed while testing silo 55, which enables indicator-sound controls for background playlists in media-hub.
Related branches
lp:~music-app-dev/music-app/media-hub-bg-playlists-rework
- Jenkins Bot: Approve (continuous-integration) on 2016-01-26
- Victor Thompson: Approve on 2016-01-26
-
Diff: 2709 lines (+461/-752)30 files modifiedapp/components/BlurredBackground.qml (+2/-2)
app/components/Flickables/MultiSelectListView.qml (+9/-2)
app/components/HeadState/MultiSelectHeadState.qml (+4/-4)
app/components/Helpers/ContentHubHelper.qml (+11/-8)
app/components/Helpers/UriHandlerHelper.qml (+17/-32)
app/components/Helpers/UserMetricsHelper.qml (+10/-7)
app/components/ListItemActions/AddToPlaylist.qml (+6/-2)
app/components/ListItemActions/AddToQueue.qml (+2/-2)
app/components/MusicToolbar.qml (+37/-23)
app/components/NowPlayingFullView.qml (+57/-17)
app/components/NowPlayingToolbar.qml (+18/-30)
app/components/Player.qml (+0/-240)
app/components/Queue.qml (+18/-20)
app/components/ViewButton/PlayAllButton.qml (+6/-2)
app/components/ViewButton/QueueAllButton.qml (+6/-2)
app/components/ViewButton/ShuffleButton.qml (+6/-2)
app/logic/meta-database.js (+14/-4)
app/logic/playlists.js (+9/-2)
app/music-app.qml (+93/-220)
app/ui/AddToPlaylist.qml (+0/-1)
app/ui/ContentHubExport.qml (+8/-17)
app/ui/NowPlaying.qml (+29/-16)
app/ui/Playlists.qml (+0/-1)
app/ui/Recent.qml (+0/-1)
app/ui/Songs.qml (+2/-3)
debian/changelog (+4/-1)
debian/control (+1/-0)
manifest.json.in (+1/-1)
tests/autopilot/music_app/__init__.py (+30/-11)
tests/autopilot/music_app/tests/test_music.py (+61/-79)
Jim Hodapp (jhodapp)
on 2015-09-28
| description: | updated |
| Jim Hodapp (jhodapp) wrote : | #2 |
@Victor: were you able to give this a try with silo 55 installed on a latest vivid+overlay? If you haven't, give that a try just to make sure it's behaving the way you think it should.
| Victor Thompson (vthompson) wrote : | #3 |
Ok, I can confirm. I only see the duration (as well as position) go to 0 for the first item in the queue. For subsequent items it does not and always goes to the previous track.
| Changed in music-app: | |
| status: | Incomplete → Confirmed |
Victor Thompson (vthompson)
on 2016-01-25
| Changed in music-app: | |
| status: | Confirmed → In Progress |
| importance: | Undecided → Low |
| milestone: | none → ota9 |
Fix committed into lp:music-app at revision 964, scheduled for release in music-app, milestone ota9
| Changed in music-app: | |
| status: | In Progress → Fix Committed |
Andrew Hayzen (ahayzen)
on 2016-01-27
| Changed in music-app: | |
| status: | Fix Committed → Fix Released |
To post a comment you must log in.


Hi Alfonso,
Do you mean to say that the "position" or the progress is set to 0? If so, that is the intent. If playback has proceeded more than a few seconds and the previous button is hit--then the current track starts from the beginning.