Catch-up-TV-and-More / plugin.video.catchuptvandmore

Replay, Live TV and websites videos addon for Kodi
https://catch-up-tv-and-more.github.io
GNU General Public License v2.0
279 stars 88 forks source link

PVR Simple Client : pastilles vertes sur les logos #475

Open osmoze06 opened 3 years ago

osmoze06 commented 3 years ago

Bonjour,

En configurant automatiquement PVR Simple Client via IPTV Manager, j'ai remarqué des pastilles vertes sur chaque logos de chaînes :

Image2

Je n'ai pas trouvé à quoi cela correspond ni comment, ni pourquoi cela apparait. (Mise à jour auto. du PVR ou lié à la mise a jour de CatchUp ?).

Si quelqu'un a une idée ?

Merci pour votre aide.

sy6sy2 commented 3 years ago

Hello ! Hum aucune idée. C'est le skin par défaut de Kodi ? Si non, à voir avec le skin par défaut le comportement que tu obtiens ?

osmoze06 commented 3 years ago

Idem sur le Skin par défaut Estuary, je ne sais pas d'où peut provenir cette suraposition de pastille verte sur les logos des chaînes...

sy6sy2 commented 3 years ago

Pour trouver il faudrait partir d'une install fraiche jusqu'à trouver quel réglage/plugin engendre ces points verts :-/

sy6sy2 commented 3 years ago

Ha ha je viens de remarquer que j'ai la même chose !

@michaelarnauts, @dagwieers, is this green circle next to each channels come from IPTV Manager?

osmoze06 commented 3 years ago

Après test, je confirme que ça vient de IPTV Manager. J'ai testé sans et là, plus de pastilles vertes. Maintenant, en ce qui concerne la signification... Aucune idée.

michaelarnauts commented 3 years ago

The green circle is added in Leia to indicate that it is possible to view this program on-demand (there is a vod stream available). In Matrix, this is done by Kodi itself.

I assume it's your skin that places the dot on a strange location, I don't notice this on Estuary or the Arctic-skins.

sy6sy2 commented 3 years ago

Oh thank you! TIL something 😜. BTW, how Kodi is able to know that a VOD is available for this program? Is this information is in the EPG?

michaelarnauts commented 3 years ago

The Addon should pass this information in the JSON-EPG format that it sends to IPTV Manager. It's the stream property. When that is supplied, Kodi has a way to directly play an episode from the EPG and it will be marked with a green dot. In Kodi Matrix, this is done automatically, in Kodi Leia, we do this ourself from IPTV Manager (to match the behaviour with Matrix).

See https://github.com/add-ons/service.iptv.manager/wiki/JSON-EPG-format

sy6sy2 commented 3 years ago

Thank you for the details. This is strange because we do not fill the stream field of JSON-EPG in our add-on (see here https://github.com/Catch-up-TV-and-More/plugin.video.catchuptvandmore/blob/3fdc2081b69847b8314e534b00dc1f4b954d6959/resources/lib/iptvmanager.py#L211-L261). So I guess this green dot should not be here right?

michaelarnauts commented 3 years ago

Hmm, that's odd. You are correct, when you don't fill in the stream field, the dot should not be added.

See https://github.com/add-ons/service.iptv.manager/blob/master/resources/lib/modules/iptvsimple.py#L205:L209

Do you also see something like this in the actual xmltv file on the program?

sy6sy2 commented 3 years ago

Just force refresh IPTV Manager channels and EPG and this is what I have:

Capture d’écran 2021-04-09 à 10 19 27

addon_data/service.iptv.manager files: Archive.zip