Merge lp://staging/~osomon/moovida/player_feedback into lp://staging/moovida
Proposed by
Olivier Tilloy
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~osomon/moovida/player_feedback |
Merge into: | lp://staging/moovida |
Diff against target: |
208 lines (+58/-29) 3 files modified
elisa-plugins/elisa/plugins/poblesec/player_audio.py (+3/-0) elisa-plugins/elisa/plugins/poblesec/player_video.py (+29/-27) elisa-plugins/elisa/plugins/poblesec/widgets/player/status_display.py (+26/-2) |
To merge this branch: | bzr merge lp://staging/~osomon/moovida/player_feedback |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Moovida Developers | Pending | ||
Review via email:
|
To post a comment you must log in.
Unmerged revisions
- 1607. By Olivier Tilloy
-
Removed an outdated FIXME.
- 1606. By Olivier Tilloy
-
Get, cache and display in the OSD the episode's poster URI if needed.
- 1605. By Olivier Tilloy
-
Do not re-load default preview artwork, it's already there.
- 1604. By Olivier Tilloy
-
Fix the default preview artwork for the audio player.
- 1603. By Olivier Tilloy
-
Clear the OSD when the player is stopped.
This bundle fixes various bugs in the player OSD:
1) The OSD wasn't really cleared when necessary, despite various attempts to fix that (see https:/ /bugs.launchpad .net/moovida/ +bug/432269 among others). The issue was less easy to observe but it was there (hint: a slow network connection helps to reproduce the issue).
2) The default thumbnail for music was that of videos (https:/ /bugs.launchpad .net/moovida/ +bug/463733).
3) The posters for TV episodes were never shown in the OSD, despite the fact that we had their URIs in the DB (https:/ /bugs.launchpad .net/moovida/ +bug/485933).
With all that the OSD is hopefully less buggy and a tad more useful.
Thanks for the review!