Set Aspect Ratio as Free in playlist

#1
Hi,

How can I set the aspect ratio as "free" or "none" in M3U playlist?

Are the following m3u parameters supported?
1. tvg-name
2. tvg-id
3. tvg-logo

My playlist is below. Thanks
#
EXTM3U tvg-logo="http://172.25.0.254/logos/%id%.png"
#EXTINF:-1 tvg-name="COMMUNITY CH." aspect-ratio=Free tvg-id=1 ,COMMUNITY CH.
udp://@239.1.1.1:1234
#EXTINF:-1 tvg-name="ABS-CBN(MNL)" aspect-ratio=Free tvg-id=2 ,ABS-CBN(MNL)
udp://@239.1.1.2:1234
#EXTINF:-1 tvg-name="ABS-CBN(DVO)" aspect-ratio=Free tvg-id=3 ,ABS-CBN(DVO)
udp://@239.1.1.3:1234
#EXTINF:-1 tvg-name="PTV 4" aspect-ratio=Free tvg-id=4 ,PTV 4
udp://@239.1.1.4:1234
#EXTINF:-1 tvg-name="TV5" aspect-ratio=Free tvg-id=5 ,TV5
udp://@239.1.1.5:1234

Re: Set Aspect Ratio as Free in playlist

#6
Hi prog,

We tested the beta version, unfortunately it was not working well.

1. The channel number was not working. We set the "tvg-id", but it didn't follow the parameter value.
2. We tried the following:
#EXTINF:-1 tvg-name="TV5" aspect-ratio=Free tvg-id=5 ,TV5
and
#EXTINF:-1 tvg-name="TV5" aspect-ratio=None tvg-id=5 ,TV5
Still was not working.
3. Channel information/bar didn't hide after few seconds.

I hope this will be fixed soon.

Thanks,

TISHRI