var fDesc=new Array(); fDesc[0] = "Advanced full-featured IPTV/Media player
With nice semi-transparent OSD and the ability to control playing in full screen.
Playlists formats supported: M3U, XSPF
EPG formats supported: XMTLV, JTV
udpxy (UDP-TO-HTTP proxy) support
Watching, scanning, playlist generating
Video plugins support
For online videos watching (ex.ua plugin bundled)
Scalable OSD
Video and OSD menus renders correctly with any window size and resolution
Advanced channels list management
Program keeps all channels list settings that will not get lost after playlists update
Working with multiple playlists and EPGs at the same time
Setting logos and EPG (manual and auto mapping)
Managing channels groups (add, edit, remove groups)
Setting radio channels and time zone shifts
Rename, hide/show channels
Channels scanning
In the absence of signal channel are labeled as no signal and excluded from the final playlist until signal appears again
Channels presence checking
Lost channels in the list of provider are marked as lost before they occur or can be removed from the final playlist
Channels list sorting
Stick by group, sort by name, by group, within the selected group, move grouped channels to top, move hidden channels to bottom, set provider’s ordering
Playlist and EPG exporting
Fully compatible automatic playlist and EPG generating for the IPTV-Simple addon"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }