We have moved to a new Sailfish OS Forum. Please start new discussions there.
![]() | 1 | initial version | posted 2017-08-28 01:53:31 +0200 |
I've noticed that the label for the artist is not showing most of the time, that is until you take a screenshot of the cover, then magically, the artist label appears!......I can reproduce this everytime.
Side note: You'll notice that the song labels are bold and there is a back button. The magical appearance of the missing artist label happened before I made any of the above modifications to MediaPlayerCover.qml, found in /usr/share/jolla-mediaplayer/pages/.
To reproduce, simply open Mediaplayer, select a track/album and minimise to cover. Check that cover is NOT displaying the artist label and then take a screenshot using volume controller ( Vol+ + Vol-), while taking the screenshot, notice how artist label slowly appears.
![]() | 2 | No.2 Revision |
I've noticed that the label for the artist is not showing most of the time, that is until you take a screenshot of the cover, then magically, the artist label appears!......I can reproduce this everytime.
Side note: You'll notice that the song labels are bold bold/stroked and there is a back button. The magical appearance of the missing artist label happened before I made any of the above modifications to MediaPlayerCover.qml, found in /usr/share/jolla-mediaplayer/pages/.
To reproduce, simply open Mediaplayer, select a track/album and minimise to cover. Check that cover is NOT displaying the artist label and then take a screenshot using volume controller ( Vol+ + Vol-), while taking the screenshot, notice how artist label slowly appears.
![]() | 3 | No.3 Revision |
I've noticed that the label for the artist is not showing most of the time, that is until you take a screenshot of the cover, then magically, the artist label appears!......I can reproduce this everytime.
Side note: You'll notice that the song labels are bold/stroked and there is a back button. The magical appearance of the missing artist label happened before I made any of the above modifications to MediaPlayerCover.qml, found in /usr/share/jolla-mediaplayer/pages/.
To reproduce, simply open Mediaplayer, select a track/album and minimise to cover. Check that cover is NOT displaying the artist label and then take a screenshot using volume controller ( Vol+ + Vol-), while taking the screenshot, notice how artist label slowly appears.
![]() | 4 | No.4 Revision |
I've noticed that the label for the artist is not showing most of the time, that is until you take a screenshot of the cover, then magically, the artist label appears!......I can reproduce this everytime.
To reproduce, simply open Mediaplayer, select a track/album and minimise to cover. Check that cover is NOT displaying the artist label and then take a screenshot using volume controller ( Vol+ + Vol-), while taking the screenshot, notice how artist label slowly appears.
Side note: You'll notice that the song labels are bold/stroked and there is a back button. The magical appearance of the missing artist label happened before I made any of the above modifications to MediaPlayerCover.qml, found in /usr/share/jolla-mediaplayer/pages/.
To reproduce, For the 'previous' track button, simply open Mediaplayer, select a track/album and minimise add this to cover. Check that cover is NOT displaying the artist label and then take a screenshot using volume controller ( Vol+ + Vol-), while taking the screenshot, notice how artist label slowly appears.
CoverAction {
iconSource: "image://theme/icon-cover-previous-song"
onTriggered: AudioPlayer.playPrevious()
}
![]() | 5 | No.5 Revision |
I've noticed that the label for the artist is not showing most of the time, that is until you take a screenshot of the cover, then magically, the artist label appears!......I can reproduce this everytime.
To reproduce, simply open Mediaplayer, select a track/album and minimise to cover. Check that cover is NOT displaying the artist label and then take a screenshot using volume controller ( Vol+ + Vol-), while taking the screenshot, notice how artist label slowly appears.
Side note: You'll notice that the song labels are bold/stroked and there is a back button. The magical appearance of the missing artist label happened before I made any of the above modifications to MediaPlayerCover.qml, found in /usr/share/jolla-mediaplayer/pages/./usr/share/jolla-mediaplayer/cover/.
For the 'previous' track button, simply add this to the CoverActionList at the bottom of the page;
CoverAction {
iconSource: "image://theme/icon-cover-previous-song"
onTriggered: AudioPlayer.playPrevious()
}