Hello pepsik, hello everyone,
unfortunetely only few providers have markers in the groups (bouquets) of their playlists.
So i thought, it would be a good thing, to have an option to create them, whenever bouquets based on custom sorting are created.
Here is an example to illustrate, what I mean:
If in ***override.xml a tvg-id="Marker" is found (or "9999" for example), then on generating the .channels.xml,
it would be mapped to a channel with servicetype 64 (not hidden marker).
../override/****-sort-override.xml:
<channels>
<groupe name="-- Общие --">
<channel enabled="1" name="== Уфа ==" tvg-id="Marker"/>
<channel enabled="1" name="ТНТ +2 (Уфа)" nameOverride="" tvg-id="3022" tvgidOverride="" reftypeOverride=""/>
<channel enabled="1" name="НТВ +2 (Уфа)" nameOverride="" tvg-id="2036" tvgidOverride="" reftypeOverride=""/>
<channel enabled="1" name="== Омск ==" tvg-id="Marker"/>
<channel enabled="1" name="ТНТ +4 (Омск)" nameOverride="" tvg-id="3012" tvgidOverride="" reftypeOverride=""/>
<channel enabled="1" name="НТВ +3 (Омск)" nameOverride="" tvg-id="2016" tvgidOverride="" reftypeOverride=""/>
</groupe>
</channels>
.../epgimport/e2m3u2b_*****.channels.xml.gz
<channels>
<groupe name="-- Общие --">
<channel id="Marker">1:64:32:0:0:0:dddd0000:0:0:0:</channel><!-- == Уфа == -->
<channel id="3022">1:0:1:a492:e194:d17:dddd0000:0:0:0</channel><!-- ТНТ +2 (Уфа) -->
<channel id="2036">1:0:1:b9c5:2993:d17:dddd0000:0:0:0</channel><!-- НТВ +2 (Уфа) -->
<channel id="Marker">1:64:32:0:0:0:dddd0000:0:0:0:</channel><!-- == Омск == -->
<channel id="2034">1:0:1:aa14:47ef:d17:dddd0000:0:0:0</channel><!-- ТНТ +4 (Омск) -->
<channel id="3000">1:0:1:b065:329c:d17:dddd0000:0:0:0</channel><!-- НТВ +3 (Омск) -->
</groupe>
</channels>
Would be a nice feature to have. They would appear as a real marker in bouquets on our STB with all the amenities a marker has.
What dou you think ?