/*! \page EPGGrid_control EPGGrid control \brief **Used to display the EPG guide in the PVR section.** \tableofcontents The epggrid control is used for creating an epg timeline in Kodi. You can choose the position, size, and look of the grid and it's contents. -------------------------------------------------------------------------------- \section EPGGrid_control_sect1 Example ~~~~~~~~~~~~~ EPG Grid 80 81 1120 555 10 350 40 6 PVR-EpgProgressIndicator.png vertical 31 31 10 10 40 29 0 0 button-nofocus.png 10 0 34 29 font12 center selected left UnFocus 0 0 270 52 button-nofocus.png 5 5 40 35 font12 left center grey grey ListItem.ChannelNumber 45 4 45 44 $INFO[ListItem.Icon] 94 0 160 52 special12 center selected left OnFocus 0 0 270 52 button-focus.png 5 5 40 35 font12 left center grey grey ListItem.ChannelNumber 45 4 45 44 $INFO[ListItem.Icon] 94 0 160 52 special12 center selected left 40 52 0 0 stretch epg-genres/$INFO[ListItem.Property(GenreType)].png 6 3 30 25 font12 center selected left ListItem.Label 5 28 30 20 PVR-IsRecording.png ListItem.IsRecording 5 28 20 20 PVR-HasTimer.png ListItem.HasTimer + !ListItem.IsRecording 40 52 0 0 folder-focus.png 40 52 0 0 stretch epg-genres/$INFO[ListItem.Property(GenreType)].png 6 3 30 25 font12 center selected left ListItem.Label 5 28 30 20 PVR-IsRecording.png ListItem.IsRecording 5 28 20 20 PVR-HasTimer.png ListItem.HasTimer + !ListItem.IsRecording ~~~~~~~~~~~~~ -------------------------------------------------------------------------------- \section EPGGrid_control_sect2 Available tags In addition to the [Default Control Tags](http://kodi.wiki/view/Default_Control_Tags) the following tags are available. Note that each tag is **lower case** only. This is important, as `xml` tags are case-sensitive. | Tag | Description | |----------------------:|:--------------------------------------------------------------| | timeblocks | The number of timeframes on the ruler. | rulerunit | Timeframe of each unit on ruler. 1 unit equals 5 minutes. | rulerdatelayout | The layout of a ruler date item (usually used to display the start date of current epg page). | rulerlayout | The layout of a ruler item. | progresstexture | A texture which indicates the current progress time | channellayout | The layout of a channel item. | focusedchannellayout | The focused layout of a channel item. | itemlayout | The layout of the grid | focusedlayout | The focused layout of the grid -------------------------------------------------------------------------------- \section EPGGrid_control_sect3 See also #### Development: - [Add-on development](http://kodi.wiki/view/Add-on_development) - [Skinning](http://kodi.wiki/view/Skinning) */