[Music app] Should "Recent" just say "Albums"
Bug #1240335 reported by
Victor Thompson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Music App |
Fix Released
|
Low
|
Victor Thompson | ||
Ubuntu UX |
Fix Released
|
Low
|
Jouni Helminen |
Bug Description
Design team, we still won't have a proper "Recent" list. In all likelihood, it will still be a list of albums. We still need to think through how we track recent items.
Should "Recent" be replaced with "Albums" or "All Albums" or other to avoid confusion? I might be able to sort so it reflects recently added albums... if that helps a labeling decision.
Related branches
lp://staging/~vthompson/music-app/recent-items
- Andrew Hayzen: Approve
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
-
Diff: 350 lines (+176/-23)6 files modifiedLibraryListModel.qml (+19/-0)
MusicAlbums.qml (+4/-0)
MusicPlaylists.qml (+5/-2)
MusicStart.qml (+65/-20)
meta-database.js (+75/-1)
music-app.qml (+8/-0)
Changed in music-app: | |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in music-app: | |
status: | Fix Committed → Fix Released |
Changed in ubuntu-ux: | |
assignee: | nobody → Jouni Helminen (jounihelminen) |
summary: |
- [Music app] [Design] Should "Recent" just say "Albums" + [Music app] Should "Recent" just say "Albums" |
Changed in ubuntu-ux: | |
importance: | Undecided → Low |
status: | New → Triaged |
status: | Triaged → Fix Released |
Changed in music-app: | |
assignee: | nobody → Victor Thompson (vthompson) |
To post a comment you must log in.
Copied from the UX spec https:/ /docs.google. com/a/canonical .com/document/ d/12ZvFDfH- 7zjk-seTFpP205y OuUNi9ticEkvmQF i_bTY/edit# heading= h.d9ebl8ngc6q
---
Recent: the last n albums that were played or added.
An album appears only once in the list. Example:
* User starts using the music app and adds music from albums A, B, C
** Recent tab shows albums C, B, A
* User plays album A
** Recent tab shows albums A, C, B
---
So show last n albums that the user has played songs of, or the last n added albums if there are no or not enough played albums. Let's say n = 10 or 15.
Is this possible? It would be great if we could add playlists to this list in the future.