User Tools

Site Tools


Sidebar

Translations of this page:

Contacts Us

  • Contact Us

en:stalker:epg

EPG

Supported format: XMLTV - . More details about format XMLTV:http://wiki.xmltv.org/index.php/Main_Page

<spoiler|epg screen> </spoiler>

  • Update EPG - EPG update while source changes. Updating according to the latest/new changes;
  • Force update EPG - Full update EPG for all channels.
  • ID - id of EPG file in MySQL database;
  • URL - URL of xmltv file. Example: http://example.com/example.xml
  • ID pefix - When using multiple sources of EPG can be specified prefix for each source in the format prefix_;

<spoiler|epg edit using prefix> </spoiler>

  • ETag/MD5 - control sum of xmltv file;
  • Updated - date of the latest EPG update;
  • edit - source updating;
  • del - source removing.

Using

  • Add the correct EPG source (in xmltv format). More details about XMLTV: http://wiki.xmltv.org/index.php/Main_Page;
  • In “IPTV channels” - in channel editing mode the field “xmltv id” it is needed to put necessary channel id from xmltv file. If the source prefix is used than it is necessary to put prefix_id.
  • In “EPG settings” - press “Update EPG”/“Force update EPG”.

If all steps were done correctly, than in the top of section “EPG settings” should be next:

<spoiler|epg update screen> </spoiler>

Content of xmltv file for example:

<?xml version="1.0" encoding="windows-1251"?>
<!DOCTYPE tv SYSTEM "xmltv.dtd">
<tv source-info-url="http://example.com/" source-info-name="ExampleName" generator-info-url="http://www.xmltv.org/">
<channel id="111">
    <display-name lang="ru">Channel-1</display-name>
    <icon src="http://example.com/pic/channel_logos/111.gif" />
</channel>
<channel id="222">
    <display-name lang="ru">Channel-2</display-name>
    <icon src="http://example.com/pic/channel_logos/222.gif" />
</channel>
<channel id="333">
    <display-name lang="ru">Channel-3</display-name>
    <icon src="http://example.com/pic/channel_logos/333.gif" />
</channel>
...

where is:

  • <channel id="111">

111 - Channel id

  • <display-name lang="ru">Channel-1</display-name>

Channel-1 - Channel Name

en/stalker/epg.txt · Last modified: 2019/05/17 11:23 (external edit)