Event Model - HighCoder98/TVHpy GitHub Wiki
EPG Model
All values are self-explaining
| Name | Meaning | Data type | 
|---|---|---|
| eventId | ID for the event | integer | 
| episodeId | ID for the episode | integer | 
| channelName | Name of the channel | string | 
| channelUuid | UUID of the channel | string | 
| channelNumber | Number of the channel | string | 
| start | start as a UNIX timestamp | integer | 
| stop | stop as a UNIX timestamp | integer | 
| title | the title of the event | string | 
| subtitle | the subtitle of the event | string | 
| summary | the summary of the event | string | 
| description | the description of the event | string | 
| nextEventId | ID for the next event | integer |