eracknaphobia / plugin.video.slingtv

GNU General Public License v3.0
2 stars 1 forks source link

No Images in Guide #4

Closed Doctor-Eggs closed 10 months ago

Doctor-Eggs commented 10 months ago

I'm not sure if this is an issue with Sling or IPTV Manager, but there are no images for what is playing for the tv channel. In the full SlingTV add-on, it would populate the guide with an image.

Here is a sample of what was provided in the original SlingTV add-on (I use IPTV Merge so the Sling add-on's epg may differ a little):

<programme start="20240201011600" stop="20240201020900" channel="b52d28e4dff841ad9653cba07f58ec3c">
    <title lang="en">Heartland</title>
    <sub-title lang="en"></sub-title>
    <desc lang="en">S8E11  A client reveals that Peter turned down a job offer, leaving Amy in a difficult position.</desc>
    <category lang="en">Drama</category>
    <icon src="http://p-img.movetv.com/images/613cc3191862568f226c44883cf3fbeed5c66804"/>
</programme>

And this is what I get through IPTVManager:

<programme start="20240131151500" stop="20240131160700" channel="HEARTENG" catchup-id="https://cbd46b77.cdn.cms.movetv.com/playermetadata/sling/v1/api/channels/b52d28e4dff841ad9653cba07f58ec3c/schedule/now/playback_info.qvt">
 <title>Heartland</title>
 <sub-title>The Silent Partner</sub-title>
 <desc>A client reveals that Peter turned down a job offer, leaving Amy in a difficult position.</desc>
 <category>drama</category>
 <episode-num system="onscreen">S8E11</episode-num>
</programme>

Is there a way to get the icon in there? <icon src="http://p-img.movetv.com/images/613cc3191862568f226c44883cf3fbeed5c66804"/>