← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1571567] Re: Read metadata of audio (radio) streams are not supported on Ubuntu Phone

 

** This bug is no longer a duplicate of bug 1498962
   MPRIS is only partially implemented

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtubuntu-media in Ubuntu.
https://bugs.launchpad.net/bugs/1571567

Title:
  Read metadata of audio (radio) streams are not supported on Ubuntu
  Phone

Status in Canonical System Image:
  Confirmed
Status in qtubuntu-media package in Ubuntu:
  Confirmed

Bug description:
  Hello I use in a qmlproject QtMultiMedia 5.6
  The property metadata.title displays the current title of a radio stream.

  example:

           Audio {
             id: player
             source: "http://icecast.timlradio.co.uk:80/a7128.mp3";
           }
  ...

          Label {
            id: display
            text: ""
          }     
             
  ...
          display.text = String(player.metadata.title);

  It works fine, when I use the "Desktop Kit" from Ubuntu SDK on PC .
  But on ubuntu phone (armhf) the title does not display

  phone is Bq 4.5 with OTA-10
  PC Ubuntu 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1571567/+subscriptions