0.0.26 • Published 4 months ago
@ygracs/xmltv-lib-js v0.0.26
rev.: | 0.0.3 |
---|---|
date: | 2023-07-11 |
Introduction
This module provide a base functionality for handling an EPG-sources based on XMLTV-format.
Use cases
Installation
npm install @ygracs/xmltv-lib-js
Current limitations
For now there is no support (or support is limited) for some elements defined on XMLTV-format (a definition of the XMLTV-document you can see here).
<channel>
element
For <channel>
element by now there are those limitations:
- only single
<icon>
element is supported; - for
url
elementsystem
attribute is not supported.
<programme>
element
For <programme>
element by now there are those limitations:
- for element following attributes are not supported:
pdc-start
,vps-start
,showview
,videoplus
andclumidx
; - for element are not supported following child elements:
credits
,date
,keyword
,language
,orig-language
,lenth
,icon
,url
,country
,episode-num
,video
,audio
,previously-shown
,premiere
,last-chance
,new
,subtitles
,review
,image
; - only single
<rating>
element is supported; - for
rating
elementsystem
attribute is not supported; - for
rating
element<icon>
child element is not supported; - only single
<star-rating>
element is supported; - for
star-rating
elementsystem
attribute is not supported; - for
star-rating
element<icon>
child element is not supported.