Page 1 of 1

Set Aspect Ratio as Free in playlist

Posted: Tue Jan 16, 2018 12:39 pm
by Tishri
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

Posted: Wed Jan 17, 2018 6:26 am
by Prog
1. Free and none in next version. Btw, what is "none" ? Same line no parameters?
2. tvg-name, tvg-id, tvg-logo supported in current version. But these tags must be for every channel.

#EXTM3U
#EXTINF:-1 tvg-name="COMMUNITY CH." aspect-ratio=Free tvg-logo="http://172.25.0.254/logos/1.png" ,COMMUNITY CH.
udp://@239.1.1.1:1234

Re: Set Aspect Ratio as Free in playlist

Posted: Wed Jan 17, 2018 6:46 am
by Tishri
Hi,

Free or none. none is From the options (None, 4:3, 16:9).

When can you fix the m3u tag None?

Thanks

Re: Set Aspect Ratio as Free in playlist

Posted: Wed Jan 17, 2018 8:21 pm
by Prog
Try 2.49.6 BETA for new ratio values.

Re: Set Aspect Ratio as Free in playlist

Posted: Thu Jan 18, 2018 1:08 am
by Tishri
Okay thanks. I will try the new version.

Re: Set Aspect Ratio as Free in playlist

Posted: Fri Jan 19, 2018 9:49 am
by Tishri
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

Re: Set Aspect Ratio as Free in playlist

Posted: Fri Jan 19, 2018 10:01 am
by Prog
1. tvg-id - is ID for guide. Channel numbers is -1 in your M3u.
2. What you mean not working? Check value in menu of ProgTV. Also none = no ratio information.
3. Some error on screen? You must set delay in ProgTV options.

Re: Set Aspect Ratio as Free in playlist

Posted: Fri Jan 19, 2018 10:41 am
by Prog
About ratio: free - width and height on all size of screen. Without black bars. none=auto. ProgDVB Engine detect real ratio and use it.