Skip to:
On some startups of the Mediaplayer application the playlist and/or metadata image doesn't display due to the QT main loop not being ran before initial events of the agl-service-mediaplayer binding.
Album art is now set directly from libqtappfw via a QML context so this race condition doesn't happen anymore.
This JIRA should be enough. Since I'll keep it open till debugging the actual cause of the race.
Fixed with a 300 msec delay that will need to be fixed in a "real" way at some time. Should there be a JIRA issue to track the removal.
On some startups of the Mediaplayer application the playlist and/or metadata image doesn't display due to the QT main loop not being ran before initial events of the agl-service-mediaplayer binding.