Hello,
I've created an IPTV automatic network from a M3U playlist for webradios. The channel numbers are given by tvg-chno
tags in the playlist, but tvheadend does not use them when mapping services.
"Ignore provider's channel numbers" is not checked in the Network's settings.
My playlist entries look like this :
#EXTINF:-1 tvg-id="" tvg-chno="542" tvg-name="Radio" tvg-logo="https://www.radio.com/logo.png" group-title="Radios",Radio Name
pipe:///usr/bin/ffmpeg -i http://radio.com:9212/radio -c:a copy -f mpegts -mpegts_service_type digital_radio pipe:1
Any idea ? 🙂