

#EXTCTRL after the directive may be written url that has to be requested when the tile will be pressed. #EXTSIZE defines the size of the tile related to described playlist's item. After this directive may be written url to the image, or the color in #rrggbb or rgba #EXTBG defines the background of the tile related to described playlist's item. The attribute's value must always be double quoted. Using attributes described here you can ajust appearance of playlist on the Main Screen manipulating the rendering of separate tiles.ĭirectives of M3U have to be always written a new line and theirs first symbol is “ #”, attributes are inlined in directive's string (usually #EXTINF) and are represented as a pair attrubute = " value". SS IPTV besides usual directives and attributes of Extended M3U format supports additional ones. In this section there are described directives and attributes which can be applied only in SS IPTV, third-party apps can interpret them incorrectly
Iptv m3u tv#
aspect-ratio - defines aspec ratio (may be not available for some TV models).The first item in the list will be defined as default.
Iptv m3u iso#
Write language codes in ISO 639-2 standard, you may use several codes separated by comma (e.g.: "eng, rus, deu"). audio-track - Audio track definition of this channel, if it's supported by stream.In case of live TV links the duaration has always to be 0 or -1.Īttributes are not requred params, this is the list of supported attributes: Required params are: duration and channel title. The first line starts with #EXTINF: (duration) (attributes), (channel title). In this example there are 3 channels: BBC World, CNN International and Arirang.

#EXTINF:0 tvg-name="CNN" audio-track="rus", CNN InternationalĪs you can see from this example the M3U file represents the set of pairs of lines which describes the source of signal (link) and parameters. #EXTINF:0 tvg-name="BBC" audio-track="eng" tvg-logo="", BBC World The second line of the pair containes only uri (link) of content. The first line of the pair always starts form #EXTINF: text identifier. Any M3U file starts with #EXTM3U text identifier in the first line. It can be edited by application Notepad from accessories Windows. Playlist in M3U is ordinary text document which is encoded in UTF-8. Also you can read about additional params which were brought in to expand SS IPTV's opportunities and used only in it. This section describes general aspects of Extended M3U format which are not unique for our app.
