music-app takes too long to show available music
Bug #1234990 reported by
Jamie Strandboge
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mir |
Invalid
|
Undecided
|
Unassigned | ||
Thumbnailer |
Invalid
|
Undecided
|
Unassigned | ||
Ubuntu Music App |
Fix Released
|
High
|
Victor Thompson | ||
mediascanner |
Invalid
|
Undecided
|
Unassigned | ||
mediascanner2 (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I put 6.9G of music on my device. When I launch the music-app, it can take 30 seconds or more before anything is displayed and I can play a song. Also, once it is up with a songlist, it takes a long time to fetch and display the thumbnails. The thumbnails are also not remembered between app invocations.
$ adb shell system-image-cli -i
current build number: 78
device name: mako
channel: stable
last update: 2013-10-03 13:05:32
version version: 78
version ubuntu: 20131003
version device: 20131002.1
Related branches
lp://staging/~vthompson/music-app/fixes-1234990
- Daniel Holm: Approve
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
- Sergio Schvezov (community): Abstain
-
Diff: 399 lines (+112/-89)8 files modifiedLibraryListModel.qml (+4/-0)
MusicNowPlaying.qml (+1/-0)
MusicStart.qml (+1/-0)
debian/changelog (+14/-2)
manifest.json (+1/-1)
music-app.qml (+34/-38)
tests/autopilot/music_app/emulators.py (+6/-0)
tests/autopilot/music_app/tests/test_music.py (+51/-48)
Changed in music-app: | |
status: | New → Confirmed |
importance: | Undecided → High |
Changed in thumbnailer: | |
status: | New → Invalid |
Changed in mir: | |
status: | New → Invalid |
Changed in music-app: | |
assignee: | nobody → Victor Thompson (vthompson) |
status: | Triaged → In Progress |
Changed in music-app: | |
status: | Fix Committed → Fix Released |
Changed in mediascanner: | |
status: | New → Invalid |
To post a comment you must log in.
The music app defers media indexing and scanning to the mediascanner (a plugin for Grilo), and if I'm not mistaken thumbnailing is done by the thumbnailer, which recently gained the ability to cache thumbnails.
Jamie, could you try with image #96 if that improves things?