Jump to content


4l3x2k

Member Since 3 Feb 2022
Offline Last Active 31 Dec 2023 00:34
-----

#1478880 OpenPLi-py3

Posted by 4l3x2k on 5 September 2022 - 10:31

I am pleasantly surprised by this: "now playing" in the infobar for ice/shoutcast streams :D

 

attachicon.gifradio.jpg

 

Where did that come from? Very nice.

 

This is a Neutrino feature and was requested by some users.
 
It was first implemented in Enigma2 under OpenATV by jbleyel and 4l3x2k (me) in an unconventional way as it mimics a C++ class in Python.
This meant that not so many other components had to be adjusted.
 
The relevant commits are
and
 
Only with the last commit can you actually see the stream title, since the event generated by ServiceMP3 was missing in the EventInfo Source (iPlayableService.evUpdatedInfo).
In addition, progress for "finite" streams is now also displayed, as is the case with VOD, for example.
 
This feature currently only works with ServiceMP3 (GStreamer) as MediaService.