Jump to content


Photo

Song Title null for online radio streams

servicemp3

  • Please log in to reply
3 replies to this topic

#1 ataru80

  • Member
  • 6 posts

0
Neutral

Posted 13 December 2015 - 07:31

Just wanted to highlight that it is no longer possible to retrieve the Artist and Song Title when playing online radios.
 
For example in the plugin ShoutCast with the old Gstreamer 0.x everything was working fine and when playing an online radio the Song Title and Artist name was shown.
With Gstreamer 1.60-1.70 it does not work anymore.
 
Investigating at python level I found that the following python instruction:
 
print self.currPlay.info().getInfoString(iServiceInforma tion.sTagTitle)
 
returns a null string when a streaming a webradio, whereas previously it was returning the Title of the song.
 
Oddly enough are still working:
 
currPlay.info().getInfoString(iServiceInformation. sTagAudioCodec)
currPlay.info().getInfoString(iServiceInformation. sTagGenre)
 
Can anybody help?
Could it be due to the latest Gstreamer versions and the changes to servicemp3 performed?
 
Thank you


Re: Song Title null for online radio streams #2 mx3L

  • Senior Member
  • 616 posts

+79
Good

Posted 13 December 2015 - 09:11

Duplicate?

http://forums.openpl...ndpost&p=517381

 

It should be already fixed:

https://github.com/O...e720ba41a79f13b

 

Did you try latest gstreamer1.0 images by @MastaG?



Re: Song Title null for online radio streams #3 mfaraj57

  • Senior Member
  • 1,605 posts

+286
Excellent

Posted 13 December 2015 - 11:42

No problem with latest image by @MastaG

 

screenshot.png



Re: Song Title null for online radio streams #4 ataru80

  • Member
  • 6 posts

0
Neutral

Posted 13 December 2015 - 12:20

confirmed it works with the latest update!!!





Also tagged with one or more of these keywords: servicemp3

1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users