26.01.06.8388
-
New

-
If you embed the extension on your website, update to the new detection of the extension. GitHub Wiki
-
NewDONORNow you can get a donor license key via PayPal or MercadoPago to unlock extra features and support the extension's development. While a key isn't required to use the extension, it unlocks its full potential.
-
NewIPTV PlayerAdded the ability make music playlists with
?playlistType=music
parameter in the playlist URL or with the tagplaylistType="music"
in the#EXTM3U
header of the playlist.
While in a music playlist, when a song finish, it changes to next song, and start over when the last in the playlist finish. -
NewIPTV PlayerAdded shuffle toggle button to player control-bar on music playlists.
-
FixedIPTV PlayerFixed internal shaka error when that could be present when changing channels with subtitles enabled.
25.12.23.8388
-
NewSeparated the options menu from the settings menu to be able to add more configurable settings to the extension.
-
NewConfigurable list of domains to ignore from the autoplay of media links added to settings menu.
-
NewAdded ability to export and import your extension configuration.
-
NewDirect PlayerIPTV PlayerBetter handling of audio and subtitle labels. Show label, language and language code combination with flag emojis.
-
NewDirect PlayerIPTV PlayerBetter styling of the quality selector, with tags for resolutions and distinction from extra data.
-
NewIPTV PlayerEPGAdded support for emojis on channel names, program titles and program descriptions.
-
NewIPTV PlayerEPGConfigurable amount of days of EPG data to load. Default to 1 day. This affect performance with too many channels on low-end devices.
-
NewIPTV PlayerOptimization of channel logos loading. With async and lazy loading that request the logo while scrolling. This prevents huge amount of requests on playlist load with too many channels.
-
NewIPTV PlayerNew playlist parameter
?maskUserAgent
. It overwrites the default browser user agent with a custom one from the parameter value or extension name if the value is missing. This is only for the playlist request. -
NewIPTV PlayerNew playlist parameter
?forceFileType=mpd
. When you know the channels from the playlist are from a specific filetype but their file extension is missing in the URL, you can force a type with this parameter to all channels unless they have their own manifest type config. -
NewIPTV PlayerAdded support to load
file:///
media on local playlists. Local playlist are considered playlist from file:/// or local ips or local domains. -
FixedDirect PlayerIPTV PlayerFixed some controls bugs related to playback of direct HTML5 media like MP3, AAC and Ogg Vorbis for audios, and MP4 and WebM for video.
-
FixedIPTV PlayerEPGBetter detection of compressed EPGs. This fix a bug on the previous version that tried to decompress plain xml from GitHub.
-
FixedIPTV PlayerFirst fullscreen call cancelled.
-
FixedDirect PlayerIPTV PlayerUI fixes and RTL language fixes like arabic.
25.12.04.8388
-
NewDONORIPTV PlayerAdded multistream support, allowing unlimited concurrent channels to play in the same tab.
-
NewDONORIPTV PlayerAdded a button to open a specific channel from the IPTV list in a new tab.
-
NewDONORIPTV PlayerAdded program reminders. Right-click any program in the EPG list to automatically open the channel when the program starts. You’ll also receive a desktop notification if the player tab isn’t in focus.
-
NewDirect PlayerIPTV PlayerAdded ability to run the extension in Incognito Mode if is allowed in the Chrome extension settings
-
NewDirect PlayerIPTV PlayerAdded hotkeys to decrease and increase the playback rate with
SHIFT
+,
andSHIFT
+.
-
NewDirect PlayerIPTV PlayerOverhauled UI styling for consistency across the extension and between the IPTV and Direct Player.
-
NewDirect PlayerIPTV PlayerAdded an explanation of the most common playback errors to the error dialog.
-
NewDirect PlayerIPTV PlayerAdded current buffer health and playback rate status to the player control bar.
-
NewDirect PlayerIPTV PlayerIf the stream starts buffering because it has reached the live edge with a playback rate greater than 1x, it's set to 1x. If it's already at 1x, it's set to 0.9x for 5 seconds to prevent future stalls.
(Playback rate is not supported in some HLS/m3u8 streams that automatically adjust the rate) -
NewIPTV PlayerAdded the ability to not autoplay the first channel using the parameter
?noautoplay
or?autoplay=false
in the playlist URL or with the tagautoplay="false"
in the#EXTM3U
header of the playlist. -
NewIPTV PlayerAdded the ability to skip channels from the playlist using a parameter
?ignore
in the playlist URL
or with the tagignore
in the#EXTM3U
header of the playlist. This prevents the list of unwanted channels.
The value is a comma separated string of text or regular expressions.
Playlist URL:?ignore=%5Ehide_me%24%2Cbroken%2C%5Etest%5Cw
(properly URL encoded parameter value)
Playlist header:#EXTM3U ignore="^hide_me$,broken,^test\w"
-
NewIPTV PlayerImproved handling of long channel names. They can now span up to two lines (split in half), and a bounce animation on hover is triggered for longer names.
-
NewIPTV PlayerAdded a button in the lower-left corner of the IPTV player to open the extension's settings page.
-
NewIPTV PlayerAdded a button to enter fullscreen with the channel list, which is useful for hiding the address bar on mobile devices.
-
NewIPTV PlayerAdded a hotkey to switch to the last channel with
SHIFT
+TAB
-
NewIPTV PlayerEPGThe EPG program panel now displays more information, such as ratings, categories, and more.
-
NewIPTV PlayerEPGAdded aliases for
url-tvg
in the#EXTM3U
header. The valid aliases aretvg-url
andx-tvg-url
-
NewIPTV PlayerEPGAdded progress of download, decompression, parsing and error handling while loading EPGs.
Added limit of 128 MB for GZip files and 512 MB to uncompressed EPGs to prevent a huge schedule crashing the tab due to out of memory. -
NewIPTV PlayerEPGAdded a new setting to show EPG programming only while holding down the
X
key. Disabled by default. -
NewIPTV PlayerEPGAdded support for
tvg-shift
tag inside the#EXTINF
channel line to shift programs.
The value should be a valid float number in hours.0.5
1
-2
1.5
-2.15
For example, settvg-shift="-1.25"
to shift the programs of the channel 1:15 hours earlier. -
NewDirect PlayerIPTV PlayerUpdated the "About this video" dialog in the context menu.
-
NewAdded Arabic translation and updated existing translations. Remember, you can contribute to translations on Crowdin.
-
FixedIPTV PlayerFixed loading of local M3U lists on non-Chrome browsers and mobile phones.
-
FixedDirect PlayerIPTV Playerm3u8Fixed custom buffer for m3u8 channels.
-
FixedIPTV PlayerEPGFixed handling of programs with short durations that rendered improperly and shifted the schedule.
-
FixedIPTV PlayerEPGFixed some font errors and icons in channels search.
-
FixedIPTV PlayerEPGFixed decompression of some Gzip types.
-
FixedIPTV PlayerEPGFixed timeout handling.
-
FixedIPTV PlayerFixed MediaSession seekbar, channel info and channel logo to not get clipped.
-
FixedDirect PlayerIPTV PlayerFixed touch controls on unsupported mobile browsers.
8.27.1.40205
-
NewSimplified Chinese translation added.
-
NewItalian translation added.
-
NewTurkish translation added.
-
NewPolish translation added.
-
FixedIPTV PlayerEPGFixed some EPG formats crashes.
8.27.1.30928
-
NewAdded a welcome page for new installations with instructions on how to use the extension.
-
NewIPTV Playerm3uAdded a new button to the extension settings to open the uninitialized IPTV player.
Added the ability to load local M3U playlists by searching with a file picker.
Added drag and drop support on the uninitialized IPTV player.
You can open one or multiple playlists at the same time, and the lists will be merged. -
NewIPTV Playerm3uAdded the ability to load absolute path
file:///
m3u lists. The file must end with the.m3u
extension.
This allows you to drag and drop a playlist onto any Chrome tab to load it.
For this option to work you need to toggleAllow access to file URLs
in the Chrome extension setting -
NewIPTV Playerm3uAdded the ability to parse URL encoded strings in
#KODIPROP:inputstream.adaptive.stream_headers=
...stream_headers=referer=https%3A%2F%2Fdomain1.com&origin=https%3A%2F%2Fdomain2.com -
NewIPTV PlayerAdded the ability to also filter by group name while filtering channels.
-
NewIPTV PlayerEPGThe EPG now also tries to match the
tvg-name
tag to complement thetvg-id
tag to find relevant programmes. -
FixedIPTV PlayerEPGFixed an error during EPG program generation when the M3U file contains invalid channels.
-
FixedIPTV PlayerEPGFixed loading of Gzip EPGs when the server returns an incorrect content type (e.g., from
raw.githubusercontent.com
) -
FixedIPTV Playerm3uFixed ignored redirects for M3U lists from domains that use service worker caches (e.g.,
github.io
) -
FixedDirect PlayerIPTV PlayerFixed Chrome blocking some types of redirects to the extension player due to an outdated config path.
-
FixedIPTV Playerm3u8Fixed resolution data in the info panel on some m3u8 types of media.
8.27.1.30910
-
FixedDirect PlayerFixed direct player playback broken in the last release.
8.27.1.30909
-
NewIPTV PlayerAdded the ability to filter channels by name or perform a deep scan, including program titles if an EPG is used.
-
NewIPTV Playerm3uAdded support for global buffer time in seconds.
#EXTM3U player-buffer="30"
Added support for per channel buffer time in seconds.#EXTINF:-1 player-buffer="5"
This setting overwrites the default buffer in the manifest or if missing, the default player buffer.
This helps fix channels that buffer constantly, fail to load, or load too slowly due to a high default buffer. -
NewIPTV PlayerEPGAdded EPG support for the IPTV Player. Channels need to have the correct
tvg-id
to be matched. -
NewIPTV PlayerEPGAdded support for the
#EXTM3U url-tvg="https://.../epg.xml"header. -
NewIPTV PlayerEPGAdded support for compressed EPGs.
.xml.gz
-
NewIPTV PlayerEPGAdded support for multiple EPGs. Use comma-separated URLs in the
url-tvg
header.#EXTM3U url-tvg="https://.../epg1.xml,https://.../epg2.xml,https://.../epg3.xml.gz" -
NewIPTV PlayerEPGAdded a toggle setting to globally enable or disable the EPG parser in M3U lists.
-
NewIPTV PlayerEPGAdded a URL Parameter to disable the EPG parser on a specific M3U list while the global setting is enabled.
?disable-epg
-
NewIPTV PlayerEPGAdded a URL Parameter to enable the EPG parser on a specific M3U list while the global setting is disabled.
?enable-epg
-
NewIPTV PlayerEPGAdded a URL Parameter to use custom EPGs in a specific M3U list.
?custom-epg={base64 string of comma separated EPG URLs} -
NewCK ConverterEPGAdded a
tvg-id
option to the M3U channel block generator in the Clearkey Converter. -
NewDirect PlayerIPTV PlayerAudio Gain and Compressor. Toggle button added next to the volume bar.
-
FixedDirect PlayerIPTV PlayerAlways show bitrate and framerate tags on the quality selector menu.
-
InfoDirect PlayerMoved the direct player from
/player.html
to/pages/player.html
If you have favorite links to the direct player, you will need to update the URL.
8.27.1.30823
-
NewSettingsSettings page revamped.
-
NewSettings🔑 Added a Clearkey converter and a generator for direct links and M3U blocks in the correct format for the extension.
-
NewIPTV Playerm3uAdded support for
#EXTHTTP
headers. -
NewIPTV Playerm3uAdded support for
#EXTVLCOPT
headers. -
NewIPTV Playerm3u8Added support for EME request of clearkeys from URL.
-
FixedDirect PlayerIPTV Playerm3u8Clearkey and Widevine on HLS streams.
-
FixedDirect PlayerIPTV Player🔑 Fixed various Clearkey formats validations.
8.27.1.30818
-
NewDirect PlayerIPTV PlayerAlways show bitrate on the video player quality selector.
-
NewDirect PlayermpdAdded support for custom Widevine certificate URL.
-
NewIPTV PlayerAbility to change channels with Arrow Up
and Arrow Down
.
-
NewIPTV PlayermpdAdded support for EME request of clearkeys from URL.
-
FixedIPTV Playerm3uThe parser sometimes failed to read some attribute values correctly due to special characters.
-
FixedSettingsThe extension status is now correctly remembered across browser restarts and updates.
8.27.1.30814
-
NewSettingsAdd localization support for the extension.
-
NewDirect PlayerAdded parameter for custom headers.
-
NewDirect PlayerAdded parameter for Widevine Server URL.
-
NewIPTV Playerm3umpdAdded support for custom Widevine certificate URL.